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

  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 507 FX_BOOL CFDE_GdiDevice::FillRectangle(IFDE_Brush* pBrush,
515 Gdiplus::Status ret = m_pGraphics->FillRectangle(
fde_gedevice.cpp 329 FX_BOOL CFDE_FxgeDevice::FillRectangle(IFDE_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...]
  /external/libvncserver/libvncclient/
rfbproto.c 150 static void FillRectangle(rfbClient* client, int x, int y, int w, int h, uint32_t colour) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 745 STDMETHOD_(void, FillRectangle)(const D2D1_RECT_F *rect, ID2D1Brush *brush) PURE;
    [all...]

Completed in 270 milliseconds