Searched refs:xcb_image_t (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xcb-util/dist/image/
H A Dxcb_image.h47 * image consists of a header of type @ref xcb_image_t
86 typedef struct xcb_image_t xcb_image_t; typedef in typeref:struct:xcb_image_t
89 * @struct xcb_image_t
90 * A structure that describes an xcb_image_t.
92 struct xcb_image_t struct
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 structur
[all...]
H A Dxcb_pixel.h55 xcb_image_put_pixel_XY32M (xcb_image_t *image,
70 xcb_image_put_pixel_XY32L (xcb_image_t *image,
83 xcb_image_get_pixel_XY32M (xcb_image_t *image,
95 xcb_image_get_pixel_XY32L (xcb_image_t *image,
105 xcb_image_put_pixel_Z8 (xcb_image_t *image,
114 xcb_image_get_pixel_Z8 (xcb_image_t *image,
122 xcb_image_put_pixel_Z32M (xcb_image_t *image,
135 xcb_image_put_pixel_Z32L (xcb_image_t *image,
148 xcb_image_get_pixel_Z32M (xcb_image_t *image,
160 xcb_image_get_pixel_Z32L (xcb_image_t *imag
[all...]
H A Dtest_swap.c70 compare_image(xcb_image_t *a, xcb_image_t *b)
92 static xcb_image_t *
95 xcb_image_t *test_image;
118 convert_test (xcb_image_t *test, xcb_image_t *a)
136 print_format (xcb_image_t *image)
152 xcb_image_t *test_image;
153 xcb_image_t *src_image;
154 xcb_image_t *dst_imag
[all...]
H A Dxcb_image.c113 image_format_valid (xcb_image_t *image) {
123 xcb_image_annotate (xcb_image_t *image)
143 xcb_image_t *
193 xcb_image_t *
207 xcb_image_t * image;
292 xcb_image_destroy (xcb_image_t *image)
300 xcb_image_t *
312 xcb_image_t * image = 0;
327 xcb_image_t * tmp_image =
373 xcb_image_t *
[all...]
H A Dtest_formats.c56 static xcb_image_t *create_image(xcb_connection_t *c, int depth, int format)
58 xcb_image_t *im;
137 xcb_image_t *im;
H A Dtest_xcb_image_shm.c84 xcb_image_t *img = 0;
H A Dtest_bitmap.c133 xcb_image_t *image, *native_image, *subimage;
H A Dtest_xcb_image.c50 xcb_image_t *image;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrcursor.c55 xcb_image_t *image;
134 xcb_image_t *image;
H A Dephyr.h74 xcb_image_t *ximg;
H A Dhostx.c1118 xcb_image_t *subimg = xcb_image_subimage(scrpriv->ximg, sx, sy,
1120 xcb_image_t *img = xcb_image_native(HostX.conn, subimg, 1);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowicons.c65 int stride, xcb_image_t* pixmap, unsigned char *image)
477 xcb_image_t *xImageIcon;
478 xcb_image_t *xImageMask = NULL;

Completed in 10 milliseconds