Searched refs:GetPlatformFont (Results 1 – 3 of 3) sorted by relevance
51 if (!pFont->GetPlatformFont()) { in CGDrawGlyphRun()57 if (!pFont->GetPlatformFont()) in CGDrawGlyphRun()79 return quartz2d.drawGraphicsString(pContext, pFont->GetPlatformFont(), in CGDrawGlyphRun()
120 if (!m_Font.GetPlatformFont()) { in LoadGlyphMap()126 if (!m_Font.GetPlatformFont()) in LoadGlyphMap()324 CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.GetPlatformFont(), name_ct); in SetExtGID()
81 void* GetPlatformFont() const { return m_pPlatformFont; } in GetPlatformFont() function