Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h218 FXFT_Face FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags,
236 …virtual FXFT_Face FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags,
278 …virtual FXFT_Face FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp101 FXFT_Face CFX_FontMgr::FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType, in FindSubstFont() function in CFX_FontMgr
108 … FXFT_Face face = m_pExtMapper->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle, in FindSubstFont()
114 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle, in FindSubstFont()
882 FXFT_Face CFX_FontMapper::FindSubstFont(const CFX_ByteString& name, FX_BOOL bTrueType, FX_DWORD fla… in FindSubstFont() function in CFX_FontMapper
1164 …return FindSubstFont(family, bTrueType, flags & ~FXFONT_SYMBOLIC, weight, italic_angle, 0, pSubstF… in FindSubstFont()
1168 …return FindSubstFont(family, bTrueType, flags & ~FXFONT_SYMBOLIC, weight, italic_angle, 0, pSubstF… in FindSubstFont()
Dfx_ge_font.cpp72 …m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont(face_name, bTrueType, flags, weight, ita… in LoadSubst()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp94 virtual FT_Face FindSubstFont(