Home
last modified time | relevance | path

Searched defs:nDrawPath (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DBaseCanvas_Delegate.java375 public static void nDrawPath(long nativeCanvas, long path, long paint) { in nDrawPath() method in BaseCanvas_Delegate
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBaseRecordingCanvas.java694 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); in nDrawPath() method in BaseRecordingCanvas
H A DBaseCanvas.java785 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); in nDrawPath() method in BaseCanvas