Searched refs:nClipPath (Results 1 – 3 of 3) sorted by relevance
377 public static boolean nClipPath(long nativeCanvas, in nClipPath() method in Canvas_Delegate
943 return nClipPath(mNativeCanvasWrapper, path.readOnlyNI(), op.nativeInt); in clipPath()1282 private static native boolean nClipPath(long nativeCanvas, long nativePath, int regionOp); in nClipPath() method in Canvas
1136 Canvas_Delegate.nClipPath(canvasPtr, mRenderPath.mNativePath, Op in drawPath()