Searched refs:FillRectangle (Results 1 – 8 of 8) 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 | 150 static void FillRectangle(rfbClient* client, int x, int y, int w, int h, uint32_t colour) { in FillRectangle() function
|
/external/pdfium/xfa/fde/ |
D | fde_gedevice.h | 99 bool FillRectangle(CFDE_Brush* pBrush,
|
D | fde_gedevice.cpp | 322 bool CFDE_RenderDevice::FillRectangle(CFDE_Brush* pBrush, in FillRectangle() function in CFDE_RenderDevice
|