Home
last modified time | relevance | path

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

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