Searched refs:endRun (Results 1 – 1 of 1) sorted by relevance
477 int32_t endRun = startRun + lengthRun; in computeValuesWithHarfbuzz() local478 if (endRun <= int32_t(start)) { in computeValuesWithHarfbuzz()484 if (endRun > end) { in computeValuesWithHarfbuzz()485 endRun = end; in computeValuesWithHarfbuzz()488 lengthRun = endRun - startRun; in computeValuesWithHarfbuzz()