Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp477 int32_t endRun = startRun + lengthRun; in computeValuesWithHarfbuzz() local
478 if (endRun <= int32_t(start)) { in computeValuesWithHarfbuzz()
484 if (endRun > end) { in computeValuesWithHarfbuzz()
485 endRun = end; in computeValuesWithHarfbuzz()
488 lengthRun = endRun - startRun; in computeValuesWithHarfbuzz()