Searched refs:pDelegate (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/xfa/fwl/
H A Dcfwl_eventtarget.cpp23 IFWL_WidgetDelegate* pDelegate = m_pListener->GetDelegate(); local
24 if (!pDelegate)
29 pDelegate->OnProcessEvent(pEvent);
H A Dcfwl_notedriver.cpp88 if (IFWL_WidgetDelegate* pDelegate = pPrev->GetDelegate()) {
90 pDelegate->OnProcessMessage(&ms);
100 if (IFWL_WidgetDelegate* pDelegate = pFocus->GetDelegate()) {
102 pDelegate->OnProcessMessage(&ms);
234 if (IFWL_WidgetDelegate* pDelegate = pMessage->m_pDstTarget->GetDelegate())
235 pDelegate->OnProcessMessage(pMessage);
H A Dcfwl_widgetmgr.cpp492 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) {
494 pDelegate->OnDrawWidget(pGraphics, widgetMatrix);
/external/pdfium/core/fxcodec/codec/
H A Dccodec_bmpmodule.cpp17 CCodec_BmpModule::Delegate* pDelegate)
18 : m_pModule(pModule), m_pDelegate(pDelegate) {
28 Delegate* pDelegate) {
29 auto p = pdfium::MakeUnique<CBmpContext>(this, pDelegate);
16 CBmpContext(CCodec_BmpModule* pModule, CCodec_BmpModule::Delegate* pDelegate) argument
27 Start( Delegate* pDelegate) argument
H A Dccodec_pngmodule.h39 std::unique_ptr<Context> Start(Delegate* pDelegate);
H A Dccodec_bmpmodule.h35 std::unique_ptr<Context> Start(Delegate* pDelegate);
H A Dccodec_pngmodule.cpp27 CPngContext(CCodec_PngModule* pModule, CCodec_PngModule::Delegate* pDelegate);
200 CCodec_PngModule::Delegate* pDelegate)
204 m_pDelegate(pDelegate),
216 Delegate* pDelegate) {
217 auto p = pdfium::MakeUnique<CPngContext>(this, pDelegate);
199 CPngContext(CCodec_PngModule* pModule, CCodec_PngModule::Delegate* pDelegate) argument
215 Start( Delegate* pDelegate) argument
H A Dccodec_gifmodule.cpp21 Delegate* pDelegate) {
22 return pdfium::MakeUnique<CFX_GifContext>(this, pDelegate);
20 Start( Delegate* pDelegate) argument
H A Dccodec_gifmodule.h44 std::unique_ptr<Context> Start(Delegate* pDelegate);
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTPFXParserAPI.h104 @param[in] pDelegate A delegate which will receive callbacks
110 PVRTPFXEffectDelegate* pDelegate, unsigned int& uiUnknownUniforms, CPVRTString *pReturnError);
212 EPVRTError LoadTexturesForEffect(PVRTPFXEffectDelegate* pDelegate, CPVRTString *pReturnError);
H A DPVRTPFXParserAPI.cpp80 PVRTPFXEffectDelegate* pDelegate, unsigned int& uiUnknownUniforms, CPVRTString *pReturnError)
136 if(pDelegate)
138 if(LoadTexturesForEffect(pDelegate, pReturnError) != PVR_SUCCESS)
153 EPVRTError CPVRTPFXEffect::LoadTexturesForEffect(PVRTPFXEffectDelegate* pDelegate, CPVRTString *pReturnError) argument
173 if(pDelegate->PVRTPFXOnLoadTexture(pTexDesc->FileName, uiHandle, uiFlags) != PVR_SUCCESS)
79 Load(CPVRTPFXParser &src, const char * const pszEffect, const char * const pszFileName, PVRTPFXEffectDelegate* pDelegate, unsigned int& uiUnknownUniforms, CPVRTString *pReturnError) argument
/external/pdfium/core/fxcodec/lbmp/
H A Dfx_bmp.h128 CBmpContext(CCodec_BmpModule* pModule, CCodec_BmpModule::Delegate* pDelegate);

Completed in 1182 milliseconds