Searched defs:native_drawTextOnPath (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java887 /*package*/ static void native_drawTextOnPath(long nativeCanvas, method in class:Canvas_Delegate
899 /*package*/ static void native_drawTextOnPath(long nativeCanvas, method in class:Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1886 native_drawTextOnPath(mNativeCanvasWrapper, text, index, count,
1907 native_drawTextOnPath(mNativeCanvasWrapper, text, path.ni(), hOffset, vOffset,
2114 private static native void native_drawTextOnPath(long nativeCanvas, method in class:Canvas
2120 private static native void native_drawTextOnPath(long nativeCanvas, method in class:Canvas

Completed in 32 milliseconds