Searched refs:xcb_image_t (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | xcb_image.h | 47 * 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 D | xcb_pixel.h | 55 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 D | test_swap.c | 70 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 D | xcb_image.c | 113 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 D | test_formats.c | 56 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 D | test_xcb_image_shm.c | 84 xcb_image_t *img = 0;
|
| H A D | test_bitmap.c | 133 xcb_image_t *image, *native_image, *subimage;
|
| H A D | test_xcb_image.c | 50 xcb_image_t *image;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyrcursor.c | 55 xcb_image_t *image; 134 xcb_image_t *image;
|
| H A D | ephyr.h | 74 xcb_image_t *ximg;
|
| H A D | hostx.c | 1118 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 D | winmultiwindowicons.c | 65 int stride, xcb_image_t* pixmap, unsigned char *image) 477 xcb_image_t *xImageIcon; 478 xcb_image_t *xImageMask = NULL;
|
Completed in 10 milliseconds