Home | History | Annotate | Download | only in platform

Lines Matching refs:runLength

947         unsigned runLength = (encodedRunEnd - encodedRunPosition) / 3;
948 buffer.resize(runLength);
951 for (unsigned i = 0; i < runLength; ++i) {