Searched refs:DrawFillRect (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 229 void DrawFillRect(const CFX_Matrix* pUser2Device, 233 void DrawFillRect(const CFX_Matrix* pUser2Device,
|
D | cfx_renderdevice.cpp | 1133 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/ |
D | cpwl_scroll_bar.cpp | 202 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()
|
D | cpwl_list_box.cpp | 128 pDevice->DrawFillRect(&mtUser2Device, rcItem, in DrawThisAppearance()
|
D | cpwl_wnd.cpp | 250 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(width, width), in DrawThisAppearance()
|