Searched refs:wBitField (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 189 uint16_t wBitField) { in GetFontByUnicodeImpl() argument 191 wCodePage, wBitField, wUnicode); in GetFontByUnicodeImpl() 194 FindFont(nullptr, dwFontStyles, false, wCodePage, wBitField, wUnicode); in GetFontByUnicodeImpl() 335 return x ? x->wBitField : 999; in FX_GetUnicodeBit() 841 uint16_t wBitField = x ? x->wBitField : 0x03E7; in GetFontByUnicode() local 845 ByteString::Format("%d, %d, %d", wCodePage, wBitField, dwFontStyles); in GetFontByUnicode() 858 wCodePage, wBitField); in GetFontByUnicode()
|
D | cfgas_gefont.cpp | 234 uint16_t wBitField = pFontUSB->wBitField; in GetGlyphIndexAndFont() local 235 if (wBitField >= 128) in GetGlyphIndexAndFont()
|
D | fgas_fontutils.h | 15 uint16_t wBitField; member
|
D | cfgas_fontmgr.h | 123 uint16_t wBitField);
|