Searched refs:pDelegate (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_eventtarget.cpp | 23 IFWL_WidgetDelegate* pDelegate = m_pListener->GetDelegate(); in ProcessEvent() local 24 if (!pDelegate) in ProcessEvent() 29 pDelegate->OnProcessEvent(pEvent); in ProcessEvent()
|
D | cfwl_notedriver.cpp | 94 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()
|
D | cfwl_widgetmgr.cpp | 498 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) { in DrawChild() local 500 pDelegate->OnDrawWidget(pGraphics, &widgetMatrix); in DrawChild()
|
/external/pdfium/core/fxcodec/codec/ |
D | icodec_bmpmodule.h | 45 void SetDelegate(Delegate* pDelegate) { m_pDelegate = pDelegate; } in SetDelegate() argument
|
D | icodec_gifmodule.h | 62 void SetDelegate(Delegate* pDelegate) { m_pDelegate = pDelegate; } in SetDelegate() argument
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffapp.cpp | 147 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/ |
D | PVRTPFXParserAPI.h | 110 PVRTPFXEffectDelegate* pDelegate, unsigned int& uiUnknownUniforms, CPVRTString *pReturnError); 212 EPVRTError LoadTexturesForEffect(PVRTPFXEffectDelegate* pDelegate, CPVRTString *pReturnError);
|
D | PVRTPFXParserAPI.cpp | 80 … 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/ |
D | xfa_ffapp.h | 43 CXFA_FWLAdapterWidgetMgr* GetWidgetMgr(CFWL_WidgetMgrDelegate* pDelegate);
|