Searched refs:isRTL (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | TextLayoutCache.cpp | 392 bool isRTL = forceRTL; in computeValues() local 418 isRTL = (paraDir == 1); in computeValues() 424 isRTL = (paraDir == 1); in computeValues() 441 isRTL = (paraDir == 1); in computeValues() 461 isRTL = (runDir == UBIDI_RTL); in computeValues() 464 i, startRun, lengthRun, isRTL); in computeValues() 466 computeRunValues(paint, chars + startRun, lengthRun, isRTL, in computeValues() 474 isRTL = (bidiReq = 1) || (bidiReq = UBIDI_DEFAULT_RTL); in computeValues() 480 isRTL = (bidiReq = 1) || (bidiReq = UBIDI_DEFAULT_RTL); in computeValues() 488 "-- run-start = %d, run-len = %d, isRTL = %d", start, count, isRTL); in computeValues() [all …]
|
D | TextLayoutCache.h | 224 size_t shapeFontRun(const SkPaint* paint, bool isRTL); 232 size_t count, bool isRTL,
|
D | HarfbuzzSkia.cpp | 51 HB_Glyph* glyphs, hb_uint32* glyphsSize, HB_Bool isRTL) in stringToGlyphs() argument
|