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

  /frameworks/base/core/jni/android/graphics/
TextLayout.h 93 static bool prepareRtlTextRun(const jchar* context, jsize start, jsize& count,
TextLayout.cpp 224 bool TextLayout::prepareRtlTextRun(const jchar* context, jsize start, jsize& count,
246 if (prepareRtlTextRun(chars, start, count, contextCount, buffer.get())) {
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 528 if (TextLayout::prepareRtlTextRun(text, start, count, contextCount, shaped)) {
    [all...]

Completed in 91 milliseconds