Lines Matching refs:pszFontFamily
186 const wchar_t* pszFontFamily, in GetFontByUnicodeImpl() argument
190 const FX_FONTDESCRIPTOR* pFD = FindFont(pszFontFamily, dwFontStyles, false, in GetFontByUnicodeImpl()
192 if (!pFD && pszFontFamily) { in GetFontByUnicodeImpl()
216 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const wchar_t* pszFontFamily, in FindFont() argument
227 params.pwsFamily = pszFontFamily; in FindFont()
235 if (!pszFontFamily) in FindFont()
242 EnumGdiFonts(pszFontFamily, wUnicode); in FindFont()
655 const wchar_t* pszFontFamily, in GetFontByUnicodeImpl() argument
665 WideString(pszFontFamily), wUnicode); in GetFontByUnicodeImpl()
680 if (!pszFontFamily) in GetFontByUnicodeImpl()
781 const wchar_t* pszFontFamily) { in GetFontByCodePage() argument
783 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in GetFontByCodePage()
796 FindFont(pszFontFamily, dwFontStyles, true, wCodePage, 999, 0); in GetFontByCodePage()
813 WideString(pszFontFamily), 0); in GetFontByCodePage()
835 const wchar_t* pszFontFamily) { in GetFontByUnicode() argument
849 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in GetFontByUnicode()
857 return GetFontByUnicodeImpl(wUnicode, dwFontStyles, pszFontFamily, dwHash, in GetFontByUnicode()
861 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::LoadFont(const wchar_t* pszFontFamily, in LoadFont() argument
866 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in LoadFont()
873 FindFont(pszFontFamily, dwFontStyles, true, wCodePage, 999, 0); in LoadFont()
875 pFD = FindFont(pszFontFamily, dwFontStyles, false, wCodePage, 999, 0); in LoadFont()
888 return GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont()