Searched refs:m_pPlatformData (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/fxge/android/
H A Dfx_android_imp.cpp26 m_pPlatformData = pDeviceModule;
30 if (m_pPlatformData)
31 static_cast<CFPF_SkiaDeviceModule*>(m_pPlatformData)->Destroy();
/external/pdfium/core/fxge/
H A Dcfx_gemodule.h31 void* GetPlatformData() { return m_pPlatformData; }
46 void* m_pPlatformData; member in class:CFX_GEModule
/external/pdfium/core/fxge/apple/
H A Dfx_mac_imp.cpp132 m_pPlatformData = new CApplePlatform;
137 delete reinterpret_cast<CApplePlatform*>(m_pPlatformData);
138 m_pPlatformData = nullptr;
/external/pdfium/core/fxge/ge/
H A Dcfx_gemodule.cpp25 m_pPlatformData(nullptr),
/external/pdfium/core/fxge/win32/
H A Dfx_win32_device.cpp718 m_pPlatformData = pPlatformData;
723 delete (CWin32Platform*)m_pPlatformData;
724 m_pPlatformData = nullptr;

Completed in 116 milliseconds