Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h264 FXFT_Face FindSubstFont(const CFX_ByteString& face_name,
314 FXFT_Face FindSubstFont(const CFX_ByteString& face_name,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp485 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()
Dfx_ge_font.cpp150 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont( in LoadSubst()