Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dfgas_fontutils.h15 uint16_t wBitField; member
Dcfgas_fontmgr.cpp148 if (pRet->wBitField == 999) in GetFontByUnicode()
152 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, pRet->wBitField); in GetFontByUnicode()
160 pRet->wBitField, wUnicode); in GetFontByUnicode()
163 pRet->wBitField, wUnicode); in GetFontByUnicode()
401 return x ? x->wBitField : 999; in FX_GetUnicodeBit()
669 uint16_t wBitField = x ? x->wBitField : 0x03E7; in GetFontByUnicode() local
672 bsHash.Format("%d, %d, %d", wCodePage, wBitField, dwFontStyles); in GetFontByUnicode()
Dcfgas_gefont.cpp370 uint16_t wBitField = pFontUSB->wBitField; in GetGlyphIndex() local
371 if (wBitField >= 128) in GetGlyphIndex()