Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java2470 return nGetTextRunCursor(mNativePaint, mNativeTypeface, text, in getTextRunCursor()
2556 return nGetTextRunCursor(mNativePaint, mNativeTypeface, text, in getTextRunCursor()
2862 private native int nGetTextRunCursor(long paintPtr, long typefacePtr, char[] text, in nGetTextRunCursor() method in Paint
2864 private native int nGetTextRunCursor(long paintPtr, long typefacePtr, String text, in nGetTextRunCursor() method in Paint
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java967 /*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