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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp392 bool isRTL = forceRTL; local
418 isRTL = (paraDir == 1);
424 isRTL = (paraDir == 1);
441 isRTL = (paraDir == 1);
461 isRTL = (runDir == UBIDI_RTL);
463 ALOGD("Processing Bidi Run = %d -- run-start = %d, run-len = %d, isRTL = %d",
464 i, startRun, lengthRun, isRTL);
466 computeRunValues(paint, chars + startRun, lengthRun, isRTL,
474 isRTL = (bidiReq = 1) || (bidiReq = UBIDI_DEFAULT_RTL);
480 isRTL
510 computeRunValues(const SkPaint* paint, const UChar* chars, size_t count, bool isRTL, Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance, Vector<jchar>* const outGlyphs, Vector<jfloat>* const outPos) argument
787 shapeFontRun(const SkPaint* paint, bool isRTL) argument
[all...]
H A DTextLayoutCache.h224 size_t shapeFontRun(const SkPaint* paint, bool isRTL);
232 size_t count, bool isRTL,
H A DHarfbuzzSkia.cpp51 HB_Glyph* glyphs, hb_uint32* glyphsSize, HB_Bool isRTL)
50 stringToGlyphs(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length, HB_Glyph* glyphs, hb_uint32* glyphsSize, HB_Bool isRTL) argument

Completed in 56 milliseconds