Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java200 Path clipPath = getCustomClipPath(child); in drawChild() local
/frameworks/base/libs/hwui/
DRenderNode.cpp463 SkPath clipPath; in getClippedOutline() local
DSkiaCanvas.cpp393 bool SkiaCanvas::clipPath(const SkPath* path, SkClipOp op) { in clipPath() function in android::SkiaCanvas
DRecordingCanvas.cpp559 void DisplayListData::clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in android::uirenderer::DisplayListData
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1080 public boolean clipPath(@NonNull Path path, @NonNull Region.Op op) { in clipPath() method in Canvas
1091 public boolean clipPath(@NonNull Path path) { in clipPath() method in Canvas
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp218 static jboolean clipPath(jlong canvasHandle, jlong pathHandle, in clipPath() function