Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-gvar-table.hh283 POINT_RUN_COUNT_MASK = 0x7F in unpack_points() enumerator
292 count = ((count & POINT_RUN_COUNT_MASK) << 8) | *p++; in unpack_points()
303 uint16_t run_count = (control & POINT_RUN_COUNT_MASK) + 1; in unpack_points()
/external/fonttools/Lib/fontTools/ttLib/tables/
DTupleVariation.py28 POINT_RUN_COUNT_MASK = 0x7f variable
261 numPointsInData = (numPointsInData & POINT_RUN_COUNT_MASK) << 8 | byteord(data[pos])
270 numPointsInRun = (runHeader & POINT_RUN_COUNT_MASK) + 1