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

  /external/mesa3d/src/mesa/drivers/x11/
xmesa_x.h 82 #define GET_BLACK_PIXEL(__v) BlackPixel(__v->display, __v->screen)
xfonts.c 286 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
  /hardware/intel/common/libva/test/common/
va_display_x11.c 76 black_pixel = BlackPixel(x11_display, screen);
  /external/libvncserver/x11vnc/
solid.c 164 unsigned long pixel = BlackPixel(dpy, scr);
229 gcv.foreground = gcv.background = BlackPixel(dpy, scr);
357 gcv.foreground = gcv.background = BlackPixel(dpy, scr);
526 pixel = BlackPixel(dpy, scr);
    [all...]
cursor.c 830 black = BlackPixel(dpy, scr);
1019 black = BlackPixel(dpy, scr);
    [all...]
connections.c 1237 BlackPixel(dpy, scr), WhitePixel(dpy, scr));
1270 XSetForeground(dpy, gc, BlackPixel(dpy, scr));
    [all...]
unixpw.c 367 black_pix = BlackPixel(dpy, scr);
388 black_pix = BlackPixel(dpy, scr);
    [all...]
nox11.h 885 #define BlackPixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->black_pixel)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 280 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
  /external/mesa3d/src/glx/
xfont.c 283 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 104 #define BlackPixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->black_pixel)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 101 #define BlackPixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->black_pixel)
    [all...]

Completed in 170 milliseconds