Lines Matching refs:wUnicode
191 wchar_t wUnicode) { in EnumGdiFonts() argument
223 wchar_t wUnicode) { in FindFont() argument
227 params.wUnicode = wUnicode; in FindFont()
240 m_pEnumerator(&namedFonts, pszFontFamily, wUnicode); in FindFont()
1001 wchar_t wUnicode, in GetFontByUnicode() argument
1005 if (pdfium::ContainsKey(m_FailedUnicodesSet, wUnicode)) in GetFontByUnicode()
1009 const FGAS_FONTUSB* x = FGAS_GetUnicodeBitField(wUnicode); in GetFontByUnicode()
1023 if (VerifyUnicode((*pFonts)[i], wUnicode)) in GetFontByUnicode()
1028 wCodePage, wBitField, wUnicode); in GetFontByUnicode()
1031 FindFont(nullptr, dwFontStyles, false, wCodePage, wBitField, wUnicode); in GetFontByUnicode()
1053 WideString(pszFontFamily), wUnicode); in GetFontByUnicode()
1058 if (!VerifyUnicode(pDesc, wUnicode)) in GetFontByUnicode()
1069 m_FailedUnicodesSet.insert(wUnicode); in GetFontByUnicode()