Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp584 uint16_t wBit = (wCodePage == FX_CODEPAGE_DefANSI || wCodePage == 0xFFFF) in CalcPenalty() local
587 if (wBit != static_cast<uint16_t>(-1)) { in CalcPenalty()
588 ASSERT(wBit < 64); in CalcPenalty()
589 if ((pInstalled->m_dwCsb[wBit / 32] & (1 << (wBit % 32))) == 0) in CalcPenalty()
594 wBit = (wcUnicode == 0 || wcUnicode == 0xFFFE) ? static_cast<uint16_t>(999) in CalcPenalty()
596 if (wBit != static_cast<uint16_t>(999)) { in CalcPenalty()
597 ASSERT(wBit < 128); in CalcPenalty()
598 if ((pInstalled->m_dwUsb[wBit / 32] & (1 << (wBit % 32))) == 0) in CalcPenalty()