Searched refs:m_pPlatformFont (Results 1 – 3 of 3) sorted by relevance
81 void* GetPlatformFont() const { return m_pPlatformFont; } in GetPlatformFont()82 void SetPlatformFont(void* font) { m_pPlatformFont = font; } in SetPlatformFont()118 void* m_pPlatformFont; variable
220 m_pPlatformFont(nullptr), in CFX_Font()
178 if (m_pPlatformFont) { in ReleasePlatformResource()182 quartz2d.DestroyFont(m_pPlatformFont); in ReleasePlatformResource()183 m_pPlatformFont = nullptr; in ReleasePlatformResource()