Lines Matching refs:FX_FONTDESCRIPTOR
28 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(¶ms, m_FontFaces); in FindFont()
286 std::deque<FX_FONTDESCRIPTOR> namedFonts; in FindFont()
324 FX_FONTDESCRIPTOR* pFont = FX_Alloc(FX_FONTDESCRIPTOR, 1); in FX_GdiFontEnumProc()
325 FXSYS_memset(pFont, 0, sizeof(FX_FONTDESCRIPTOR)); in FX_GdiFontEnumProc()
332 reinterpret_cast<std::deque<FX_FONTDESCRIPTOR>*>(lParam)->push_back(*pFont); in FX_GdiFontEnumProc()
337 static void FX_EnumGdiFonts(std::deque<FX_FONTDESCRIPTOR>* fonts, in FX_EnumGdiFonts()