Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DTupleVariation.py23 POINT_RUN_COUNT_MASK = 0x7f variable
258 numPointsInData = (numPointsInData & POINT_RUN_COUNT_MASK) << 8 | byteord(data[pos])
267 numPointsInRun = (runHeader & POINT_RUN_COUNT_MASK) + 1