Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp373 uint16_t wBit; member
394 return g_Bit2CodePage[i].wBit; in FX_GetCodePageBit()
413 uint16_t wBit; member
944 uint16_t wBit = (wCodePage == 0 || wCodePage == 0xFFFF) in CalcPenalty() local
947 if (wBit != static_cast<uint16_t>(-1)) { in CalcPenalty()
948 ASSERT(wBit < 64); in CalcPenalty()
949 if ((pInstalled->m_dwCsb[wBit / 32] & (1 << (wBit % 32))) == 0) in CalcPenalty()
954 wBit = (wcUnicode == 0 || wcUnicode == 0xFFFE) ? static_cast<uint16_t>(999) in CalcPenalty()
956 if (wBit != static_cast<uint16_t>(999)) { in CalcPenalty()
957 ASSERT(wBit < 128); in CalcPenalty()
[all …]