Searched refs:nGetTextRunCursor (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2374 return nGetTextRunCursor(mNativePaint, mNativeTypeface, text, in getTextRunCursor() 2460 return nGetTextRunCursor(mNativePaint, mNativeTypeface, text, in getTextRunCursor() 2766 private native int nGetTextRunCursor(long paintPtr, long typefacePtr, char[] text, in nGetTextRunCursor() method in Paint 2768 private native int nGetTextRunCursor(long paintPtr, long typefacePtr, String text, in nGetTextRunCursor() method in Paint
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 967 /*package*/ static int nGetTextRunCursor(Paint paint, long native_object, long typefacePtr, in nGetTextRunCursor() method in Paint_Delegate 977 /*package*/ static int nGetTextRunCursor(Paint paint, long native_object, long typefacePtr, in nGetTextRunCursor() method in Paint_Delegate
|