Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp165 if (m_pPlatformFont) { in ReleasePlatformResource()
168 quartz2d.DestroyFont(m_pPlatformFont); in ReleasePlatformResource()
169 m_pPlatformFont = NULL; in ReleasePlatformResource()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp61 m_pPlatformFont = NULL; in CFX_Font()
97 m_pPlatformFont = pFont->m_pPlatformFont; in LoadClone()
155 m_pPlatformFont = m_pSubstFont->m_ExtHandle; in LoadSubst()
/external/pdfium/core/include/fxge/
Dfx_font.h110 void* GetPlatformFont() const { return m_pPlatformFont; } in GetPlatformFont()
111 void SetPlatformFont(void* font) { m_pPlatformFont = font; } in SetPlatformFont()
128 void* m_pPlatformFont; variable