Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DBaseCanvas_Delegate.java371 public static void nDrawPath(long nativeCanvas, long path, long paint) { in nDrawPath() method in BaseCanvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DBaseRecordingCanvas.java652 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); in nDrawPath() method in BaseRecordingCanvas
DBaseCanvas.java718 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); in nDrawPath() method in BaseCanvas