Home
last modified time | relevance | path

Searched refs:kBidi_Force_RTL (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DTextLayout.h50 kBidi_Force_RTL = 5, enumerator
DTextLayout.cpp38 bidiFlags == kBidi_Force_RTL) { in needsLayout()
115 case kBidi_Force_RTL: return shapeRtlText(text, 0, len, len, buffer, status); in layoutLine()
DTextLayoutCache.cpp418 case kBidi_Force_RTL: forceRTL = true; break; // every char is RTL in computeValuesWithHarfbuzz()