Home | History | Annotate | Download | only in X11

Lines Matching defs:_XImage

392 typedef struct _XImage {
409 struct _XImage *(*create_image)(
420 int (*destroy_image) (struct _XImage *);
421 unsigned long (*get_pixel) (struct _XImage *, int, int);
422 int (*put_pixel) (struct _XImage *, int, int, unsigned long);
423 struct _XImage *(*sub_image)(struct _XImage *, int, int, unsigned int, unsigned int);
424 int (*add_pixel) (struct _XImage *, long);