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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 371 typedef struct _XImage {
388 struct _XImage *(*create_image)(
399 int (*destroy_image) (struct _XImage *);
400 unsigned long (*get_pixel) (struct _XImage *, int, int);
401 int (*put_pixel) (struct _XImage *, int, int, unsigned long);
402 struct _XImage *(*sub_image)(struct _XImage *, int, int, unsigned int, unsigned int);
403 int (*add_pixel) (struct _XImage *, long);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 368 typedef struct _XImage {
385 struct _XImage *(*create_image)(
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);
    [all...]
  /external/libvncserver/x11vnc/
nox11.h     [all...]

Completed in 37 milliseconds