Home
last modified time | relevance | path

Searched refs:CApplePlatform (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/apple/
Dapple_int.h40 class CApplePlatform {
42 CApplePlatform() {} in CApplePlatform() function
43 ~CApplePlatform() {} in ~CApplePlatform()
Dfx_apple_platform.cpp49 static_cast<CApplePlatform*>(CFX_GEModule::Get()->GetPlatformData()) in CGDrawGlyphRun()
88 static_cast<CApplePlatform*>(CFX_GEModule::Get()->GetPlatformData()) in InitPlatform()
95 static_cast<CApplePlatform*>(CFX_GEModule::Get()->GetPlatformData()) in DestroyPlatform()
180 static_cast<CApplePlatform*>(CFX_GEModule::Get()->GetPlatformData()) in ReleasePlatformResource()
Dfx_mac_imp.cpp133 m_pPlatformData = new CApplePlatform; in InitPlatform()
138 delete reinterpret_cast<CApplePlatform*>(m_pPlatformData); in DestroyPlatform()
/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.cpp118 static_cast<CApplePlatform*>(CFX_GEModule::Get()->GetPlatformData()) in LoadGlyphMap()