Searched refs:prepareRtlTextRun (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | TextLayout.h | 93 static bool prepareRtlTextRun(const jchar* context, jsize start, jsize& count,
|
D | TextLayout.cpp | 224 bool TextLayout::prepareRtlTextRun(const jchar* context, jsize start, jsize& count, in prepareRtlTextRun() function in android::TextLayout 246 if (prepareRtlTextRun(chars, start, count, contextCount, buffer.get())) { in drawTextRun()
|
/frameworks/base/core/jni/ |
D | android_view_GLES20Canvas.cpp | 528 if (TextLayout::prepareRtlTextRun(text, start, count, contextCount, shaped)) { in renderTextRun()
|