Searched refs:m_pPlatformFont (Results 1 – 3 of 3) sorted by relevance
165 if (m_pPlatformFont) { in ReleasePlatformResource()168 quartz2d.DestroyFont(m_pPlatformFont); in ReleasePlatformResource()169 m_pPlatformFont = NULL; in ReleasePlatformResource()
61 m_pPlatformFont = NULL; in CFX_Font()97 m_pPlatformFont = pFont->m_pPlatformFont; in LoadClone()155 m_pPlatformFont = m_pSubstFont->m_ExtHandle; in LoadSubst()
110 void* GetPlatformFont() const { return m_pPlatformFont; } in GetPlatformFont()111 void SetPlatformFont(void* font) { m_pPlatformFont = font; } in SetPlatformFont()128 void* m_pPlatformFont; variable