Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp356 uint16_t wBit; member
777 uint16_t wBit = (wCodePage == FX_CODEPAGE_DefANSI || wCodePage == 0xFFFF) in CalcPenalty() local
780 if (wBit != static_cast<uint16_t>(-1)) { in CalcPenalty()
781 ASSERT(wBit < 64); in CalcPenalty()
782 if ((pInstalled->m_dwCsb[wBit / 32] & (1 << (wBit % 32))) == 0) in CalcPenalty()
787 wBit = (wcUnicode == 0 || wcUnicode == 0xFFFE) ? static_cast<uint16_t>(999) in CalcPenalty()
789 if (wBit != static_cast<uint16_t>(999)) { in CalcPenalty()
790 ASSERT(wBit < 128); in CalcPenalty()
791 if ((pInstalled->m_dwUsb[wBit / 32] & (1 << (wBit % 32))) == 0) in CalcPenalty()
916 if ((a[n] & g_FX_Bit2Charset[n][i].wBit) != 0) in GetCharsets()