Home
last modified time | relevance | path

Searched refs:DrawFillRect (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_renderdevice.h229 void DrawFillRect(const CFX_Matrix* pUser2Device,
233 void DrawFillRect(const CFX_Matrix* pUser2Device,
Dcfx_renderdevice.cpp1133 void CFX_RenderDevice::DrawFillRect(const CFX_Matrix* pUser2Device, in DrawFillRect() function in CFX_RenderDevice
1183 void CFX_RenderDevice::DrawFillRect(const CFX_Matrix* pUser2Device, in DrawFillRect() function in CFX_RenderDevice
1187 DrawFillRect(pUser2Device, rect, color.ToFXColor(nTransparency)); in DrawFillRect()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp202 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(1.0f, 1.0f), in DrawThisAppearance()
261 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(0.5f, 0.5f), in DrawThisAppearance()
429 pDevice->DrawFillRect(&mtUser2Device, rectWnd, GetBackgroundColor(), in DrawThisAppearance()
Dcpwl_list_box.cpp128 pDevice->DrawFillRect(&mtUser2Device, rcItem, in DrawThisAppearance()
Dcpwl_wnd.cpp250 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(width, width), in DrawThisAppearance()