Searched refs:wBitField (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 244 uint16_t wBitField = pFontUSB->wBitField; in GetGlyphIndexAndFont() local 245 if (wBitField >= 128) in GetGlyphIndexAndFont()
|
D | fgas_fontutils.h | 15 uint16_t wBitField; member
|
D | cfgas_fontmgr.cpp | 344 return x ? x->wBitField : 999; in FX_GetUnicodeBit() 1011 uint16_t wBitField = x ? x->wBitField : 0x03E7; in GetFontByUnicode() local 1015 ByteString::Format("%d, %d, %d", wCodePage, wBitField, dwFontStyles); in GetFontByUnicode() 1028 wCodePage, wBitField, wUnicode); in GetFontByUnicode() 1031 FindFont(nullptr, dwFontStyles, false, wCodePage, wBitField, wUnicode); in GetFontByUnicode()
|