Searched refs:FindSubstFont (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 264 FXFT_Face FindSubstFont(const CFX_ByteString& face_name, 314 FXFT_Face FindSubstFont(const CFX_ByteString& face_name,
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 485 FXFT_Face CFX_FontMgr::FindSubstFont(const CFX_ByteString& face_name, in FindSubstFont() function in CFX_FontMgr 493 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, in FindSubstFont() 836 FXFT_Face CFX_FontMapper::FindSubstFont(const CFX_ByteString& name, in FindSubstFont() function in CFX_FontMapper 1128 return FindSubstFont(family, bTrueType, flags & ~FXFONT_SYMBOLIC, in FindSubstFont()
|
D | fx_ge_font.cpp | 150 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont( in LoadSubst()
|