HomeSort by relevance Sort by last modified time
    Searched refs:m_pPlatformData (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fxge/android/
fx_android_imp.cpp 28 m_pPlatformData = pDeviceModule;
32 if (m_pPlatformData)
33 static_cast<CFPF_SkiaDeviceModule*>(m_pPlatformData)->Destroy();
  /external/pdfium/core/fxge/
cfx_gemodule.h 24 void* GetPlatformData() { return m_pPlatformData; }
35 void* m_pPlatformData;
cfx_gemodule.cpp 22 m_pPlatformData(nullptr),
  /external/pdfium/core/fxge/apple/
fx_mac_imp.cpp 133 m_pPlatformData = new CApplePlatform;
138 delete reinterpret_cast<CApplePlatform*>(m_pPlatformData);
139 m_pPlatformData = nullptr;
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 712 m_pPlatformData = pPlatformData;
717 delete (CWin32Platform*)m_pPlatformData;
718 m_pPlatformData = nullptr;
    [all...]

Completed in 111 milliseconds