Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp51 if (!pFont->GetPlatformFont()) { in CGDrawGlyphRun()
57 if (!pFont->GetPlatformFont()) in CGDrawGlyphRun()
79 return quartz2d.drawGraphicsString(pContext, pFont->GetPlatformFont(), in CGDrawGlyphRun()
/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.cpp120 if (!m_Font.GetPlatformFont()) { in LoadGlyphMap()
126 if (!m_Font.GetPlatformFont()) in LoadGlyphMap()
324 CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.GetPlatformFont(), name_ct); in SetExtGID()
/external/pdfium/core/fxge/
Dcfx_font.h81 void* GetPlatformFont() const { return m_pPlatformFont; } in GetPlatformFont() function