Searched defs:nGetTextRunCursor (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | Paint.cpp | 1189 {"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/ |
D | Paint.java | 3828 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
|