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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp430 int32_t lengthRun = -1; local
431 UBiDiDirection runDir = ubidi_getVisualRun(bidi, i, &startRun, &lengthRun);
433 if (startRun == -1 || lengthRun == -1) {
449 int32_t endRun = startRun + lengthRun;
460 lengthRun = endRun - startRun;
464 i, startRun, lengthRun, isRTL);
466 computeRunValues(paint, chars + startRun, lengthRun, isRTL,

Completed in 259 milliseconds