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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp379 bool isRTL = forceRTL; local
405 isRTL = (paraDir == 1);
411 isRTL = (paraDir == 1);
428 isRTL = (paraDir == 1);
448 isRTL = (runDir == UBIDI_RTL);
450 ALOGD("Processing Bidi Run = %d -- run-start = %d, run-len = %d, isRTL = %d",
451 i, startRun, lengthRun, isRTL);
453 computeRunValues(paint, chars, startRun, lengthRun, contextCount, isRTL,
461 isRTL = (bidiReq = 1) || (bidiReq = UBIDI_DEFAULT_RTL);
467 isRTL
673 computeRunValues(const SkPaint* paint, const UChar* contextChars, size_t start, size_t count, size_t contextCount, bool isRTL, Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance, SkRect* outBounds, Vector<jchar>* const outGlyphs, Vector<jfloat>* const outPos) argument
[all...]

Completed in 26 milliseconds