Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp212 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local
213 if(pSysHandler && pSysHandler->IsSelectionImplemented()) in DrawThisAppearance()
216 rcList, ptOffset, NULL,pSysHandler, m_pFormFiller); in DrawThisAppearance()
217 pSysHandler->OutputSelectedRect(m_pFormFiller, rcItem); in DrawThisAppearance()
223 rcList, ptOffset, NULL, pSysHandler, m_pFormFiller); in DrawThisAppearance()
228 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local
232 rcList, ptOffset, NULL,pSysHandler, NULL); in DrawThisAppearance()
DPWL_Label.cpp128 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local
132 rcClip, CPDF_Point(0.0f,0.0f), pRange,pSysHandler, NULL); in DrawThisAppearance()
DPWL_Edit.cpp480 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local
484 rcClip,CPDF_Point(0.0f,0.0f),pRange, pSysHandler, m_pFormFiller); in DrawThisAppearance()