Searched refs:ximage (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xutil.h | 188 XImage *ximage); 190 XImage *ximage, 193 XImage *ximage, 197 XImage *ximage, 201 XImage *ximage, 208 #define XDestroyImage(ximage) \ argument 209 ((*((ximage)->f.destroy_image))((ximage))) 210 #define XGetPixel(ximage, x, y) \ argument 211 ((*((ximage)->f.get_pixel))((ximage), (x), (y))) 212 #define XPutPixel(ximage, x, y, pixel) \ argument [all …]
|