Home
last modified time | relevance | path

Searched refs:m_pPlatformFont (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_font.h81 void* GetPlatformFont() const { return m_pPlatformFont; } in GetPlatformFont()
82 void SetPlatformFont(void* font) { m_pPlatformFont = font; } in SetPlatformFont()
118 void* m_pPlatformFont; variable
Dcfx_font.cpp220 m_pPlatformFont(nullptr), in CFX_Font()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp178 if (m_pPlatformFont) { in ReleasePlatformResource()
182 quartz2d.DestroyFont(m_pPlatformFont); in ReleasePlatformResource()
183 m_pPlatformFont = nullptr; in ReleasePlatformResource()