* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_render_composite_checked (xcb_connection_t *c,
xcb_render_picture_t src,
xcb_render_picture_t mask,
xcb_render_picture_t dst,
* @param c The connection
* Delivers a request to the X server.
xcb_render_composite (xcb_connection_t *c,
xcb_render_picture_t src,
xcb_render_picture_t mask,
xcb_render_picture_t dst,
xcb_render_trapezoids_sizeof (const void *_buffer,
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_render_trapezoids_checked (xcb_connection_t *c,
xcb_render_picture_t src,
xcb_render_picture_t dst,
xcb_render_pictformat_t mask_format,
const xcb_render_trapezoid_t *traps);
* @param c The connection
* Delivers a request to the X server.
xcb_render_trapezoids (xcb_connection_t *c,
xcb_render_picture_t src,
xcb_render_picture_t dst,
xcb_render_pictformat_t mask_format,
const xcb_render_trapezoid_t *traps);
xcb_render_trapezoids_traps (const xcb_render_trapezoids_request_t *R);
xcb_render_trapezoids_traps_length (const xcb_render_trapezoids_request_t *R);
xcb_render_trapezoid_iterator_t
xcb_render_trapezoids_traps_iterator (const xcb_render_trapezoids_request_t *R);
xcb_render_triangles_sizeof (const void *_buffer,
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_render_triangles_checked (xcb_connection_t *c,
xcb_render_picture_t src,
xcb_render_picture_t dst,
xcb_render_pictformat_t mask_format,
const xcb_render_triangle_t *triangles);
* @param c The connection
* Delivers a request to the X server.
xcb_render_triangles (xcb_connection_t *c,
xcb_render_picture_t src,
xcb_render_picture_t dst,
xcb_render_pictformat_t mask_format,
const xcb_render_triangle_t *triangles);
xcb_render_triangles_triangles (const xcb_render_triangles_request_t *R);
xcb_render_triangles_triangles_length (const xcb_render_triangles_request_t *R);
xcb_render_triangle_iterator_t
xcb_render_triangles_triangles_iterator (const xcb_render_triangles_request_t *R);
xcb_render_tri_strip_sizeof (const void *_buffer,
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_render_tri_strip_checked (xcb_connection_t *c,
xcb_render_picture_t src,
xcb_render_picture_t dst,
xcb_render_pictformat_t mask_format,
const xcb_render_pointfix_t *points);
* @param c The connection
* Delivers a request to the X server.
xcb_render_tri_strip (xcb_connection_t *c,
xcb_render_picture_t src,
xcb_render_picture_t dst,
xcb_render_pictformat_t mask_format,
const xcb_render_pointfix_t *points);
xcb_render_tri_strip_points (const xcb_render_tri_strip_request_t *R);
xcb_render_tri_strip_points_length (const xcb_render_tri_strip_request_t *R);
xcb_render_pointfix_iterator_t
xcb_render_tri_strip_points_iterator (const xcb_render_tri_strip_request_t *R);
xcb_render_tri_fan_sizeof (const void *_buffer,
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_render_tri_fan_checked (xcb_connection_t *c,
xcb_render_picture_t src,
xcb_render_picture_t dst,
xcb_render_pictformat_t mask_format,
const xcb_render_pointfix_t *points);
* @param c The connection
* Delivers a request to the X server.
xcb_render_tri_fan (xcb_connection_t *c,
xcb_render_picture_t src,
xcb_render_picture_t dst,
xcb_render_pictformat_t mask_format,
const xcb_render_pointfix_t *points);
xcb_render_tri_fan_points (const xcb_render_tri_fan_request_t *R);
xcb_render_tri_fan_points_length (const xcb_render_tri_fan_request_t *R);
xcb_render_pointfix_iterator_t
xcb_render_tri_fan_points_iterator (const xcb_render_tri_fan_request_t *R);
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_render_create_glyph_set_checked (xcb_connection_t *c,
xcb_render_glyphset_t gsid,
xcb_render_pictformat_t format);
* @param c The connection
* Delivers a request to the X server.
xcb_render_create_glyph_set (xcb_connection_t *c,
xcb_render_glyphset_t gsid,
xcb_render_pictformat_t format);
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_render_reference_glyph_set_checked (xcb_connection_t *c,
xcb_render_glyphset_t gsid,
xcb_render_glyphset_t existing);
* @param c The connection
* Delivers a request to the X server.
xcb_render_reference_glyph_set (xcb_connection_t *c,
xcb_render_glyphset_t gsid,
xcb_render_glyphset_t existing);
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_render_free_glyph_set_checked (xcb_connection_t *c,
xcb_render_glyphset_t glyphset);
* @param c The connection
* Delivers a request to the X server.
xcb_render_free_glyph_set (xcb_connection_t *c,
xcb_render_glyphset_t glyphset);
xcb_render_add_glyphs_sizeof (const void *_buffer,
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_render_add_glyphs_checked (xcb_connection_t *c,
xcb_render_glyphset_t glyphset,
const uint32_t *glyphids,
const xcb_render_glyphinfo_t *glyphs,
* @param c The connection
* Delivers a request to the X server.
xcb_render_add_glyphs (xcb_connection_t *c,
xcb_render_glyphset_t glyphset,
const uint32_t *glyphids,
const xcb_render_glyphinfo_t *glyphs,
xcb_render_add_glyphs_glyphids (const xcb_render_add_glyphs_request_t *R);
xcb_render_add_glyphs_glyphids_length (const xcb_render_add_glyphs_request_t *R);
xcb_render_add_glyphs_glyphids_end (const xcb_render_add_glyphs_request_t *R);
xcb_render_add_glyphs_glyphs (const xcb_render_add_glyphs_request_t *R);
xcb_render_add_glyphs_glyphs_length (const xcb_render_add_glyphs_request_t *R);
xcb_render_glyphinfo_iterator_t
xcb_render_add_glyphs_glyphs_iterator (const xcb_render_add_glyphs_request_t *R);
xcb_render_add_glyphs_data (const xcb_render_add_glyphs_request_t *R);
xcb_render_add_glyphs_data_length (const xcb_render_add_glyphs_request_t *R);
xcb_render_add_glyphs_data_end (const xcb_render_add_glyphs_request_t *R);
xcb_render_free_glyphs_sizeof (const void *_buffer,
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_render_free_glyphs_checked (xcb_connection_t *c,
xcb_render_glyphset_t glyphset,
const xcb_render_glyph_t *glyphs);
* @param c The connection
* Delivers a request to the X server.
xcb_render_free_glyphs (xcb_connection_t *c,
xcb_render_glyphset_t glyphset,
const xcb_render_glyph_t *glyphs);
xcb_render_free_glyphs_glyphs (const xcb_render_free_glyphs_request_t *R);
xcb_render_free_glyphs_glyphs_length (const xcb_render_free_glyphs_request_t *R);
xcb_render_free_glyphs_glyphs_end (const xcb_render_free_glyphs_request_t *R);
xcb_render_composite_glyphs_8_sizeof (const void *_buffer,
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_render_composite_glyphs_8_checked (xcb_connection_t *c,
xcb_render_picture_t src,
xcb_render_picture_t dst,
xcb_render_pictformat_t mask_format,
xcb_render_glyphset_t glyphset,
const uint8_t *glyphcmds);
* @param c The connection
* Delivers a request to the X server.
xcb_render_composite_glyphs_8 (xcb_connection_t *c,