Searched refs:pDelegate (Results 1 – 12 of 12) 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 | 88 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()
|
D | cfwl_widgetmgr.cpp | 492 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) { in DrawChild() local 494 pDelegate->OnDrawWidget(pGraphics, widgetMatrix); in DrawChild()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_bmpmodule.cpp | 17 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()
|
D | ccodec_pngmodule.cpp | 27 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()
|
D | ccodec_gifmodule.cpp | 21 Delegate* pDelegate) { in Start() argument 22 return pdfium::MakeUnique<CFX_GifContext>(this, pDelegate); in Start()
|
D | ccodec_pngmodule.h | 39 std::unique_ptr<Context> Start(Delegate* pDelegate);
|
D | ccodec_bmpmodule.h | 35 std::unique_ptr<Context> Start(Delegate* pDelegate);
|
D | ccodec_gifmodule.h | 44 std::unique_ptr<Context> Start(Delegate* pDelegate);
|
/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/core/fxcodec/lbmp/ |
D | fx_bmp.h | 128 CBmpContext(CCodec_BmpModule* pModule, CCodec_BmpModule::Delegate* pDelegate);
|