Home
last modified time | relevance | path

Searched defs:nGetTextRunCursor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/jni/
DPaint.cpp1189 {"nGetTextRunCursor", "(J[CIIIII)I", (void*)PaintGlue::getTextRunCursor___C}, in nGetTextRunCursor() method
1190 {"nGetTextRunCursor", "(JLjava/lang/String;IIIII)I", in nGetTextRunCursor() method
/frameworks/base/graphics/java/android/graphics/
DPaint.java3828 private native int nGetTextRunCursor(long paintPtr, char[] text, int contextStart, in nGetTextRunCursor() method in Paint
3830 private native int nGetTextRunCursor(long paintPtr, String text, int contextStart, in nGetTextRunCursor() method in Paint