Home
last modified time | relevance | path

Searched refs:layoutLine (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DTextLayout.cpp103 jint TextLayout::layoutLine(const jchar* text, jint len, jint flags, int& dir, jchar* buffer, in layoutLine() function in android::TextLayout
165 len = layoutLine(text, len, bidiFlags, dir, buffer, status); // might change len, dir in prepareText()
312 count = layoutLine(text, count, bidiFlags, dir, buffer.get(), status); in drawTextOnPath()
DTextLayout.h101 static jint layoutLine(const jchar* text, jint len, jint flags, int &dir, jchar* buffer,