Searched refs:FillRectangle (Results 1 – 7 of 7) sorted by relevance
/external/libvncserver/libvncclient/ |
D | hextile.c | 67 FillRectangle(client, x, y, w, h, bg); in HandleHextileBPP() 103 FillRectangle(client, x+sx, y+sy, sw, sh, fg); in HandleHextileBPP() 118 FillRectangle(client, x+sx, y+sy, sw, sh, fg); in HandleHextileBPP()
|
D | corre.c | 49 FillRectangle(client, rx, ry, rw, rh, pix); in HandleCoRREBPP() 64 FillRectangle(client, rx+x, ry+y, w, h, pix); in HandleCoRREBPP()
|
D | rre.c | 48 FillRectangle(client, rx, ry, rw, rh, pix); in HandleRREBPP() 62 FillRectangle(client, rx+subrect.x, ry+subrect.y, subrect.w, subrect.h, pix); in HandleRREBPP()
|
D | zrle.c | 292 FillRectangle(client, x, y, w, h, color); in HandleZRLETile()
|
D | tight.c | 134 FillRectangle(client, rx, ry, rw, rh, fill_colour); in HandleTightBPP()
|
D | rfbproto.c | 139 static void FillRectangle(rfbClient* client, int x, int y, int w, int h, uint32_t colour) { in FillRectangle() function
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 2775 +#define FillRectangle(x, y, w, h, color) \ 2805 + FillRectangle(rx, ry, rw, rh, gcv.foreground); 2825 + FillRectangle(rx + x, ry + y, w, h, gcv.foreground); 2832 +#undef FillRectangle 8794 +#define FillRectangle(x, y, w, h, color) \ 8885 + FillRectangle(x, y, w, h, gcv.foreground); 8915 + FillRectangle(x+sx, y+sy, sw, sh, gcv.foreground); 8952 + FillRectangle(x+sx, y+sy, sw, sh, gcv.foreground); 8962 +#undef FillRectangle 14891 +#undef FillRectangle [all …]
|