Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../usr/include/xcb
File: render.h
/**
[2000] Fix | Delete
*
[2001] Fix | Delete
* @param c The connection
[2002] Fix | Delete
* @return A cookie
[2003] Fix | Delete
*
[2004] Fix | Delete
* Delivers a request to the X server.
[2005] Fix | Delete
*
[2006] Fix | Delete
* This form can be used only if the request will not cause
[2007] Fix | Delete
* a reply to be generated. Any returned error will be
[2008] Fix | Delete
* saved for handling by xcb_request_check().
[2009] Fix | Delete
*/
[2010] Fix | Delete
xcb_void_cookie_t
[2011] Fix | Delete
xcb_render_composite_checked (xcb_connection_t *c,
[2012] Fix | Delete
uint8_t op,
[2013] Fix | Delete
xcb_render_picture_t src,
[2014] Fix | Delete
xcb_render_picture_t mask,
[2015] Fix | Delete
xcb_render_picture_t dst,
[2016] Fix | Delete
int16_t src_x,
[2017] Fix | Delete
int16_t src_y,
[2018] Fix | Delete
int16_t mask_x,
[2019] Fix | Delete
int16_t mask_y,
[2020] Fix | Delete
int16_t dst_x,
[2021] Fix | Delete
int16_t dst_y,
[2022] Fix | Delete
uint16_t width,
[2023] Fix | Delete
uint16_t height);
[2024] Fix | Delete
[2025] Fix | Delete
/**
[2026] Fix | Delete
*
[2027] Fix | Delete
* @param c The connection
[2028] Fix | Delete
* @return A cookie
[2029] Fix | Delete
*
[2030] Fix | Delete
* Delivers a request to the X server.
[2031] Fix | Delete
*
[2032] Fix | Delete
*/
[2033] Fix | Delete
xcb_void_cookie_t
[2034] Fix | Delete
xcb_render_composite (xcb_connection_t *c,
[2035] Fix | Delete
uint8_t op,
[2036] Fix | Delete
xcb_render_picture_t src,
[2037] Fix | Delete
xcb_render_picture_t mask,
[2038] Fix | Delete
xcb_render_picture_t dst,
[2039] Fix | Delete
int16_t src_x,
[2040] Fix | Delete
int16_t src_y,
[2041] Fix | Delete
int16_t mask_x,
[2042] Fix | Delete
int16_t mask_y,
[2043] Fix | Delete
int16_t dst_x,
[2044] Fix | Delete
int16_t dst_y,
[2045] Fix | Delete
uint16_t width,
[2046] Fix | Delete
uint16_t height);
[2047] Fix | Delete
[2048] Fix | Delete
int
[2049] Fix | Delete
xcb_render_trapezoids_sizeof (const void *_buffer,
[2050] Fix | Delete
uint32_t traps_len);
[2051] Fix | Delete
[2052] Fix | Delete
/**
[2053] Fix | Delete
*
[2054] Fix | Delete
* @param c The connection
[2055] Fix | Delete
* @return A cookie
[2056] Fix | Delete
*
[2057] Fix | Delete
* Delivers a request to the X server.
[2058] Fix | Delete
*
[2059] Fix | Delete
* This form can be used only if the request will not cause
[2060] Fix | Delete
* a reply to be generated. Any returned error will be
[2061] Fix | Delete
* saved for handling by xcb_request_check().
[2062] Fix | Delete
*/
[2063] Fix | Delete
xcb_void_cookie_t
[2064] Fix | Delete
xcb_render_trapezoids_checked (xcb_connection_t *c,
[2065] Fix | Delete
uint8_t op,
[2066] Fix | Delete
xcb_render_picture_t src,
[2067] Fix | Delete
xcb_render_picture_t dst,
[2068] Fix | Delete
xcb_render_pictformat_t mask_format,
[2069] Fix | Delete
int16_t src_x,
[2070] Fix | Delete
int16_t src_y,
[2071] Fix | Delete
uint32_t traps_len,
[2072] Fix | Delete
const xcb_render_trapezoid_t *traps);
[2073] Fix | Delete
[2074] Fix | Delete
/**
[2075] Fix | Delete
*
[2076] Fix | Delete
* @param c The connection
[2077] Fix | Delete
* @return A cookie
[2078] Fix | Delete
*
[2079] Fix | Delete
* Delivers a request to the X server.
[2080] Fix | Delete
*
[2081] Fix | Delete
*/
[2082] Fix | Delete
xcb_void_cookie_t
[2083] Fix | Delete
xcb_render_trapezoids (xcb_connection_t *c,
[2084] Fix | Delete
uint8_t op,
[2085] Fix | Delete
xcb_render_picture_t src,
[2086] Fix | Delete
xcb_render_picture_t dst,
[2087] Fix | Delete
xcb_render_pictformat_t mask_format,
[2088] Fix | Delete
int16_t src_x,
[2089] Fix | Delete
int16_t src_y,
[2090] Fix | Delete
uint32_t traps_len,
[2091] Fix | Delete
const xcb_render_trapezoid_t *traps);
[2092] Fix | Delete
[2093] Fix | Delete
xcb_render_trapezoid_t *
[2094] Fix | Delete
xcb_render_trapezoids_traps (const xcb_render_trapezoids_request_t *R);
[2095] Fix | Delete
[2096] Fix | Delete
int
[2097] Fix | Delete
xcb_render_trapezoids_traps_length (const xcb_render_trapezoids_request_t *R);
[2098] Fix | Delete
[2099] Fix | Delete
xcb_render_trapezoid_iterator_t
[2100] Fix | Delete
xcb_render_trapezoids_traps_iterator (const xcb_render_trapezoids_request_t *R);
[2101] Fix | Delete
[2102] Fix | Delete
int
[2103] Fix | Delete
xcb_render_triangles_sizeof (const void *_buffer,
[2104] Fix | Delete
uint32_t triangles_len);
[2105] Fix | Delete
[2106] Fix | Delete
/**
[2107] Fix | Delete
*
[2108] Fix | Delete
* @param c The connection
[2109] Fix | Delete
* @return A cookie
[2110] Fix | Delete
*
[2111] Fix | Delete
* Delivers a request to the X server.
[2112] Fix | Delete
*
[2113] Fix | Delete
* This form can be used only if the request will not cause
[2114] Fix | Delete
* a reply to be generated. Any returned error will be
[2115] Fix | Delete
* saved for handling by xcb_request_check().
[2116] Fix | Delete
*/
[2117] Fix | Delete
xcb_void_cookie_t
[2118] Fix | Delete
xcb_render_triangles_checked (xcb_connection_t *c,
[2119] Fix | Delete
uint8_t op,
[2120] Fix | Delete
xcb_render_picture_t src,
[2121] Fix | Delete
xcb_render_picture_t dst,
[2122] Fix | Delete
xcb_render_pictformat_t mask_format,
[2123] Fix | Delete
int16_t src_x,
[2124] Fix | Delete
int16_t src_y,
[2125] Fix | Delete
uint32_t triangles_len,
[2126] Fix | Delete
const xcb_render_triangle_t *triangles);
[2127] Fix | Delete
[2128] Fix | Delete
/**
[2129] Fix | Delete
*
[2130] Fix | Delete
* @param c The connection
[2131] Fix | Delete
* @return A cookie
[2132] Fix | Delete
*
[2133] Fix | Delete
* Delivers a request to the X server.
[2134] Fix | Delete
*
[2135] Fix | Delete
*/
[2136] Fix | Delete
xcb_void_cookie_t
[2137] Fix | Delete
xcb_render_triangles (xcb_connection_t *c,
[2138] Fix | Delete
uint8_t op,
[2139] Fix | Delete
xcb_render_picture_t src,
[2140] Fix | Delete
xcb_render_picture_t dst,
[2141] Fix | Delete
xcb_render_pictformat_t mask_format,
[2142] Fix | Delete
int16_t src_x,
[2143] Fix | Delete
int16_t src_y,
[2144] Fix | Delete
uint32_t triangles_len,
[2145] Fix | Delete
const xcb_render_triangle_t *triangles);
[2146] Fix | Delete
[2147] Fix | Delete
xcb_render_triangle_t *
[2148] Fix | Delete
xcb_render_triangles_triangles (const xcb_render_triangles_request_t *R);
[2149] Fix | Delete
[2150] Fix | Delete
int
[2151] Fix | Delete
xcb_render_triangles_triangles_length (const xcb_render_triangles_request_t *R);
[2152] Fix | Delete
[2153] Fix | Delete
xcb_render_triangle_iterator_t
[2154] Fix | Delete
xcb_render_triangles_triangles_iterator (const xcb_render_triangles_request_t *R);
[2155] Fix | Delete
[2156] Fix | Delete
int
[2157] Fix | Delete
xcb_render_tri_strip_sizeof (const void *_buffer,
[2158] Fix | Delete
uint32_t points_len);
[2159] Fix | Delete
[2160] Fix | Delete
/**
[2161] Fix | Delete
*
[2162] Fix | Delete
* @param c The connection
[2163] Fix | Delete
* @return A cookie
[2164] Fix | Delete
*
[2165] Fix | Delete
* Delivers a request to the X server.
[2166] Fix | Delete
*
[2167] Fix | Delete
* This form can be used only if the request will not cause
[2168] Fix | Delete
* a reply to be generated. Any returned error will be
[2169] Fix | Delete
* saved for handling by xcb_request_check().
[2170] Fix | Delete
*/
[2171] Fix | Delete
xcb_void_cookie_t
[2172] Fix | Delete
xcb_render_tri_strip_checked (xcb_connection_t *c,
[2173] Fix | Delete
uint8_t op,
[2174] Fix | Delete
xcb_render_picture_t src,
[2175] Fix | Delete
xcb_render_picture_t dst,
[2176] Fix | Delete
xcb_render_pictformat_t mask_format,
[2177] Fix | Delete
int16_t src_x,
[2178] Fix | Delete
int16_t src_y,
[2179] Fix | Delete
uint32_t points_len,
[2180] Fix | Delete
const xcb_render_pointfix_t *points);
[2181] Fix | Delete
[2182] Fix | Delete
/**
[2183] Fix | Delete
*
[2184] Fix | Delete
* @param c The connection
[2185] Fix | Delete
* @return A cookie
[2186] Fix | Delete
*
[2187] Fix | Delete
* Delivers a request to the X server.
[2188] Fix | Delete
*
[2189] Fix | Delete
*/
[2190] Fix | Delete
xcb_void_cookie_t
[2191] Fix | Delete
xcb_render_tri_strip (xcb_connection_t *c,
[2192] Fix | Delete
uint8_t op,
[2193] Fix | Delete
xcb_render_picture_t src,
[2194] Fix | Delete
xcb_render_picture_t dst,
[2195] Fix | Delete
xcb_render_pictformat_t mask_format,
[2196] Fix | Delete
int16_t src_x,
[2197] Fix | Delete
int16_t src_y,
[2198] Fix | Delete
uint32_t points_len,
[2199] Fix | Delete
const xcb_render_pointfix_t *points);
[2200] Fix | Delete
[2201] Fix | Delete
xcb_render_pointfix_t *
[2202] Fix | Delete
xcb_render_tri_strip_points (const xcb_render_tri_strip_request_t *R);
[2203] Fix | Delete
[2204] Fix | Delete
int
[2205] Fix | Delete
xcb_render_tri_strip_points_length (const xcb_render_tri_strip_request_t *R);
[2206] Fix | Delete
[2207] Fix | Delete
xcb_render_pointfix_iterator_t
[2208] Fix | Delete
xcb_render_tri_strip_points_iterator (const xcb_render_tri_strip_request_t *R);
[2209] Fix | Delete
[2210] Fix | Delete
int
[2211] Fix | Delete
xcb_render_tri_fan_sizeof (const void *_buffer,
[2212] Fix | Delete
uint32_t points_len);
[2213] Fix | Delete
[2214] Fix | Delete
/**
[2215] Fix | Delete
*
[2216] Fix | Delete
* @param c The connection
[2217] Fix | Delete
* @return A cookie
[2218] Fix | Delete
*
[2219] Fix | Delete
* Delivers a request to the X server.
[2220] Fix | Delete
*
[2221] Fix | Delete
* This form can be used only if the request will not cause
[2222] Fix | Delete
* a reply to be generated. Any returned error will be
[2223] Fix | Delete
* saved for handling by xcb_request_check().
[2224] Fix | Delete
*/
[2225] Fix | Delete
xcb_void_cookie_t
[2226] Fix | Delete
xcb_render_tri_fan_checked (xcb_connection_t *c,
[2227] Fix | Delete
uint8_t op,
[2228] Fix | Delete
xcb_render_picture_t src,
[2229] Fix | Delete
xcb_render_picture_t dst,
[2230] Fix | Delete
xcb_render_pictformat_t mask_format,
[2231] Fix | Delete
int16_t src_x,
[2232] Fix | Delete
int16_t src_y,
[2233] Fix | Delete
uint32_t points_len,
[2234] Fix | Delete
const xcb_render_pointfix_t *points);
[2235] Fix | Delete
[2236] Fix | Delete
/**
[2237] Fix | Delete
*
[2238] Fix | Delete
* @param c The connection
[2239] Fix | Delete
* @return A cookie
[2240] Fix | Delete
*
[2241] Fix | Delete
* Delivers a request to the X server.
[2242] Fix | Delete
*
[2243] Fix | Delete
*/
[2244] Fix | Delete
xcb_void_cookie_t
[2245] Fix | Delete
xcb_render_tri_fan (xcb_connection_t *c,
[2246] Fix | Delete
uint8_t op,
[2247] Fix | Delete
xcb_render_picture_t src,
[2248] Fix | Delete
xcb_render_picture_t dst,
[2249] Fix | Delete
xcb_render_pictformat_t mask_format,
[2250] Fix | Delete
int16_t src_x,
[2251] Fix | Delete
int16_t src_y,
[2252] Fix | Delete
uint32_t points_len,
[2253] Fix | Delete
const xcb_render_pointfix_t *points);
[2254] Fix | Delete
[2255] Fix | Delete
xcb_render_pointfix_t *
[2256] Fix | Delete
xcb_render_tri_fan_points (const xcb_render_tri_fan_request_t *R);
[2257] Fix | Delete
[2258] Fix | Delete
int
[2259] Fix | Delete
xcb_render_tri_fan_points_length (const xcb_render_tri_fan_request_t *R);
[2260] Fix | Delete
[2261] Fix | Delete
xcb_render_pointfix_iterator_t
[2262] Fix | Delete
xcb_render_tri_fan_points_iterator (const xcb_render_tri_fan_request_t *R);
[2263] Fix | Delete
[2264] Fix | Delete
/**
[2265] Fix | Delete
*
[2266] Fix | Delete
* @param c The connection
[2267] Fix | Delete
* @return A cookie
[2268] Fix | Delete
*
[2269] Fix | Delete
* Delivers a request to the X server.
[2270] Fix | Delete
*
[2271] Fix | Delete
* This form can be used only if the request will not cause
[2272] Fix | Delete
* a reply to be generated. Any returned error will be
[2273] Fix | Delete
* saved for handling by xcb_request_check().
[2274] Fix | Delete
*/
[2275] Fix | Delete
xcb_void_cookie_t
[2276] Fix | Delete
xcb_render_create_glyph_set_checked (xcb_connection_t *c,
[2277] Fix | Delete
xcb_render_glyphset_t gsid,
[2278] Fix | Delete
xcb_render_pictformat_t format);
[2279] Fix | Delete
[2280] Fix | Delete
/**
[2281] Fix | Delete
*
[2282] Fix | Delete
* @param c The connection
[2283] Fix | Delete
* @return A cookie
[2284] Fix | Delete
*
[2285] Fix | Delete
* Delivers a request to the X server.
[2286] Fix | Delete
*
[2287] Fix | Delete
*/
[2288] Fix | Delete
xcb_void_cookie_t
[2289] Fix | Delete
xcb_render_create_glyph_set (xcb_connection_t *c,
[2290] Fix | Delete
xcb_render_glyphset_t gsid,
[2291] Fix | Delete
xcb_render_pictformat_t format);
[2292] Fix | Delete
[2293] Fix | Delete
/**
[2294] Fix | Delete
*
[2295] Fix | Delete
* @param c The connection
[2296] Fix | Delete
* @return A cookie
[2297] Fix | Delete
*
[2298] Fix | Delete
* Delivers a request to the X server.
[2299] Fix | Delete
*
[2300] Fix | Delete
* This form can be used only if the request will not cause
[2301] Fix | Delete
* a reply to be generated. Any returned error will be
[2302] Fix | Delete
* saved for handling by xcb_request_check().
[2303] Fix | Delete
*/
[2304] Fix | Delete
xcb_void_cookie_t
[2305] Fix | Delete
xcb_render_reference_glyph_set_checked (xcb_connection_t *c,
[2306] Fix | Delete
xcb_render_glyphset_t gsid,
[2307] Fix | Delete
xcb_render_glyphset_t existing);
[2308] Fix | Delete
[2309] Fix | Delete
/**
[2310] Fix | Delete
*
[2311] Fix | Delete
* @param c The connection
[2312] Fix | Delete
* @return A cookie
[2313] Fix | Delete
*
[2314] Fix | Delete
* Delivers a request to the X server.
[2315] Fix | Delete
*
[2316] Fix | Delete
*/
[2317] Fix | Delete
xcb_void_cookie_t
[2318] Fix | Delete
xcb_render_reference_glyph_set (xcb_connection_t *c,
[2319] Fix | Delete
xcb_render_glyphset_t gsid,
[2320] Fix | Delete
xcb_render_glyphset_t existing);
[2321] Fix | Delete
[2322] Fix | Delete
/**
[2323] Fix | Delete
*
[2324] Fix | Delete
* @param c The connection
[2325] Fix | Delete
* @return A cookie
[2326] Fix | Delete
*
[2327] Fix | Delete
* Delivers a request to the X server.
[2328] Fix | Delete
*
[2329] Fix | Delete
* This form can be used only if the request will not cause
[2330] Fix | Delete
* a reply to be generated. Any returned error will be
[2331] Fix | Delete
* saved for handling by xcb_request_check().
[2332] Fix | Delete
*/
[2333] Fix | Delete
xcb_void_cookie_t
[2334] Fix | Delete
xcb_render_free_glyph_set_checked (xcb_connection_t *c,
[2335] Fix | Delete
xcb_render_glyphset_t glyphset);
[2336] Fix | Delete
[2337] Fix | Delete
/**
[2338] Fix | Delete
*
[2339] Fix | Delete
* @param c The connection
[2340] Fix | Delete
* @return A cookie
[2341] Fix | Delete
*
[2342] Fix | Delete
* Delivers a request to the X server.
[2343] Fix | Delete
*
[2344] Fix | Delete
*/
[2345] Fix | Delete
xcb_void_cookie_t
[2346] Fix | Delete
xcb_render_free_glyph_set (xcb_connection_t *c,
[2347] Fix | Delete
xcb_render_glyphset_t glyphset);
[2348] Fix | Delete
[2349] Fix | Delete
int
[2350] Fix | Delete
xcb_render_add_glyphs_sizeof (const void *_buffer,
[2351] Fix | Delete
uint32_t data_len);
[2352] Fix | Delete
[2353] Fix | Delete
/**
[2354] Fix | Delete
*
[2355] Fix | Delete
* @param c The connection
[2356] Fix | Delete
* @return A cookie
[2357] Fix | Delete
*
[2358] Fix | Delete
* Delivers a request to the X server.
[2359] Fix | Delete
*
[2360] Fix | Delete
* This form can be used only if the request will not cause
[2361] Fix | Delete
* a reply to be generated. Any returned error will be
[2362] Fix | Delete
* saved for handling by xcb_request_check().
[2363] Fix | Delete
*/
[2364] Fix | Delete
xcb_void_cookie_t
[2365] Fix | Delete
xcb_render_add_glyphs_checked (xcb_connection_t *c,
[2366] Fix | Delete
xcb_render_glyphset_t glyphset,
[2367] Fix | Delete
uint32_t glyphs_len,
[2368] Fix | Delete
const uint32_t *glyphids,
[2369] Fix | Delete
const xcb_render_glyphinfo_t *glyphs,
[2370] Fix | Delete
uint32_t data_len,
[2371] Fix | Delete
const uint8_t *data);
[2372] Fix | Delete
[2373] Fix | Delete
/**
[2374] Fix | Delete
*
[2375] Fix | Delete
* @param c The connection
[2376] Fix | Delete
* @return A cookie
[2377] Fix | Delete
*
[2378] Fix | Delete
* Delivers a request to the X server.
[2379] Fix | Delete
*
[2380] Fix | Delete
*/
[2381] Fix | Delete
xcb_void_cookie_t
[2382] Fix | Delete
xcb_render_add_glyphs (xcb_connection_t *c,
[2383] Fix | Delete
xcb_render_glyphset_t glyphset,
[2384] Fix | Delete
uint32_t glyphs_len,
[2385] Fix | Delete
const uint32_t *glyphids,
[2386] Fix | Delete
const xcb_render_glyphinfo_t *glyphs,
[2387] Fix | Delete
uint32_t data_len,
[2388] Fix | Delete
const uint8_t *data);
[2389] Fix | Delete
[2390] Fix | Delete
uint32_t *
[2391] Fix | Delete
xcb_render_add_glyphs_glyphids (const xcb_render_add_glyphs_request_t *R);
[2392] Fix | Delete
[2393] Fix | Delete
int
[2394] Fix | Delete
xcb_render_add_glyphs_glyphids_length (const xcb_render_add_glyphs_request_t *R);
[2395] Fix | Delete
[2396] Fix | Delete
xcb_generic_iterator_t
[2397] Fix | Delete
xcb_render_add_glyphs_glyphids_end (const xcb_render_add_glyphs_request_t *R);
[2398] Fix | Delete
[2399] Fix | Delete
xcb_render_glyphinfo_t *
[2400] Fix | Delete
xcb_render_add_glyphs_glyphs (const xcb_render_add_glyphs_request_t *R);
[2401] Fix | Delete
[2402] Fix | Delete
int
[2403] Fix | Delete
xcb_render_add_glyphs_glyphs_length (const xcb_render_add_glyphs_request_t *R);
[2404] Fix | Delete
[2405] Fix | Delete
xcb_render_glyphinfo_iterator_t
[2406] Fix | Delete
xcb_render_add_glyphs_glyphs_iterator (const xcb_render_add_glyphs_request_t *R);
[2407] Fix | Delete
[2408] Fix | Delete
uint8_t *
[2409] Fix | Delete
xcb_render_add_glyphs_data (const xcb_render_add_glyphs_request_t *R);
[2410] Fix | Delete
[2411] Fix | Delete
int
[2412] Fix | Delete
xcb_render_add_glyphs_data_length (const xcb_render_add_glyphs_request_t *R);
[2413] Fix | Delete
[2414] Fix | Delete
xcb_generic_iterator_t
[2415] Fix | Delete
xcb_render_add_glyphs_data_end (const xcb_render_add_glyphs_request_t *R);
[2416] Fix | Delete
[2417] Fix | Delete
int
[2418] Fix | Delete
xcb_render_free_glyphs_sizeof (const void *_buffer,
[2419] Fix | Delete
uint32_t glyphs_len);
[2420] Fix | Delete
[2421] Fix | Delete
/**
[2422] Fix | Delete
*
[2423] Fix | Delete
* @param c The connection
[2424] Fix | Delete
* @return A cookie
[2425] Fix | Delete
*
[2426] Fix | Delete
* Delivers a request to the X server.
[2427] Fix | Delete
*
[2428] Fix | Delete
* This form can be used only if the request will not cause
[2429] Fix | Delete
* a reply to be generated. Any returned error will be
[2430] Fix | Delete
* saved for handling by xcb_request_check().
[2431] Fix | Delete
*/
[2432] Fix | Delete
xcb_void_cookie_t
[2433] Fix | Delete
xcb_render_free_glyphs_checked (xcb_connection_t *c,
[2434] Fix | Delete
xcb_render_glyphset_t glyphset,
[2435] Fix | Delete
uint32_t glyphs_len,
[2436] Fix | Delete
const xcb_render_glyph_t *glyphs);
[2437] Fix | Delete
[2438] Fix | Delete
/**
[2439] Fix | Delete
*
[2440] Fix | Delete
* @param c The connection
[2441] Fix | Delete
* @return A cookie
[2442] Fix | Delete
*
[2443] Fix | Delete
* Delivers a request to the X server.
[2444] Fix | Delete
*
[2445] Fix | Delete
*/
[2446] Fix | Delete
xcb_void_cookie_t
[2447] Fix | Delete
xcb_render_free_glyphs (xcb_connection_t *c,
[2448] Fix | Delete
xcb_render_glyphset_t glyphset,
[2449] Fix | Delete
uint32_t glyphs_len,
[2450] Fix | Delete
const xcb_render_glyph_t *glyphs);
[2451] Fix | Delete
[2452] Fix | Delete
xcb_render_glyph_t *
[2453] Fix | Delete
xcb_render_free_glyphs_glyphs (const xcb_render_free_glyphs_request_t *R);
[2454] Fix | Delete
[2455] Fix | Delete
int
[2456] Fix | Delete
xcb_render_free_glyphs_glyphs_length (const xcb_render_free_glyphs_request_t *R);
[2457] Fix | Delete
[2458] Fix | Delete
xcb_generic_iterator_t
[2459] Fix | Delete
xcb_render_free_glyphs_glyphs_end (const xcb_render_free_glyphs_request_t *R);
[2460] Fix | Delete
[2461] Fix | Delete
int
[2462] Fix | Delete
xcb_render_composite_glyphs_8_sizeof (const void *_buffer,
[2463] Fix | Delete
uint32_t glyphcmds_len);
[2464] Fix | Delete
[2465] Fix | Delete
/**
[2466] Fix | Delete
*
[2467] Fix | Delete
* @param c The connection
[2468] Fix | Delete
* @return A cookie
[2469] Fix | Delete
*
[2470] Fix | Delete
* Delivers a request to the X server.
[2471] Fix | Delete
*
[2472] Fix | Delete
* This form can be used only if the request will not cause
[2473] Fix | Delete
* a reply to be generated. Any returned error will be
[2474] Fix | Delete
* saved for handling by xcb_request_check().
[2475] Fix | Delete
*/
[2476] Fix | Delete
xcb_void_cookie_t
[2477] Fix | Delete
xcb_render_composite_glyphs_8_checked (xcb_connection_t *c,
[2478] Fix | Delete
uint8_t op,
[2479] Fix | Delete
xcb_render_picture_t src,
[2480] Fix | Delete
xcb_render_picture_t dst,
[2481] Fix | Delete
xcb_render_pictformat_t mask_format,
[2482] Fix | Delete
xcb_render_glyphset_t glyphset,
[2483] Fix | Delete
int16_t src_x,
[2484] Fix | Delete
int16_t src_y,
[2485] Fix | Delete
uint32_t glyphcmds_len,
[2486] Fix | Delete
const uint8_t *glyphcmds);
[2487] Fix | Delete
[2488] Fix | Delete
/**
[2489] Fix | Delete
*
[2490] Fix | Delete
* @param c The connection
[2491] Fix | Delete
* @return A cookie
[2492] Fix | Delete
*
[2493] Fix | Delete
* Delivers a request to the X server.
[2494] Fix | Delete
*
[2495] Fix | Delete
*/
[2496] Fix | Delete
xcb_void_cookie_t
[2497] Fix | Delete
xcb_render_composite_glyphs_8 (xcb_connection_t *c,
[2498] Fix | Delete
uint8_t op,
[2499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function