Home
last modified time | relevance | path

Searched refs:pDelegate (Results 1 – 12 of 12) 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.cpp88 if (IFWL_WidgetDelegate* pDelegate = pPrev->GetDelegate()) { in SetFocus() local
90 pDelegate->OnProcessMessage(&ms); in SetFocus()
100 if (IFWL_WidgetDelegate* pDelegate = pFocus->GetDelegate()) { in SetFocus() local
102 pDelegate->OnProcessMessage(&ms); in SetFocus()
234 if (IFWL_WidgetDelegate* pDelegate = pMessage->m_pDstTarget->GetDelegate()) in DispatchMessage() local
235 pDelegate->OnProcessMessage(pMessage); in DispatchMessage()
Dcfwl_widgetmgr.cpp492 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) { in DrawChild() local
494 pDelegate->OnDrawWidget(pGraphics, widgetMatrix); in DrawChild()
/external/pdfium/core/fxcodec/codec/
Dccodec_bmpmodule.cpp17 CCodec_BmpModule::Delegate* pDelegate) in CBmpContext() argument
18 : m_pModule(pModule), m_pDelegate(pDelegate) { in CBmpContext()
28 Delegate* pDelegate) { in Start() argument
29 auto p = pdfium::MakeUnique<CBmpContext>(this, pDelegate); in Start()
Dccodec_pngmodule.cpp27 CPngContext(CCodec_PngModule* pModule, CCodec_PngModule::Delegate* pDelegate);
200 CCodec_PngModule::Delegate* pDelegate) in CPngContext() argument
204 m_pDelegate(pDelegate), in CPngContext()
216 Delegate* pDelegate) { in Start() argument
217 auto p = pdfium::MakeUnique<CPngContext>(this, pDelegate); in Start()
Dccodec_gifmodule.cpp21 Delegate* pDelegate) { in Start() argument
22 return pdfium::MakeUnique<CFX_GifContext>(this, pDelegate); in Start()
Dccodec_pngmodule.h39 std::unique_ptr<Context> Start(Delegate* pDelegate);
Dccodec_bmpmodule.h35 std::unique_ptr<Context> Start(Delegate* pDelegate);
Dccodec_gifmodule.h44 std::unique_ptr<Context> Start(Delegate* pDelegate);
/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/core/fxcodec/lbmp/
Dfx_bmp.h128 CBmpContext(CCodec_BmpModule* pModule, CCodec_BmpModule::Delegate* pDelegate);