Home
last modified time | relevance | path

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

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