Home
last modified time | relevance | path

Searched refs:wcUnicode (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h217 bool VerifyUnicode(CFX_FontDescriptor* pDesc, FX_WCHAR wcUnicode);
219 FX_WCHAR wcUnicode);
225 FX_WCHAR wcUnicode = 0xFFFE);
230 FX_WCHAR wcUnicode = 0xFFFE);
Dcfgas_fontmgr.cpp399 uint16_t FX_GetUnicodeBit(FX_WCHAR wcUnicode) { in FX_GetUnicodeBit() argument
400 const FGAS_FONTUSB* x = FGAS_GetUnicodeBitField(wcUnicode); in FX_GetUnicodeBit()
709 FX_WCHAR wcUnicode) { in VerifyUnicode() argument
717 FT_Error retIndex = FXFT_Get_Char_Index(pFace, wcUnicode); in VerifyUnicode()
729 FX_WCHAR wcUnicode) { in VerifyUnicode() argument
738 if (FXFT_Get_Char_Index(pFace, wcUnicode) == 0) { in VerifyUnicode()
881 FX_WCHAR wcUnicode) { in MatchFonts() argument
885 CalcPenalty(pFont.get(), wCodePage, dwFontStyles, FontName, wcUnicode); in MatchFonts()
899 FX_WCHAR wcUnicode) { in CalcPenalty() argument
954 wBit = (wcUnicode == 0 || wcUnicode == 0xFFFE) ? static_cast<uint16_t>(999) in CalcPenalty()
[all …]