Searched refs:nClipPath (Results 1 - 3 of 3) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java374 public static boolean nClipPath(long nativeCanvas, method in class:Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1008 return nClipPath(mNativeCanvasWrapper, path.readOnlyNI(), op.nativeInt);
1352 private static native boolean nClipPath(long nativeCanvas, long nativePath, int regionOp); method in class:Canvas
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1148 Canvas_Delegate.nClipPath(canvasPtr, mRenderPath.mNativePath, Op

Completed in 96 milliseconds