Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp449 int32_t endRun = startRun + lengthRun; in computeValues() local
450 if (endRun <= int32_t(start)) { in computeValues()
456 if (endRun > end) { in computeValues()
457 endRun = end; in computeValues()
460 lengthRun = endRun - startRun; in computeValues()