Searched refs:xcb_shape_rectangles_request_t (Results 1 – 2 of 2) sorted by relevance
120 typedef struct xcb_shape_rectangles_request_t { struct131 } xcb_shape_rectangles_request_t; argument445 xcb_shape_rectangles_rectangles (const xcb_shape_rectangles_request_t *R);448 xcb_shape_rectangles_rectangles_length (const xcb_shape_rectangles_request_t *R);451 xcb_shape_rectangles_rectangles_iterator (const xcb_shape_rectangles_request_t *R);
124 xcb_block_len += sizeof(xcb_shape_rectangles_request_t); in xcb_shape_rectangles_sizeof()164 xcb_shape_rectangles_request_t xcb_out; in xcb_shape_rectangles_checked()208 xcb_shape_rectangles_request_t xcb_out; in xcb_shape_rectangles()233 xcb_shape_rectangles_rectangles (const xcb_shape_rectangles_request_t *R) in xcb_shape_rectangles_rectangles()239 xcb_shape_rectangles_rectangles_length (const xcb_shape_rectangles_request_t *R) in xcb_shape_rectangles_rectangles_length()241 return (((R->length * 4) - sizeof(xcb_shape_rectangles_request_t))/sizeof(xcb_rectangle_t)); in xcb_shape_rectangles_rectangles_length()245 xcb_shape_rectangles_rectangles_iterator (const xcb_shape_rectangles_request_t *R) in xcb_shape_rectangles_rectangles_iterator()249 i.rem = (((R->length * 4) - sizeof(xcb_shape_rectangles_request_t))/sizeof(xcb_rectangle_t)); in xcb_shape_rectangles_rectangles_iterator()