Home
last modified time | relevance | path

Searched refs:pDelegate (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_eventtarget.cpp23 IFWL_WidgetDelegate* pDelegate = m_pListener->GetDelegate(); in ProcessEvent() local
24 if (!pDelegate) in ProcessEvent()
29 pDelegate->OnProcessEvent(pEvent); in ProcessEvent()
Dcfwl_notedriver.cpp94 if (IFWL_WidgetDelegate* pDelegate = pPrev->GetDelegate()) { in SetFocus() local
96 pDelegate->OnProcessMessage(&ms); in SetFocus()
106 if (IFWL_WidgetDelegate* pDelegate = pFocus->GetDelegate()) { in SetFocus() local
108 pDelegate->OnProcessMessage(&ms); in SetFocus()
241 if (IFWL_WidgetDelegate* pDelegate = pMessage->m_pDstTarget->GetDelegate()) in DispatchMessage() local
242 pDelegate->OnProcessMessage(pMessage); in DispatchMessage()
Dcfwl_widgetmgr.cpp498 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) { in DrawChild() local
500 pDelegate->OnDrawWidget(pGraphics, &widgetMatrix); in DrawChild()
/external/pdfium/core/fxcodec/codec/
Dicodec_bmpmodule.h45 void SetDelegate(Delegate* pDelegate) { m_pDelegate = pDelegate; } in SetDelegate() argument
Dicodec_gifmodule.h62 void SetDelegate(Delegate* pDelegate) { m_pDelegate = pDelegate; } in SetDelegate() argument
/external/pdfium/xfa/fxfa/app/
Dxfa_ffapp.cpp147 CFWL_WidgetMgrDelegate* pDelegate) { in GetWidgetMgr() argument
150 pDelegate->OnSetCapability(FWL_WGTMGR_DisableForm); in GetWidgetMgr()
151 m_pWidgetMgrDelegate = pDelegate; in GetWidgetMgr()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.h110 PVRTPFXEffectDelegate* pDelegate, unsigned int& uiUnknownUniforms, CPVRTString *pReturnError);
212 EPVRTError LoadTexturesForEffect(PVRTPFXEffectDelegate* pDelegate, CPVRTString *pReturnError);
DPVRTPFXParserAPI.cpp80 … PVRTPFXEffectDelegate* pDelegate, unsigned int& uiUnknownUniforms, CPVRTString *pReturnError) in Load() argument
136 if(pDelegate) in Load()
138 if(LoadTexturesForEffect(pDelegate, pReturnError) != PVR_SUCCESS) in Load()
153 EPVRTError CPVRTPFXEffect::LoadTexturesForEffect(PVRTPFXEffectDelegate* pDelegate, CPVRTString *pRe… in LoadTexturesForEffect() argument
173 if(pDelegate->PVRTPFXOnLoadTexture(pTexDesc->FileName, uiHandle, uiFlags) != PVR_SUCCESS) in LoadTexturesForEffect()
/external/pdfium/xfa/fxfa/
Dxfa_ffapp.h43 CXFA_FWLAdapterWidgetMgr* GetWidgetMgr(CFWL_WidgetMgrDelegate* pDelegate);