Searched refs:BIDI_FORCE_LTR (Results 1 – 6 of 6) sorted by relevance
126 int bidiFlags = mIsRtl ? Paint.BIDI_FORCE_RTL : Paint.BIDI_FORCE_LTR; in addTo()
364 case Paint.BIDI_FORCE_LTR: in getIcuFlags()
1159 int bidiFlags = isRtl ? Paint.BIDI_FORCE_RTL : Paint.BIDI_FORCE_LTR; in nGetRunAdvance()1175 int bidiFlags = isRtl ? Paint.BIDI_FORCE_RTL : Paint.BIDI_FORCE_LTR; in nGetOffsetForAdvance()
296 p.setBidiFlags(Paint.BIDI_FORCE_LTR); in testMeasureTextBidi()
284 public static final int BIDI_FORCE_LTR = 0x4; field in Paint2599 isRtl ? BIDI_FORCE_RTL : BIDI_FORCE_LTR, advances, in getTextRunAdvances()2606 contextCount, isRtl ? BIDI_FORCE_RTL : BIDI_FORCE_LTR, advances, advancesIndex); in getTextRunAdvances()
20918 Landroid/graphics/Paint;->BIDI_FORCE_LTR:I