Searched refs:POINT_RUN_COUNT_MASK (Results 1 – 1 of 1) sorted by relevance
23 POINT_RUN_COUNT_MASK = 0x7f variable258 numPointsInData = (numPointsInData & POINT_RUN_COUNT_MASK) << 8 | byteord(data[pos])267 numPointsInRun = (runHeader & POINT_RUN_COUNT_MASK) + 1