Searched refs:layoutLine (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | TextLayout.cpp | 103 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()
|
D | TextLayout.h | 101 static jint layoutLine(const jchar* text, jint len, jint flags, int &dir, jchar* buffer,
|