HomeSort by relevance Sort by last modified time
    Searched refs:pSysHandler (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Label.cpp 128 IFX_SystemHandler* pSysHandler = GetSystemHandler();
132 rcClip, CPDF_Point(0.0f,0.0f), pRange,pSysHandler, NULL);
PWL_ListBox.cpp 212 IFX_SystemHandler* pSysHandler = GetSystemHandler();
213 if(pSysHandler && pSysHandler->IsSelectionImplemented())
216 rcList, ptOffset, NULL,pSysHandler, m_pFormFiller);
217 pSysHandler->OutputSelectedRect(m_pFormFiller, rcItem);
223 rcList, ptOffset, NULL, pSysHandler, m_pFormFiller);
228 IFX_SystemHandler* pSysHandler = GetSystemHandler();
232 rcList, ptOffset, NULL,pSysHandler, NULL);
PWL_Edit.cpp 476 IFX_SystemHandler* pSysHandler = GetSystemHandler();
480 rcClip,CPDF_Point(0.0f,0.0f),pRange, pSysHandler, m_pFormFiller);

Completed in 41 milliseconds