HomeSort by relevance Sort by last modified time
    Searched refs:shapeRtlText (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 61 int TextLayout::shapeRtlText(const jchar* context, jsize start, jsize count, jsize contextCount,
115 case kBidi_Force_RTL: return shapeRtlText(text, 0, len, len, buffer, status);
137 slen += shapeRtlText(text + start, 0, length, length, buffer + slen, status);
227 count = shapeRtlText(context, start, count, contextCount, shaped, status);
TextLayout.h 99 static int shapeRtlText(const jchar* context, jsize start, jsize count, jsize contextCount,

Completed in 213 milliseconds