Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFontUtils.h189 const uint32_t blockLastBit = blockFirstBit + BLOCK_SIZE_BITS - 1; in SetRange() local
194 (aStart <= blockFirstBit && aEnd >= blockLastBit); in SetRange()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxFontUtils.h194 const uint32_t blockLastBit = blockFirstBit + BLOCK_SIZE_BITS - 1; in SetRange() local
198 bool fullBlock = (aStart <= blockFirstBit && aEnd >= blockLastBit); in SetRange()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFontUtils.h204 const uint32_t blockLastBit = blockFirstBit + BLOCK_SIZE_BITS - 1; in SetRange() local
207 bool fullBlock = (aStart <= blockFirstBit && aEnd >= blockLastBit); in SetRange()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFontUtils.h188 const uint32_t blockLastBit = blockFirstBit + BLOCK_SIZE_BITS - 1; in SetRange() local
191 bool fullBlock = (aStart <= blockFirstBit && aEnd >= blockLastBit); in SetRange()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFontUtils.h204 const uint32_t blockLastBit = blockFirstBit + BLOCK_SIZE_BITS - 1; in SetRange() local
207 bool fullBlock = (aStart <= blockFirstBit && aEnd >= blockLastBit); in SetRange()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFontUtils.h204 const uint32_t blockLastBit = blockFirstBit + BLOCK_SIZE_BITS - 1; in SetRange() local
207 bool fullBlock = (aStart <= blockFirstBit && aEnd >= blockLastBit); in SetRange()