Searched refs:XFillRectangle (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesa_x.h | 68 #define XMesaFillRectangle XFillRectangle
|
D | xfonts.c | 144 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height); in fill_bitmap()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 137 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height); in fill_bitmap()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 143 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height); in fill_bitmap()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 628 XFillRectangle(display, window, gc, 0, 0, image_width, image_height); in rpng_x_create_window()
|
D | rpng2-x.c | 1030 XFillRectangle(display, window, gc, 0, 0, rpng2_info.width, in rpng2_x_create_window()
|
/external/mesa3d/include/GL/ |
D | vms_x_fix.h | 131 #define XFillRectangle XFILLRECTANGLE macro
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 2783 + XFillRectangle(dpy, desktopWin, gc, x, y, w, h); \ 2803 XFillRectangle(dpy, desktopWin, gc, rx, ry, rw, rh); 2823 XFillRectangle(dpy, desktopWin, gc, rx + x, ry + y, w, h); 6559 - XFillRectangle(dpy, desktopWin, gc, x, y, width, height); 6706 + XFillRectangle(dpy, desktopWin, gc, x, y, width, height); 8802 + XFillRectangle(dpy, desktopWin, gc, x, y, w, h); \ 8880 - XFillRectangle(dpy, desktopWin, gc, x, y, w, h); 8883 + XFillRectangle(dpy, desktopWin, gc, x, y, w, h); 8910 - XFillRectangle(dpy, desktopWin, gc, x+sx, y+sy, sw, sh); 8913 + XFillRectangle(dpy, desktopWin, gc, x+sx, y+sy, sw, sh); [all …]
|
/external/libvncserver/x11vnc/ |
D | nox11.h | 3639 extern int XFillRectangle(
|