Searched refs:nGetTextPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2396 nGetTextPath(mNativePaint, mNativeTypeface, mBidiFlags, text, index, count, x, y, in getTextPath() 2418 nGetTextPath(mNativePaint, mNativeTypeface, mBidiFlags, text, start, end, x, y, in getTextPath() 2692 private static native void nGetTextPath(long paintPtr, long typefacePtr, in nGetTextPath() method in Paint 2694 private static native void nGetTextPath(long paintPtr, long typefacePtr, in nGetTextPath() method in Paint
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 1019 /*package*/ static void nGetTextPath(long native_object, long native_typeface, in nGetTextPath() method in Paint_Delegate 1027 /*package*/ static void nGetTextPath(long native_object, long native_typeface, in nGetTextPath() method in Paint_Delegate
|