Searched refs:DrawFillRect (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 177 void DrawFillRect(const CFX_Matrix* pUser2Device, 181 void DrawFillRect(const CFX_Matrix* pUser2Device,
|
D | cfx_renderdevice.cpp | 1090 void CFX_RenderDevice::DrawFillRect(const CFX_Matrix* pUser2Device, in DrawFillRect() function in CFX_RenderDevice 1137 void CFX_RenderDevice::DrawFillRect(const CFX_Matrix* pUser2Device, in DrawFillRect() function in CFX_RenderDevice 1141 DrawFillRect(pUser2Device, rect, color.ToFXColor(nTransparency)); in DrawFillRect()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_scroll_bar.cpp | 186 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(1.0f, 1.0f), in DrawThisAppearance() 242 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(0.5f, 0.5f), in DrawThisAppearance() 398 pDevice->DrawFillRect(&mtUser2Device, rectWnd, GetBackgroundColor(), in DrawThisAppearance()
|
D | cpwl_list_box.cpp | 123 pDevice->DrawFillRect(&mtUser2Device, rcItem, in DrawThisAppearance()
|
D | cpwl_wnd.cpp | 228 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(width, width), in DrawThisAppearance()
|