Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java377 public static boolean nClipPath(long nativeCanvas, in nClipPath() method in Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DCanvas.java943 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
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1136 Canvas_Delegate.nClipPath(canvasPtr, mRenderPath.mNativePath, Op in drawPath()