Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp409 bool forceLTR = false; in computeValuesWithHarfbuzz() local
417 case kBidi_Force_LTR: forceLTR = true; break; // every char is LTR in computeValuesWithHarfbuzz()
430 if (forceLTR || forceRTL) { in computeValuesWithHarfbuzz()