Lines Matching refs:xcb_image_t
47 * image consists of a header of type @ref xcb_image_t
86 typedef struct xcb_image_t xcb_image_t;
89 * @struct xcb_image_t
90 * A structure that describes an xcb_image_t.
92 struct xcb_image_t
182 xcb_image_annotate (xcb_image_t *image);
205 * This function allocates the memory needed for an @ref xcb_image_t structure
206 * with the given properties. See the description of xcb_image_t for details.
208 * xcb_image_t structure. It may try to allocate or reserve data for the
214 xcb_image_t *
255 xcb_image_t *
276 xcb_image_destroy (xcb_image_t *image);
306 xcb_image_t *
350 xcb_image_t * image,
378 xcb_image_t *
380 xcb_image_t * image,
398 xcb_image_put_pixel (xcb_image_t *image,
417 xcb_image_get_pixel (xcb_image_t *image,
441 xcb_image_t *
442 xcb_image_convert (xcb_image_t * src,
443 xcb_image_t * dst);
467 xcb_image_t *
468 xcb_image_subimage(xcb_image_t * image,
483 * Put the data of an xcb_image_t onto a drawable using the MIT Shm
491 * defined by the xcb_image_t structure.
493 * defined by the xcb_image_t structure.
520 xcb_image_t *
524 xcb_image_t * image,
536 * Read image data into a shared memory xcb_image_t.
548 * This function reads image data into a shared memory xcb_image_t where
550 * drawable, @p image is the destination xcb_image_t, @p x and @p y are offsets
560 xcb_image_t * image,
579 xcb_image_t *