HomeSort by relevance Sort by last modified time
    Searched refs:FillRectangle (Results 1 - 11 of 11) sorted by null

  /external/libvncserver/libvncclient/
corre.c 49 FillRectangle(client, rx, ry, rw, rh, pix);
64 FillRectangle(client, rx+x, ry+y, w, h, pix);
rre.c 48 FillRectangle(client, rx, ry, rw, rh, pix);
62 FillRectangle(client, rx+subrect.x, ry+subrect.y, subrect.w, subrect.h, pix);
hextile.c 67 FillRectangle(client, x, y, w, h, bg);
103 FillRectangle(client, x+sx, y+sy, sw, sh, fg);
118 FillRectangle(client, x+sx, y+sy, sw, sh, fg);
zrle.c 292 FillRectangle(client, x, y, w, h, color);
tight.c 134 FillRectangle(client, rx, ry, rw, rh, fill_colour);
rfbproto.c 150 static void FillRectangle(rfbClient* client, int x, int y, int w, int h, uint32_t colour) {
    [all...]
  /external/pdfium/xfa/fde/
fde_gedevice.h 99 bool FillRectangle(CFDE_Brush* pBrush,
fde_gedevice.cpp 322 bool CFDE_RenderDevice::FillRectangle(CFDE_Brush* pBrush,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 970 Status FillRectangle(const Brush *brush,
978 Status FillRectangle(const Brush *brush,
986 Status FillRectangle(const Brush *brush, const RectF& rect)
993 Status FillRectangle(const Brush *brush, const Rect& rect)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 779 STDMETHOD_(void, FillRectangle)(const D2D1_RECT_F *rect, ID2D1Brush *brush) PURE;
    [all...]
d2d1_1.h 471 STDMETHOD(FillRectangle)(CONST D2D1_RECT_F *rect, ID2D1Brush *brush) PURE;
    [all...]

Completed in 1072 milliseconds