Searched refs:_XImage (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xlib.h | 368 typedef struct _XImage { struct 385 struct _XImage *(*create_image)( argument 396 int (*destroy_image) (struct _XImage *); 397 unsigned long (*get_pixel) (struct _XImage *, int, int); 398 int (*put_pixel) (struct _XImage *, int, int, unsigned long); 399 struct _XImage *(*sub_image)(struct _XImage *, int, int, unsigned int, unsigned int); 400 int (*add_pixel) (struct _XImage *, long);
|