Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/
H A DSilf.cpp66 m_nLinear(0), in Silf()
259 m_nLinear = be::read<uint16>(p); in readClassMap()
263 if (e.test(m_nLinear > m_nClass, E_TOOMANYLINEAR) in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
279 assert(m_nClass >= m_nLinear); in readClassMap()
280 for (const uint32 *o = m_classOffsets, * const o_end = o + m_nLinear; o != o_end; ++o) in readClassMap()
291 …for (const uint32 *o = m_classOffsets + m_nLinear, * const o_end = m_classOffsets + m_nClass; o !=… in readClassMap()
317 if (cid < m_nLinear) // output class being used for input, shouldn't happen in findClassIndex()
343 if (cid < m_nLinear) in getClassGlyph()
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A DSilf.cpp66 m_nLinear(0), in Silf()
259 m_nLinear = be::read<uint16>(p); in readClassMap()
263 if (e.test(m_nLinear > m_nClass, E_TOOMANYLINEAR) in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
279 assert(m_nClass >= m_nLinear); in readClassMap()
280 for (const uint32 *o = m_classOffsets, * const o_end = o + m_nLinear; o != o_end; ++o) in readClassMap()
291 …for (const uint32 *o = m_classOffsets + m_nLinear, * const o_end = m_classOffsets + m_nClass; o !=… in readClassMap()
317 if (cid < m_nLinear) // output class being used for input, shouldn't happen in findClassIndex()
343 if (cid < m_nLinear) in getClassGlyph()
/dports/graphics/graphite2/graphite2-1.3.14/src/
H A DSilf.cpp66 m_nLinear(0), in Silf()
259 m_nLinear = be::read<uint16>(p); in readClassMap()
263 if (e.test(m_nLinear > m_nClass, E_TOOMANYLINEAR) in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
279 assert(m_nClass >= m_nLinear); in readClassMap()
280 for (const uint32 *o = m_classOffsets, * const o_end = o + m_nLinear; o != o_end; ++o) in readClassMap()
291 …for (const uint32 *o = m_classOffsets + m_nLinear, * const o_end = m_classOffsets + m_nClass; o !=… in readClassMap()
317 if (cid < m_nLinear) // output class being used for input, shouldn't happen in findClassIndex()
343 if (cid < m_nLinear) in getClassGlyph()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A DSilf.cpp66 m_nLinear(0), in Silf()
259 m_nLinear = be::read<uint16>(p); in readClassMap()
263 if (e.test(m_nLinear > m_nClass, E_TOOMANYLINEAR) in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
279 assert(m_nClass >= m_nLinear); in readClassMap()
280 for (const uint32 *o = m_classOffsets, * const o_end = o + m_nLinear; o != o_end; ++o) in readClassMap()
291 …for (const uint32 *o = m_classOffsets + m_nLinear, * const o_end = m_classOffsets + m_nClass; o !=… in readClassMap()
317 if (cid < m_nLinear) // output class being used for input, shouldn't happen in findClassIndex()
343 if (cid < m_nLinear) in getClassGlyph()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/
H A DSilf.cpp66 m_nLinear(0), in Silf()
259 m_nLinear = be::read<uint16>(p); in readClassMap()
263 if (e.test(m_nLinear > m_nClass, E_TOOMANYLINEAR) in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
279 assert(m_nClass >= m_nLinear); in readClassMap()
280 for (const uint32 *o = m_classOffsets, * const o_end = o + m_nLinear; o != o_end; ++o) in readClassMap()
291 …for (const uint32 *o = m_classOffsets + m_nLinear, * const o_end = m_classOffsets + m_nClass; o !=… in readClassMap()
317 if (cid < m_nLinear) // output class being used for input, shouldn't happen in findClassIndex()
343 if (cid < m_nLinear) in getClassGlyph()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/
H A DSilf.cpp66 m_nLinear(0), in Silf()
259 m_nLinear = be::read<uint16>(p); in readClassMap()
263 if (e.test(m_nLinear > m_nClass, E_TOOMANYLINEAR) in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
279 assert(m_nClass >= m_nLinear); in readClassMap()
280 for (const uint32 *o = m_classOffsets, * const o_end = o + m_nLinear; o != o_end; ++o) in readClassMap()
291 …for (const uint32 *o = m_classOffsets + m_nLinear, * const o_end = m_classOffsets + m_nClass; o !=… in readClassMap()
317 if (cid < m_nLinear) // output class being used for input, shouldn't happen in findClassIndex()
343 if (cid < m_nLinear) in getClassGlyph()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A DSilf.cpp66 m_nLinear(0), in Silf()
259 m_nLinear = be::read<uint16>(p); in readClassMap()
263 if (e.test(m_nLinear > m_nClass, E_TOOMANYLINEAR) in readClassMap()
275 if (e.test((int)max_off < m_nLinear + (m_nClass - m_nLinear) * 6, E_CLASSESTOOBIG)) in readClassMap()
279 for (const uint32 *o = m_classOffsets, * const o_end = o + m_nLinear; o != o_end; ++o) in readClassMap()
290 …for (const uint32 *o = m_classOffsets + m_nLinear, * const o_end = m_classOffsets + m_nClass; o !=… in readClassMap()
316 if (cid < m_nLinear) // output class being used for input, shouldn't happen in findClassIndex()
342 if (cid < m_nLinear) in getClassGlyph()
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/inc/
H A DSilf.h121 uint16 m_aLig, m_numPseudo, m_nClass, m_nLinear, variable
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/inc/
H A DSilf.h121 uint16 m_aLig, m_numPseudo, m_nClass, m_nLinear, variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/inc/
H A DSilf.h121 uint16 m_aLig, m_numPseudo, m_nClass, m_nLinear, variable
/dports/graphics/graphite2/graphite2-1.3.14/src/inc/
H A DSilf.h121 uint16 m_aLig, m_numPseudo, m_nClass, m_nLinear, variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/inc/
H A DSilf.h121 uint16 m_aLig, m_numPseudo, m_nClass, m_nLinear, variable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/inc/
H A DSilf.h121 uint16 m_aLig, m_numPseudo, m_nClass, m_nLinear, variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/inc/
H A DSilf.h121 uint16 m_aLig, m_numPseudo, m_nClass, m_nLinear, variable