Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfx_android_imp.cpp21 m_pPlatformData = pDeviceModule; in InitPlatform()
25 if (m_pPlatformData) { in DestroyPlatform()
26 ((IFPF_DeviceModule*)m_pPlatformData)->Destroy(); in DestroyPlatform()
/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp98 m_pPlatformData = new CApplePlatform; in InitPlatform()
103 if (m_pPlatformData) { in DestroyPlatform()
104 delete (CApplePlatform *) m_pPlatformData; in DestroyPlatform()
106 m_pPlatformData = NULL; in DestroyPlatform()
/external/pdfium/core/src/fxge/ge/
Dfx_ge.cpp16 m_pPlatformData = NULL; in CFX_GEModule()
/external/pdfium/core/include/fxge/
Dfx_ge.h58 return m_pPlatformData; in GetPlatformData()
72 void* m_pPlatformData; variable
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp406 m_pPlatformData = pPlatformData; in InitPlatform()
411 if (m_pPlatformData) { in DestroyPlatform()
412 delete (CWin32Platform*)m_pPlatformData; in DestroyPlatform()
414 m_pPlatformData = NULL; in DestroyPlatform()