Home
last modified time | relevance | path

Searched defs:nClipPath (Results 1 – 2 of 2) 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.java1436 private static native boolean nClipPath(long nativeCanvas, long nativePath, int regionOp); in nClipPath() method in Canvas