Searched refs:FillSolidRect (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_listboxtp.cpp | 28 FillSolidRect(pParams.m_pGraphics.Get(), ArgbEncode(255, 255, 255, 255), in DrawBackground() 31 FillSolidRect(pParams.m_pGraphics.Get(), FWLTHEME_COLOR_Background, in DrawBackground() 48 FillSolidRect(pParams.m_pGraphics.Get(), color, pParams.m_rtPart, in DrawBackground()
|
D | cfwl_widgettp.cpp | 114 FillSolidRect(pGraphics, FWLTHEME_COLOR_Background, rect, matrix); in FillBackground() 117 void CFWL_WidgetTP::FillSolidRect(CXFA_Graphics* pGraphics, in FillSolidRect() function in CFWL_WidgetTP 205 FillSolidRect(pGraphics, m_pColorData->clrEnd[eState - 1], rect, matrix); in DrawBtn()
|
D | cfwl_widgettp.h | 53 void FillSolidRect(CXFA_Graphics* pGraphics,
|
D | cfwl_scrollbartp.cpp | 92 FillSolidRect(pGraphics, m_pThemeData->clrBtnBK[eState - 1][1], rect, matrix); in DrawThumbBtn() 212 FillSolidRect(pGraphics, m_pThemeData->clrTrackBKEnd, rect, matrix); in DrawTrack()
|
D | cfwl_pushbuttontp.cpp | 65 FillSolidRect(pGraphics, m_pThemeData->clrEnd[iColor], rect, in DrawBackground()
|