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

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

Completed in 401 milliseconds