Home
last modified time | relevance | path

Searched refs:FillRectangle (Results 1 – 7 of 7) sorted by relevance

/external/libvncserver/libvncclient/
Dhextile.c67 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()
Dcorre.c49 FillRectangle(client, rx, ry, rw, rh, pix); in HandleCoRREBPP()
64 FillRectangle(client, rx+x, ry+y, w, h, pix); in HandleCoRREBPP()
Drre.c48 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()
Dzrle.c292 FillRectangle(client, x, y, w, h, color); in HandleZRLETile()
Dtight.c134 FillRectangle(client, rx, ry, rw, rh, fill_colour); in HandleTightBPP()
Drfbproto.c139 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/
Dtight-vncviewer-full.patch2775 +#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 …]