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.cpp24 m_pPlatformData = pDeviceModule; in InitPlatform()
28 if (m_pPlatformData) { in DestroyPlatform()
29 ((IFPF_DeviceModule*)m_pPlatformData)->Destroy(); in DestroyPlatform()
/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp107 m_pPlatformData = FX_NEW CApplePlatform; in InitPlatform()
112 if (m_pPlatformData) { in DestroyPlatform()
113 delete (CApplePlatform *) m_pPlatformData; in DestroyPlatform()
115 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.h59 return m_pPlatformData; in GetPlatformData()
73 void* m_pPlatformData; variable
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp416 m_pPlatformData = pPlatformData; in InitPlatform()
421 if (m_pPlatformData) { in DestroyPlatform()
422 delete (CWin32Platform*)m_pPlatformData; in DestroyPlatform()
424 m_pPlatformData = NULL; in DestroyPlatform()