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

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

Completed in 22 milliseconds