Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmgr.cpp100 RetainPtr<CFX_Face> CFX_FontMgr::FindSubstFont(const ByteString& face_name, in FindSubstFont() function in CFX_FontMgr
107 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, in FindSubstFont()
Dcfx_fontmgr.h74 RetainPtr<CFX_Face> FindSubstFont(const ByteString& face_name,
Dcfx_fontmapper.h57 RetainPtr<CFX_Face> FindSubstFont(const ByteString& face_name,
Dcfx_fontmapper.cpp385 RetainPtr<CFX_Face> CFX_FontMapper::FindSubstFont(const ByteString& name, in FindSubstFont() function in CFX_FontMapper
605 return FindSubstFont(family, bTrueType, flags & ~FXFONT_SYMBOLIC, in FindSubstFont()
Dcfx_font.cpp353 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont( in LoadSubst()