Searched defs:pSystemHandler (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CBA_Fontmap.cpp10 CBA_FontMap::CBA_FontMap(CPDFSDK_Annot* pAnnot, IFX_SystemHandler* pSystemHandler) : argument
11 CPWL_FontMap(pSystemHandler),
26 IFX_SystemHandler* pSystemHandler) :
27 CPWL_FontMap(pSystemHandler),
25 CBA_FontMap(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict, IFX_SystemHandler* pSystemHandler) argument
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_FontMap.cpp15 CPWL_FontMap::CPWL_FontMap(IFX_SystemHandler* pSystemHandler) : argument
17 m_pSystemHandler(pSystemHandler)
33 void CPWL_FontMap::SetSystemHandler(IFX_SystemHandler* pSystemHandler) argument
35 m_pSystemHandler = pSystemHandler;
588 CPWL_DocFontMap::CPWL_DocFontMap(IFX_SystemHandler* pSystemHandler, CPDF_Document* pAttachedDoc) argument
589 : CPWL_FontMap(pSystemHandler),
H A DPWL_Wnd.cpp16 CPWL_Timer::CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler) : argument
19 m_pSystemHandler(pSystemHandler)
1043 return m_sPrivateParam.pSystemHandler;
1305 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
1307 return pSystemHandler->IsCTRLKeyDown(nFlag);
1315 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
1317 return pSystemHandler->IsSHIFTKeyDown(nFlag);
1325 if (IFX_SystemHandler* pSystemHandler = GetSystemHandler())
1327 return pSystemHandler->IsALTKeyDown(nFlag);
1335 if (IFX_SystemHandler* pSystemHandler
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_pageobjs.cpp132 const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, IFX_SystemHandler* pSystemHandler, void* pFFLData)
197 if(pSystemHandler && pSystemHandler->IsSelectionImplemented())
212 if(pSystemHandler && pSystemHandler->IsSelectionImplemented())
219 pSystemHandler->OutputSelectedRect(pFFLData,rc);
131 DrawEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF crTextFill, FX_COLORREF crTextStroke, const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, IFX_SystemHandler* pSystemHandler, void* pFFLData) argument
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Wnd.h204 pSystemHandler(NULL),
229 IFX_SystemHandler* pSystemHandler; //required member in struct:PWL_CREATEPARAM
255 CPWL_Timer(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler);

Completed in 113 milliseconds