Searched defs:nDrawTextOnPath (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | BaseCanvas.java | 846 private static native void nDrawTextOnPath(long nativeCanvas, char[] text, int index, int count, in nDrawTextOnPath() method in BaseCanvas 849 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath, in nDrawTextOnPath() method in BaseCanvas
|
H A D | BaseRecordingCanvas.java | 750 private static native void nDrawTextOnPath(long nativeCanvas, char[] text, int index, int count, in nDrawTextOnPath() method in BaseRecordingCanvas 754 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath, in nDrawTextOnPath() method in BaseRecordingCanvas
|