Home
last modified time | relevance | path

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