Searched defs:native_drawPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java707 public static void native_drawPath(long nativeCanvas, long path, long paint) { method in class:Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1262 native_drawPath(mNativeCanvasWrapper, path.ni(), paint.getNativeInstance());
2080 private static native void native_drawPath(long nativeCanvas, method in class:Canvas

Completed in 126 milliseconds