Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java372 public static boolean nClipPath(long nativeCanvas, in nClipPath() method in Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1082 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
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1150 Canvas_Delegate.nClipPath(canvasPtr, mRenderPath.mNativePath, Op in drawPath()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19144 Landroid/graphics/Canvas;->nClipPath(JJI)Z