• Home
  • Raw
  • Download

Lines Matching refs:pszFontFamily

116     const FX_WCHAR* pszFontFamily) {  in GetFontByCodePage()  argument
123 FindFont(pszFontFamily, dwFontStyles, true, wCodePage); in GetFontByCodePage()
146 const FX_WCHAR* pszFontFamily) { in GetFontByUnicode() argument
152 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, pRet->wBitField); in GetFontByUnicode()
159 FindFont(pszFontFamily, dwFontStyles, false, pRet->wCodePage, in GetFontByUnicode()
161 if (!pFD && pszFontFamily) { in GetFontByUnicode()
184 const FX_WCHAR* pszFontFamily, in LoadFont() argument
189 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, wCodePage); in LoadFont()
195 FindFont(pszFontFamily, dwFontStyles, true, wCodePage); in LoadFont()
197 pFD = FindFont(pszFontFamily, dwFontStyles, false, wCodePage); in LoadFont()
265 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const FX_WCHAR* pszFontFamily, in FindFont() argument
276 params.pwsFamily = pszFontFamily; in FindFont()
283 if (!pszFontFamily || !m_pEnumerator) in FindFont()
287 m_pEnumerator(&namedFonts, pszFontFamily, wUnicode); in FindFont()
619 const FX_WCHAR* pszFontFamily, in LoadFont() argument
622 return GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont()
628 const FX_WCHAR* pszFontFamily) { in GetFontByCodePage() argument
631 bsHash += FX_UTF8Encode(CFX_WideStringC(pszFontFamily)); in GetFontByCodePage()
643 CFX_WideString(pszFontFamily), 0); in GetFontByCodePage()
663 const FX_WCHAR* pszFontFamily) { in GetFontByUnicode() argument
675 bsHash += FX_UTF8Encode(CFX_WideStringC(pszFontFamily)); in GetFontByUnicode()
688 CFX_WideString(pszFontFamily), wUnicode); in GetFontByUnicode()
703 if (!pszFontFamily) in GetFontByUnicode()