Home
last modified time | relevance | path

Searched refs:FX_FONTDESCRIPTOR (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h67 struct FX_FONTDESCRIPTOR { struct
74 inline bool operator==(const FX_FONTDESCRIPTOR& left, argument
75 const FX_FONTDESCRIPTOR& right) {
82 typedef void (*FX_LPEnumAllFonts)(std::deque<FX_FONTDESCRIPTOR>* fonts,
113 const FX_FONTDESCRIPTOR* FindFont(const FX_WCHAR* pszFontFamily,
121 std::deque<FX_FONTDESCRIPTOR> m_FontFaces;
Dcfgas_fontmgr.cpp28 int32_t GetSimilarityScore(FX_FONTDESCRIPTOR const* pFont, in GetSimilarityScore()
50 const FX_FONTDESCRIPTOR* MatchDefaultFont( in MatchDefaultFont()
52 const std::deque<FX_FONTDESCRIPTOR>& fonts) { in MatchDefaultFont()
53 const FX_FONTDESCRIPTOR* pBestFont = nullptr; in MatchDefaultFont()
122 const FX_FONTDESCRIPTOR* pFD = in GetFontByCodePage()
158 const FX_FONTDESCRIPTOR* pFD = in GetFontByUnicode()
194 const FX_FONTDESCRIPTOR* pFD = in LoadFont()
265 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const FX_WCHAR* pszFontFamily, in FindFont()
279 const FX_FONTDESCRIPTOR* pDesc = MatchDefaultFont(&params, m_FontFaces); in FindFont()
286 std::deque<FX_FONTDESCRIPTOR> namedFonts; in FindFont()
[all …]