Searched refs:FindSubstFont (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_fontmgr.cpp | 106 FXFT_Face CFX_FontMgr::FindSubstFont(const ByteString& face_name, in FindSubstFont() function in CFX_FontMgr 114 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, in FindSubstFont()
|
D | cfx_fontmgr.h | 50 FXFT_Face FindSubstFont(const ByteString& face_name,
|
D | cfx_fontmapper.h | 30 FXFT_Face FindSubstFont(const ByteString& face_name,
|
D | cfx_fontmapper.cpp | 406 FXFT_Face CFX_FontMapper::FindSubstFont(const ByteString& name, in FindSubstFont() function in CFX_FontMapper 638 return FindSubstFont(family, bTrueType, flags & ~FXFONT_SYMBOLIC, in FindSubstFont()
|
D | cfx_font.cpp | 270 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont( in LoadSubst()
|