Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayout.h93 static bool prepareRtlTextRun(const jchar* context, jsize start, jsize& count,
DTextLayout.cpp224 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/
Dandroid_view_GLES20Canvas.cpp528 if (TextLayout::prepareRtlTextRun(text, start, count, contextCount, shaped)) { in renderTextRun()