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

  /hardware/intel/common/libva/test/common/
va_display_x11.c 63 unsigned int black_pixel, white_pixel; local
77 white_pixel = WhitePixel(x11_display, screen);
83 1, black_pixel, white_pixel
  /external/libvncserver/x11vnc/
unixpw.c 95 int white_pixel(void);
360 int white_pixel(void) { function
468 rfbDrawString(pscreen, &default6x13Font, 8, 2+1*13, "F1-Help:", white_pixel());
477 rfbDrawString(pscreen, &default8x16Font, x-90, y-30, moo, white_pixel());
481 rfbDrawString(pscreen, &default6x13Font, x-110, y-38, moo1, white_pixel());
482 rfbDrawString(pscreen, &default6x13Font, x-110, y-25, moo2, white_pixel());
489 rfbDrawString(pscreen, &default8x16Font, x, y, log, white_pixel());
    [all...]
nox11.h 886 #define WhitePixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->white_pixel)
920 #define WhitePixelOfScreen(s) ((s)->white_pixel)
1063 unsigned long white_pixel; member in struct:__anon13580
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 105 #define WhitePixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->white_pixel)
139 #define WhitePixelOfScreen(s) ((s)->white_pixel)
280 unsigned long white_pixel; member in struct:__anon29745
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 102 #define WhitePixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->white_pixel)
136 #define WhitePixelOfScreen(s) ((s)->white_pixel)
277 unsigned long white_pixel; member in struct:__anon31608
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 360 uint32_t white_pixel; /**< */ member in struct:xcb_screen_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xproto.h 360 uint32_t white_pixel; /**< */ member in struct:xcb_screen_t
    [all...]

Completed in 282 milliseconds