HomeSort by relevance Sort by last modified time
    Searched defs:_XImage (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 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);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 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);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 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);
    [all...]

Completed in 166 milliseconds