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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp417 int32_t lengthRun = -1; local
418 UBiDiDirection runDir = ubidi_getVisualRun(bidi, i, &startRun, &lengthRun);
420 if (startRun == -1 || lengthRun == -1) {
436 int32_t endRun = startRun + lengthRun;
447 lengthRun = endRun - startRun;
451 i, startRun, lengthRun, isRTL);
453 computeRunValues(paint, chars, startRun, lengthRun, contextCount, isRTL,

Completed in 45 milliseconds