Searched refs:pSysHandler (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ListBox.cpp | 180 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local 181 if (pSysHandler && pSysHandler->IsSelectionImplemented()) { in DrawThisAppearance() 186 ptOffset, NULL, pSysHandler, m_pFormFiller); in DrawThisAppearance() 187 pSysHandler->OutputSelectedRect(m_pFormFiller, rcItem); in DrawThisAppearance() 193 ptOffset, NULL, pSysHandler, m_pFormFiller); in DrawThisAppearance() 196 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local 200 rcList, ptOffset, NULL, pSysHandler, NULL); in DrawThisAppearance()
|
D | PWL_Label.cpp | 98 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local 103 rcClip, CPDF_Point(0.0f, 0.0f), pRange, pSysHandler, NULL); in DrawThisAppearance()
|
D | PWL_Edit.cpp | 451 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local 456 rcClip, CPDF_Point(0.0f, 0.0f), pRange, pSysHandler, m_pFormFiller); in DrawThisAppearance()
|