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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp436 int32_t endRun = startRun + lengthRun; local
437 if (endRun <= int32_t(start)) {
443 if (endRun > end) {
444 endRun = end;
447 lengthRun = endRun - startRun;

Completed in 41 milliseconds