Home
last modified time | relevance | path

Searched refs:wBitField (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp244 uint16_t wBitField = pFontUSB->wBitField; in GetGlyphIndexAndFont() local
245 if (wBitField >= 128) in GetGlyphIndexAndFont()
Dfgas_fontutils.h15 uint16_t wBitField; member
Dcfgas_fontmgr.cpp344 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()