Home
last modified time | relevance | path

Searched refs:xcb_set_clip_rectangles_request_t (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/mit/xorg/lib/libxcb/files/
Dxproto.h3361 typedef struct xcb_set_clip_rectangles_request_t { struct
3368 } xcb_set_clip_rectangles_request_t; argument
9511 xcb_set_clip_rectangles_rectangles (const xcb_set_clip_rectangles_request_t *R);
9514 xcb_set_clip_rectangles_rectangles_length (const xcb_set_clip_rectangles_request_t *R);
9517 xcb_set_clip_rectangles_rectangles_iterator (const xcb_set_clip_rectangles_request_t *R);
Dxproto.c8015 xcb_block_len += sizeof(xcb_set_clip_rectangles_request_t); in xcb_set_clip_rectangles_sizeof()
8053 xcb_set_clip_rectangles_request_t xcb_out; in xcb_set_clip_rectangles_checked()
8092 xcb_set_clip_rectangles_request_t xcb_out; in xcb_set_clip_rectangles()
8114 xcb_set_clip_rectangles_rectangles (const xcb_set_clip_rectangles_request_t *R) in xcb_set_clip_rectangles_rectangles()
8120 xcb_set_clip_rectangles_rectangles_length (const xcb_set_clip_rectangles_request_t *R) in xcb_set_clip_rectangles_rectangles_length()
8122 return (((R->length * 4) - sizeof(xcb_set_clip_rectangles_request_t))/sizeof(xcb_rectangle_t)); in xcb_set_clip_rectangles_rectangles_length()
8126 xcb_set_clip_rectangles_rectangles_iterator (const xcb_set_clip_rectangles_request_t *R) in xcb_set_clip_rectangles_rectangles_iterator()
8130 i.rem = (((R->length * 4) - sizeof(xcb_set_clip_rectangles_request_t))/sizeof(xcb_rectangle_t)); in xcb_set_clip_rectangles_rectangles_iterator()