Home
last modified time | relevance | path

Searched defs:clipPath (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DStatefulBaseRenderer.cpp165 bool StatefulBaseRenderer::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::uirenderer::StatefulBaseRenderer
DDisplayListRenderer.cpp169 bool DisplayListRenderer::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::uirenderer::DisplayListRenderer
/frameworks/base/core/jni/android/graphics/
DSkiaCanvas.cpp185 virtual void clipPath(const SkPath& path, SkRegion::Op op, bool antialias) { in clipPath() function in android::ClipCopier
436 bool SkiaCanvas::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::SkiaCanvas
/frameworks/base/graphics/java/android/graphics/
DCanvas.java809 public boolean clipPath(@NonNull Path path, @NonNull Region.Op op) { in clipPath() method in Canvas
819 public boolean clipPath(@NonNull Path path) { in clipPath() method in Canvas
/frameworks/base/core/java/android/view/
DGLES20Canvas.java280 public boolean clipPath(Path path) { in clipPath() method in GLES20Canvas
285 public boolean clipPath(Path path, Region.Op op) { in clipPath() method in GLES20Canvas
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp172 static jboolean clipPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle, in clipPath() function