Searched refs:pSysHandler (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ListBox.cpp | 212 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()
|
D | PWL_Label.cpp | 128 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local 132 rcClip, CPDF_Point(0.0f,0.0f), pRange,pSysHandler, NULL); in DrawThisAppearance()
|
D | PWL_Edit.cpp | 480 IFX_SystemHandler* pSysHandler = GetSystemHandler(); in DrawThisAppearance() local 484 rcClip,CPDF_Point(0.0f,0.0f),pRange, pSysHandler, m_pFormFiller); in DrawThisAppearance()
|