Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../usr/include/xcb
File: render.h
* Set the current element in the iterator to the last element.
[1500] Fix | Delete
* The member rem is set to 0. The member data points to the
[1501] Fix | Delete
* last element.
[1502] Fix | Delete
*/
[1503] Fix | Delete
xcb_generic_iterator_t
[1504] Fix | Delete
xcb_render_linefix_end (xcb_render_linefix_iterator_t i);
[1505] Fix | Delete
[1506] Fix | Delete
/**
[1507] Fix | Delete
* Get the next element of the iterator
[1508] Fix | Delete
* @param i Pointer to a xcb_render_triangle_iterator_t
[1509] Fix | Delete
*
[1510] Fix | Delete
* Get the next element in the iterator. The member rem is
[1511] Fix | Delete
* decreased by one. The member data points to the next
[1512] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_triangle_t)
[1513] Fix | Delete
*/
[1514] Fix | Delete
void
[1515] Fix | Delete
xcb_render_triangle_next (xcb_render_triangle_iterator_t *i);
[1516] Fix | Delete
[1517] Fix | Delete
/**
[1518] Fix | Delete
* Return the iterator pointing to the last element
[1519] Fix | Delete
* @param i An xcb_render_triangle_iterator_t
[1520] Fix | Delete
* @return The iterator pointing to the last element
[1521] Fix | Delete
*
[1522] Fix | Delete
* Set the current element in the iterator to the last element.
[1523] Fix | Delete
* The member rem is set to 0. The member data points to the
[1524] Fix | Delete
* last element.
[1525] Fix | Delete
*/
[1526] Fix | Delete
xcb_generic_iterator_t
[1527] Fix | Delete
xcb_render_triangle_end (xcb_render_triangle_iterator_t i);
[1528] Fix | Delete
[1529] Fix | Delete
/**
[1530] Fix | Delete
* Get the next element of the iterator
[1531] Fix | Delete
* @param i Pointer to a xcb_render_trapezoid_iterator_t
[1532] Fix | Delete
*
[1533] Fix | Delete
* Get the next element in the iterator. The member rem is
[1534] Fix | Delete
* decreased by one. The member data points to the next
[1535] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_trapezoid_t)
[1536] Fix | Delete
*/
[1537] Fix | Delete
void
[1538] Fix | Delete
xcb_render_trapezoid_next (xcb_render_trapezoid_iterator_t *i);
[1539] Fix | Delete
[1540] Fix | Delete
/**
[1541] Fix | Delete
* Return the iterator pointing to the last element
[1542] Fix | Delete
* @param i An xcb_render_trapezoid_iterator_t
[1543] Fix | Delete
* @return The iterator pointing to the last element
[1544] Fix | Delete
*
[1545] Fix | Delete
* Set the current element in the iterator to the last element.
[1546] Fix | Delete
* The member rem is set to 0. The member data points to the
[1547] Fix | Delete
* last element.
[1548] Fix | Delete
*/
[1549] Fix | Delete
xcb_generic_iterator_t
[1550] Fix | Delete
xcb_render_trapezoid_end (xcb_render_trapezoid_iterator_t i);
[1551] Fix | Delete
[1552] Fix | Delete
/**
[1553] Fix | Delete
* Get the next element of the iterator
[1554] Fix | Delete
* @param i Pointer to a xcb_render_glyphinfo_iterator_t
[1555] Fix | Delete
*
[1556] Fix | Delete
* Get the next element in the iterator. The member rem is
[1557] Fix | Delete
* decreased by one. The member data points to the next
[1558] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_glyphinfo_t)
[1559] Fix | Delete
*/
[1560] Fix | Delete
void
[1561] Fix | Delete
xcb_render_glyphinfo_next (xcb_render_glyphinfo_iterator_t *i);
[1562] Fix | Delete
[1563] Fix | Delete
/**
[1564] Fix | Delete
* Return the iterator pointing to the last element
[1565] Fix | Delete
* @param i An xcb_render_glyphinfo_iterator_t
[1566] Fix | Delete
* @return The iterator pointing to the last element
[1567] Fix | Delete
*
[1568] Fix | Delete
* Set the current element in the iterator to the last element.
[1569] Fix | Delete
* The member rem is set to 0. The member data points to the
[1570] Fix | Delete
* last element.
[1571] Fix | Delete
*/
[1572] Fix | Delete
xcb_generic_iterator_t
[1573] Fix | Delete
xcb_render_glyphinfo_end (xcb_render_glyphinfo_iterator_t i);
[1574] Fix | Delete
[1575] Fix | Delete
/**
[1576] Fix | Delete
*
[1577] Fix | Delete
* @param c The connection
[1578] Fix | Delete
* @return A cookie
[1579] Fix | Delete
*
[1580] Fix | Delete
* Delivers a request to the X server.
[1581] Fix | Delete
*
[1582] Fix | Delete
*/
[1583] Fix | Delete
xcb_render_query_version_cookie_t
[1584] Fix | Delete
xcb_render_query_version (xcb_connection_t *c,
[1585] Fix | Delete
uint32_t client_major_version,
[1586] Fix | Delete
uint32_t client_minor_version);
[1587] Fix | Delete
[1588] Fix | Delete
/**
[1589] Fix | Delete
*
[1590] Fix | Delete
* @param c The connection
[1591] Fix | Delete
* @return A cookie
[1592] Fix | Delete
*
[1593] Fix | Delete
* Delivers a request to the X server.
[1594] Fix | Delete
*
[1595] Fix | Delete
* This form can be used only if the request will cause
[1596] Fix | Delete
* a reply to be generated. Any returned error will be
[1597] Fix | Delete
* placed in the event queue.
[1598] Fix | Delete
*/
[1599] Fix | Delete
xcb_render_query_version_cookie_t
[1600] Fix | Delete
xcb_render_query_version_unchecked (xcb_connection_t *c,
[1601] Fix | Delete
uint32_t client_major_version,
[1602] Fix | Delete
uint32_t client_minor_version);
[1603] Fix | Delete
[1604] Fix | Delete
/**
[1605] Fix | Delete
* Return the reply
[1606] Fix | Delete
* @param c The connection
[1607] Fix | Delete
* @param cookie The cookie
[1608] Fix | Delete
* @param e The xcb_generic_error_t supplied
[1609] Fix | Delete
*
[1610] Fix | Delete
* Returns the reply of the request asked by
[1611] Fix | Delete
*
[1612] Fix | Delete
* The parameter @p e supplied to this function must be NULL if
[1613] Fix | Delete
* xcb_render_query_version_unchecked(). is used.
[1614] Fix | Delete
* Otherwise, it stores the error if any.
[1615] Fix | Delete
*
[1616] Fix | Delete
* The returned value must be freed by the caller using free().
[1617] Fix | Delete
*/
[1618] Fix | Delete
xcb_render_query_version_reply_t *
[1619] Fix | Delete
xcb_render_query_version_reply (xcb_connection_t *c,
[1620] Fix | Delete
xcb_render_query_version_cookie_t cookie /**< */,
[1621] Fix | Delete
xcb_generic_error_t **e);
[1622] Fix | Delete
[1623] Fix | Delete
int
[1624] Fix | Delete
xcb_render_query_pict_formats_sizeof (const void *_buffer);
[1625] Fix | Delete
[1626] Fix | Delete
/**
[1627] Fix | Delete
*
[1628] Fix | Delete
* @param c The connection
[1629] Fix | Delete
* @return A cookie
[1630] Fix | Delete
*
[1631] Fix | Delete
* Delivers a request to the X server.
[1632] Fix | Delete
*
[1633] Fix | Delete
*/
[1634] Fix | Delete
xcb_render_query_pict_formats_cookie_t
[1635] Fix | Delete
xcb_render_query_pict_formats (xcb_connection_t *c);
[1636] Fix | Delete
[1637] Fix | Delete
/**
[1638] Fix | Delete
*
[1639] Fix | Delete
* @param c The connection
[1640] Fix | Delete
* @return A cookie
[1641] Fix | Delete
*
[1642] Fix | Delete
* Delivers a request to the X server.
[1643] Fix | Delete
*
[1644] Fix | Delete
* This form can be used only if the request will cause
[1645] Fix | Delete
* a reply to be generated. Any returned error will be
[1646] Fix | Delete
* placed in the event queue.
[1647] Fix | Delete
*/
[1648] Fix | Delete
xcb_render_query_pict_formats_cookie_t
[1649] Fix | Delete
xcb_render_query_pict_formats_unchecked (xcb_connection_t *c);
[1650] Fix | Delete
[1651] Fix | Delete
xcb_render_pictforminfo_t *
[1652] Fix | Delete
xcb_render_query_pict_formats_formats (const xcb_render_query_pict_formats_reply_t *R);
[1653] Fix | Delete
[1654] Fix | Delete
int
[1655] Fix | Delete
xcb_render_query_pict_formats_formats_length (const xcb_render_query_pict_formats_reply_t *R);
[1656] Fix | Delete
[1657] Fix | Delete
xcb_render_pictforminfo_iterator_t
[1658] Fix | Delete
xcb_render_query_pict_formats_formats_iterator (const xcb_render_query_pict_formats_reply_t *R);
[1659] Fix | Delete
[1660] Fix | Delete
int
[1661] Fix | Delete
xcb_render_query_pict_formats_screens_length (const xcb_render_query_pict_formats_reply_t *R);
[1662] Fix | Delete
[1663] Fix | Delete
xcb_render_pictscreen_iterator_t
[1664] Fix | Delete
xcb_render_query_pict_formats_screens_iterator (const xcb_render_query_pict_formats_reply_t *R);
[1665] Fix | Delete
[1666] Fix | Delete
uint32_t *
[1667] Fix | Delete
xcb_render_query_pict_formats_subpixels (const xcb_render_query_pict_formats_reply_t *R);
[1668] Fix | Delete
[1669] Fix | Delete
int
[1670] Fix | Delete
xcb_render_query_pict_formats_subpixels_length (const xcb_render_query_pict_formats_reply_t *R);
[1671] Fix | Delete
[1672] Fix | Delete
xcb_generic_iterator_t
[1673] Fix | Delete
xcb_render_query_pict_formats_subpixels_end (const xcb_render_query_pict_formats_reply_t *R);
[1674] Fix | Delete
[1675] Fix | Delete
/**
[1676] Fix | Delete
* Return the reply
[1677] Fix | Delete
* @param c The connection
[1678] Fix | Delete
* @param cookie The cookie
[1679] Fix | Delete
* @param e The xcb_generic_error_t supplied
[1680] Fix | Delete
*
[1681] Fix | Delete
* Returns the reply of the request asked by
[1682] Fix | Delete
*
[1683] Fix | Delete
* The parameter @p e supplied to this function must be NULL if
[1684] Fix | Delete
* xcb_render_query_pict_formats_unchecked(). is used.
[1685] Fix | Delete
* Otherwise, it stores the error if any.
[1686] Fix | Delete
*
[1687] Fix | Delete
* The returned value must be freed by the caller using free().
[1688] Fix | Delete
*/
[1689] Fix | Delete
xcb_render_query_pict_formats_reply_t *
[1690] Fix | Delete
xcb_render_query_pict_formats_reply (xcb_connection_t *c,
[1691] Fix | Delete
xcb_render_query_pict_formats_cookie_t cookie /**< */,
[1692] Fix | Delete
xcb_generic_error_t **e);
[1693] Fix | Delete
[1694] Fix | Delete
int
[1695] Fix | Delete
xcb_render_query_pict_index_values_sizeof (const void *_buffer);
[1696] Fix | Delete
[1697] Fix | Delete
/**
[1698] Fix | Delete
*
[1699] Fix | Delete
* @param c The connection
[1700] Fix | Delete
* @return A cookie
[1701] Fix | Delete
*
[1702] Fix | Delete
* Delivers a request to the X server.
[1703] Fix | Delete
*
[1704] Fix | Delete
*/
[1705] Fix | Delete
xcb_render_query_pict_index_values_cookie_t
[1706] Fix | Delete
xcb_render_query_pict_index_values (xcb_connection_t *c,
[1707] Fix | Delete
xcb_render_pictformat_t format);
[1708] Fix | Delete
[1709] Fix | Delete
/**
[1710] Fix | Delete
*
[1711] Fix | Delete
* @param c The connection
[1712] Fix | Delete
* @return A cookie
[1713] Fix | Delete
*
[1714] Fix | Delete
* Delivers a request to the X server.
[1715] Fix | Delete
*
[1716] Fix | Delete
* This form can be used only if the request will cause
[1717] Fix | Delete
* a reply to be generated. Any returned error will be
[1718] Fix | Delete
* placed in the event queue.
[1719] Fix | Delete
*/
[1720] Fix | Delete
xcb_render_query_pict_index_values_cookie_t
[1721] Fix | Delete
xcb_render_query_pict_index_values_unchecked (xcb_connection_t *c,
[1722] Fix | Delete
xcb_render_pictformat_t format);
[1723] Fix | Delete
[1724] Fix | Delete
xcb_render_indexvalue_t *
[1725] Fix | Delete
xcb_render_query_pict_index_values_values (const xcb_render_query_pict_index_values_reply_t *R);
[1726] Fix | Delete
[1727] Fix | Delete
int
[1728] Fix | Delete
xcb_render_query_pict_index_values_values_length (const xcb_render_query_pict_index_values_reply_t *R);
[1729] Fix | Delete
[1730] Fix | Delete
xcb_render_indexvalue_iterator_t
[1731] Fix | Delete
xcb_render_query_pict_index_values_values_iterator (const xcb_render_query_pict_index_values_reply_t *R);
[1732] Fix | Delete
[1733] Fix | Delete
/**
[1734] Fix | Delete
* Return the reply
[1735] Fix | Delete
* @param c The connection
[1736] Fix | Delete
* @param cookie The cookie
[1737] Fix | Delete
* @param e The xcb_generic_error_t supplied
[1738] Fix | Delete
*
[1739] Fix | Delete
* Returns the reply of the request asked by
[1740] Fix | Delete
*
[1741] Fix | Delete
* The parameter @p e supplied to this function must be NULL if
[1742] Fix | Delete
* xcb_render_query_pict_index_values_unchecked(). is used.
[1743] Fix | Delete
* Otherwise, it stores the error if any.
[1744] Fix | Delete
*
[1745] Fix | Delete
* The returned value must be freed by the caller using free().
[1746] Fix | Delete
*/
[1747] Fix | Delete
xcb_render_query_pict_index_values_reply_t *
[1748] Fix | Delete
xcb_render_query_pict_index_values_reply (xcb_connection_t *c,
[1749] Fix | Delete
xcb_render_query_pict_index_values_cookie_t cookie /**< */,
[1750] Fix | Delete
xcb_generic_error_t **e);
[1751] Fix | Delete
[1752] Fix | Delete
int
[1753] Fix | Delete
xcb_render_create_picture_value_list_serialize (void **_buffer,
[1754] Fix | Delete
uint32_t value_mask,
[1755] Fix | Delete
const xcb_render_create_picture_value_list_t *_aux);
[1756] Fix | Delete
[1757] Fix | Delete
int
[1758] Fix | Delete
xcb_render_create_picture_value_list_unpack (const void *_buffer,
[1759] Fix | Delete
uint32_t value_mask,
[1760] Fix | Delete
xcb_render_create_picture_value_list_t *_aux);
[1761] Fix | Delete
[1762] Fix | Delete
int
[1763] Fix | Delete
xcb_render_create_picture_value_list_sizeof (const void *_buffer,
[1764] Fix | Delete
uint32_t value_mask);
[1765] Fix | Delete
[1766] Fix | Delete
int
[1767] Fix | Delete
xcb_render_create_picture_sizeof (const void *_buffer);
[1768] Fix | Delete
[1769] Fix | Delete
/**
[1770] Fix | Delete
*
[1771] Fix | Delete
* @param c The connection
[1772] Fix | Delete
* @return A cookie
[1773] Fix | Delete
*
[1774] Fix | Delete
* Delivers a request to the X server.
[1775] Fix | Delete
*
[1776] Fix | Delete
* This form can be used only if the request will not cause
[1777] Fix | Delete
* a reply to be generated. Any returned error will be
[1778] Fix | Delete
* saved for handling by xcb_request_check().
[1779] Fix | Delete
*/
[1780] Fix | Delete
xcb_void_cookie_t
[1781] Fix | Delete
xcb_render_create_picture_checked (xcb_connection_t *c,
[1782] Fix | Delete
xcb_render_picture_t pid,
[1783] Fix | Delete
xcb_drawable_t drawable,
[1784] Fix | Delete
xcb_render_pictformat_t format,
[1785] Fix | Delete
uint32_t value_mask,
[1786] Fix | Delete
const void *value_list);
[1787] Fix | Delete
[1788] Fix | Delete
/**
[1789] Fix | Delete
*
[1790] Fix | Delete
* @param c The connection
[1791] Fix | Delete
* @return A cookie
[1792] Fix | Delete
*
[1793] Fix | Delete
* Delivers a request to the X server.
[1794] Fix | Delete
*
[1795] Fix | Delete
*/
[1796] Fix | Delete
xcb_void_cookie_t
[1797] Fix | Delete
xcb_render_create_picture (xcb_connection_t *c,
[1798] Fix | Delete
xcb_render_picture_t pid,
[1799] Fix | Delete
xcb_drawable_t drawable,
[1800] Fix | Delete
xcb_render_pictformat_t format,
[1801] Fix | Delete
uint32_t value_mask,
[1802] Fix | Delete
const void *value_list);
[1803] Fix | Delete
[1804] Fix | Delete
/**
[1805] Fix | Delete
*
[1806] Fix | Delete
* @param c The connection
[1807] Fix | Delete
* @return A cookie
[1808] Fix | Delete
*
[1809] Fix | Delete
* Delivers a request to the X server.
[1810] Fix | Delete
*
[1811] Fix | Delete
* This form can be used only if the request will not cause
[1812] Fix | Delete
* a reply to be generated. Any returned error will be
[1813] Fix | Delete
* saved for handling by xcb_request_check().
[1814] Fix | Delete
*/
[1815] Fix | Delete
xcb_void_cookie_t
[1816] Fix | Delete
xcb_render_create_picture_aux_checked (xcb_connection_t *c,
[1817] Fix | Delete
xcb_render_picture_t pid,
[1818] Fix | Delete
xcb_drawable_t drawable,
[1819] Fix | Delete
xcb_render_pictformat_t format,
[1820] Fix | Delete
uint32_t value_mask,
[1821] Fix | Delete
const xcb_render_create_picture_value_list_t *value_list);
[1822] Fix | Delete
[1823] Fix | Delete
/**
[1824] Fix | Delete
*
[1825] Fix | Delete
* @param c The connection
[1826] Fix | Delete
* @return A cookie
[1827] Fix | Delete
*
[1828] Fix | Delete
* Delivers a request to the X server.
[1829] Fix | Delete
*
[1830] Fix | Delete
*/
[1831] Fix | Delete
xcb_void_cookie_t
[1832] Fix | Delete
xcb_render_create_picture_aux (xcb_connection_t *c,
[1833] Fix | Delete
xcb_render_picture_t pid,
[1834] Fix | Delete
xcb_drawable_t drawable,
[1835] Fix | Delete
xcb_render_pictformat_t format,
[1836] Fix | Delete
uint32_t value_mask,
[1837] Fix | Delete
const xcb_render_create_picture_value_list_t *value_list);
[1838] Fix | Delete
[1839] Fix | Delete
void *
[1840] Fix | Delete
xcb_render_create_picture_value_list (const xcb_render_create_picture_request_t *R);
[1841] Fix | Delete
[1842] Fix | Delete
int
[1843] Fix | Delete
xcb_render_change_picture_value_list_serialize (void **_buffer,
[1844] Fix | Delete
uint32_t value_mask,
[1845] Fix | Delete
const xcb_render_change_picture_value_list_t *_aux);
[1846] Fix | Delete
[1847] Fix | Delete
int
[1848] Fix | Delete
xcb_render_change_picture_value_list_unpack (const void *_buffer,
[1849] Fix | Delete
uint32_t value_mask,
[1850] Fix | Delete
xcb_render_change_picture_value_list_t *_aux);
[1851] Fix | Delete
[1852] Fix | Delete
int
[1853] Fix | Delete
xcb_render_change_picture_value_list_sizeof (const void *_buffer,
[1854] Fix | Delete
uint32_t value_mask);
[1855] Fix | Delete
[1856] Fix | Delete
int
[1857] Fix | Delete
xcb_render_change_picture_sizeof (const void *_buffer);
[1858] Fix | Delete
[1859] Fix | Delete
/**
[1860] Fix | Delete
*
[1861] Fix | Delete
* @param c The connection
[1862] Fix | Delete
* @return A cookie
[1863] Fix | Delete
*
[1864] Fix | Delete
* Delivers a request to the X server.
[1865] Fix | Delete
*
[1866] Fix | Delete
* This form can be used only if the request will not cause
[1867] Fix | Delete
* a reply to be generated. Any returned error will be
[1868] Fix | Delete
* saved for handling by xcb_request_check().
[1869] Fix | Delete
*/
[1870] Fix | Delete
xcb_void_cookie_t
[1871] Fix | Delete
xcb_render_change_picture_checked (xcb_connection_t *c,
[1872] Fix | Delete
xcb_render_picture_t picture,
[1873] Fix | Delete
uint32_t value_mask,
[1874] Fix | Delete
const void *value_list);
[1875] Fix | Delete
[1876] Fix | Delete
/**
[1877] Fix | Delete
*
[1878] Fix | Delete
* @param c The connection
[1879] Fix | Delete
* @return A cookie
[1880] Fix | Delete
*
[1881] Fix | Delete
* Delivers a request to the X server.
[1882] Fix | Delete
*
[1883] Fix | Delete
*/
[1884] Fix | Delete
xcb_void_cookie_t
[1885] Fix | Delete
xcb_render_change_picture (xcb_connection_t *c,
[1886] Fix | Delete
xcb_render_picture_t picture,
[1887] Fix | Delete
uint32_t value_mask,
[1888] Fix | Delete
const void *value_list);
[1889] Fix | Delete
[1890] Fix | Delete
/**
[1891] Fix | Delete
*
[1892] Fix | Delete
* @param c The connection
[1893] Fix | Delete
* @return A cookie
[1894] Fix | Delete
*
[1895] Fix | Delete
* Delivers a request to the X server.
[1896] Fix | Delete
*
[1897] Fix | Delete
* This form can be used only if the request will not cause
[1898] Fix | Delete
* a reply to be generated. Any returned error will be
[1899] Fix | Delete
* saved for handling by xcb_request_check().
[1900] Fix | Delete
*/
[1901] Fix | Delete
xcb_void_cookie_t
[1902] Fix | Delete
xcb_render_change_picture_aux_checked (xcb_connection_t *c,
[1903] Fix | Delete
xcb_render_picture_t picture,
[1904] Fix | Delete
uint32_t value_mask,
[1905] Fix | Delete
const xcb_render_change_picture_value_list_t *value_list);
[1906] Fix | Delete
[1907] Fix | Delete
/**
[1908] Fix | Delete
*
[1909] Fix | Delete
* @param c The connection
[1910] Fix | Delete
* @return A cookie
[1911] Fix | Delete
*
[1912] Fix | Delete
* Delivers a request to the X server.
[1913] Fix | Delete
*
[1914] Fix | Delete
*/
[1915] Fix | Delete
xcb_void_cookie_t
[1916] Fix | Delete
xcb_render_change_picture_aux (xcb_connection_t *c,
[1917] Fix | Delete
xcb_render_picture_t picture,
[1918] Fix | Delete
uint32_t value_mask,
[1919] Fix | Delete
const xcb_render_change_picture_value_list_t *value_list);
[1920] Fix | Delete
[1921] Fix | Delete
void *
[1922] Fix | Delete
xcb_render_change_picture_value_list (const xcb_render_change_picture_request_t *R);
[1923] Fix | Delete
[1924] Fix | Delete
int
[1925] Fix | Delete
xcb_render_set_picture_clip_rectangles_sizeof (const void *_buffer,
[1926] Fix | Delete
uint32_t rectangles_len);
[1927] Fix | Delete
[1928] Fix | Delete
/**
[1929] Fix | Delete
*
[1930] Fix | Delete
* @param c The connection
[1931] Fix | Delete
* @return A cookie
[1932] Fix | Delete
*
[1933] Fix | Delete
* Delivers a request to the X server.
[1934] Fix | Delete
*
[1935] Fix | Delete
* This form can be used only if the request will not cause
[1936] Fix | Delete
* a reply to be generated. Any returned error will be
[1937] Fix | Delete
* saved for handling by xcb_request_check().
[1938] Fix | Delete
*/
[1939] Fix | Delete
xcb_void_cookie_t
[1940] Fix | Delete
xcb_render_set_picture_clip_rectangles_checked (xcb_connection_t *c,
[1941] Fix | Delete
xcb_render_picture_t picture,
[1942] Fix | Delete
int16_t clip_x_origin,
[1943] Fix | Delete
int16_t clip_y_origin,
[1944] Fix | Delete
uint32_t rectangles_len,
[1945] Fix | Delete
const xcb_rectangle_t *rectangles);
[1946] Fix | Delete
[1947] Fix | Delete
/**
[1948] Fix | Delete
*
[1949] Fix | Delete
* @param c The connection
[1950] Fix | Delete
* @return A cookie
[1951] Fix | Delete
*
[1952] Fix | Delete
* Delivers a request to the X server.
[1953] Fix | Delete
*
[1954] Fix | Delete
*/
[1955] Fix | Delete
xcb_void_cookie_t
[1956] Fix | Delete
xcb_render_set_picture_clip_rectangles (xcb_connection_t *c,
[1957] Fix | Delete
xcb_render_picture_t picture,
[1958] Fix | Delete
int16_t clip_x_origin,
[1959] Fix | Delete
int16_t clip_y_origin,
[1960] Fix | Delete
uint32_t rectangles_len,
[1961] Fix | Delete
const xcb_rectangle_t *rectangles);
[1962] Fix | Delete
[1963] Fix | Delete
xcb_rectangle_t *
[1964] Fix | Delete
xcb_render_set_picture_clip_rectangles_rectangles (const xcb_render_set_picture_clip_rectangles_request_t *R);
[1965] Fix | Delete
[1966] Fix | Delete
int
[1967] Fix | Delete
xcb_render_set_picture_clip_rectangles_rectangles_length (const xcb_render_set_picture_clip_rectangles_request_t *R);
[1968] Fix | Delete
[1969] Fix | Delete
xcb_rectangle_iterator_t
[1970] Fix | Delete
xcb_render_set_picture_clip_rectangles_rectangles_iterator (const xcb_render_set_picture_clip_rectangles_request_t *R);
[1971] Fix | Delete
[1972] Fix | Delete
/**
[1973] Fix | Delete
*
[1974] Fix | Delete
* @param c The connection
[1975] Fix | Delete
* @return A cookie
[1976] Fix | Delete
*
[1977] Fix | Delete
* Delivers a request to the X server.
[1978] Fix | Delete
*
[1979] Fix | Delete
* This form can be used only if the request will not cause
[1980] Fix | Delete
* a reply to be generated. Any returned error will be
[1981] Fix | Delete
* saved for handling by xcb_request_check().
[1982] Fix | Delete
*/
[1983] Fix | Delete
xcb_void_cookie_t
[1984] Fix | Delete
xcb_render_free_picture_checked (xcb_connection_t *c,
[1985] Fix | Delete
xcb_render_picture_t picture);
[1986] Fix | Delete
[1987] Fix | Delete
/**
[1988] Fix | Delete
*
[1989] Fix | Delete
* @param c The connection
[1990] Fix | Delete
* @return A cookie
[1991] Fix | Delete
*
[1992] Fix | Delete
* Delivers a request to the X server.
[1993] Fix | Delete
*
[1994] Fix | Delete
*/
[1995] Fix | Delete
xcb_void_cookie_t
[1996] Fix | Delete
xcb_render_free_picture (xcb_connection_t *c,
[1997] Fix | Delete
xcb_render_picture_t picture);
[1998] Fix | Delete
[1999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function