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.h51 struct FX_FONTDESCRIPTOR { struct
58 inline bool operator==(const FX_FONTDESCRIPTOR& left, argument
59 const FX_FONTDESCRIPTOR& right) {
66 typedef void (*FX_LPEnumAllFonts)(std::deque<FX_FONTDESCRIPTOR>* fonts,
149 const FX_FONTDESCRIPTOR* FindFont(const wchar_t* pszFontFamily,
157 std::deque<FX_FONTDESCRIPTOR> m_FontFaces;
Dcfgas_fontmgr.cpp87 int32_t GetSimilarityScore(FX_FONTDESCRIPTOR const* pFont, in GetSimilarityScore()
105 const FX_FONTDESCRIPTOR* MatchDefaultFont( in MatchDefaultFont()
107 const std::deque<FX_FONTDESCRIPTOR>& fonts) { in MatchDefaultFont()
108 const FX_FONTDESCRIPTOR* pBestFont = nullptr; in MatchDefaultFont()
176 FX_FONTDESCRIPTOR* pFont = FX_Alloc(FX_FONTDESCRIPTOR, 1); in GdiFontEnumProc()
177 memset(pFont, 0, sizeof(FX_FONTDESCRIPTOR)); in GdiFontEnumProc()
184 reinterpret_cast<std::deque<FX_FONTDESCRIPTOR>*>(lParam)->push_back(*pFont); in GdiFontEnumProc()
189 void EnumGdiFonts(std::deque<FX_FONTDESCRIPTOR>* fonts, in EnumGdiFonts()
218 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const wchar_t* pszFontFamily, in FindFont()
232 const FX_FONTDESCRIPTOR* pDesc = MatchDefaultFont(&params, m_FontFaces); in FindFont()
[all …]