Home
last modified time | relevance | path

Searched refs:pSysHandler (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp180 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()
DPWL_Label.cpp98 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local
103 rcClip, CPDF_Point(0.0f, 0.0f), pRange, pSysHandler, NULL); in DrawThisAppearance()
DPWL_Edit.cpp451 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local
456 rcClip, CPDF_Point(0.0f, 0.0f), pRange, pSysHandler, m_pFormFiller); in DrawThisAppearance()