Searched refs:nClipPath (Results 1 – 4 of 4) sorted by relevance
372 public static boolean nClipPath(long nativeCanvas, in nClipPath() method in Canvas_Delegate
1082 return nClipPath(mNativeCanvasWrapper, path.readOnlyNI(), op.nativeInt); in clipPath()1436 private static native boolean nClipPath(long nativeCanvas, long nativePath, int regionOp); in nClipPath() method in Canvas
1150 Canvas_Delegate.nClipPath(canvasPtr, mRenderPath.mNativePath, Op in drawPath()
19144 Landroid/graphics/Canvas;->nClipPath(JJI)Z