Home
last modified time | relevance | path

Searched refs:IsBuiltInGenericFont (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_substfont.h24 bool IsBuiltInGenericFont() const { return m_bFlagMM; } in IsBuiltInGenericFont() function
Dcfx_glyphcache.cpp145 if (pSubstFont->IsBuiltInGenericFont()) { in RenderGlyph()
173 if (pSubstFont && !pSubstFont->IsBuiltInGenericFont() && weight > 400) { in RenderGlyph()
Dcfx_font.cpp430 if (m_pSubstFont && m_pSubstFont->IsBuiltInGenericFont()) in GetGlyphWidthImpl()
716 if (m_pSubstFont->IsBuiltInGenericFont()) in LoadGlyphPathImpl()
726 if (m_pSubstFont && !m_pSubstFont->IsBuiltInGenericFont() && in LoadGlyphPathImpl()
/external/pdfium/core/fpdfapi/render/
Dcharposlist.cpp82 if (subst_font->IsBuiltInGenericFont()) { in ApplyGlyphSpacingHeuristic()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp926 (subst_font && subst_font->IsBuiltInGenericFont()) ? subst_font->m_Weight in DrawDeviceText()