Home
last modified time | relevance | path

Searched refs:clipPath (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java70 Path clipPath = getClipPath(false /* ignoreTranslation */);
71 if (clipPath != null) {
72 outline.setPath(clipPath);
161 Path clipPath = null; in drawChild() local
164 clipPath = getCustomClipPath(child); in drawChild()
165 if (clipPath == null) { in drawChild()
166 clipPath = getClipPath(false /* ignoreTranslation */); in drawChild()
171 childClipPath = clipPath; in drawChild()
172 clipPath = null; in drawChild()
179 if (clipPath != null) { in drawChild()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DMediaContainerView.kt36 var clipPath = Path() variable
67 clipPath.reset() in onDraw()
68 clipPath.addRoundRect(clipRect, cornerRadius, cornerRadius, Path.Direction.CW) in onDraw()
69 canvas.clipPath(clipPath) in onDraw()
DNotificationChildrenContainer.java869 Path clipPath = mChildClipPath;
870 if (clipPath != null) {
882 clipPath.offset(translation, 0f);
883 canvas.clipPath(clipPath);
884 clipPath.offset(-translation, 0f);
886 canvas.clipPath(clipPath);
906 canvas.clipPath(mHeaderPath);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleBadgeIconFactory.java78 canvas.clipPath(getIconMask()); in draw()
108 canvas.clipPath(getIconMask()); in draw()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DRoundDrawableWrapper.java52 canvas.clipPath(mClipPath); in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/drawable/
DCircularDrawable.kt40 canvas.clipPath(path) in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DCornerDrawable.kt39 canvas.clipPath(path) in draw()
/frameworks/base/libs/hwui/tests/common/scenes/
DClippingAnimation.cpp48 canvas.clipPath(&clipCircle, SkClipOp::kIntersect); in createContent()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DClipRegion3Activity.java72 canvas.clipPath(mClipPath); in dispatchDraw()
DClipRegionActivity.java85 canvas.clipPath(mClipPath); in dispatchDraw()
DViewLayersActivity5.java79 canvas.clipPath(mClipPath); in dispatchDraw()
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp93 canvas->clipPath(*path, SkClipOp::kIntersect, true); in clipOutline()
170 canvas->clipPath(*mProjectedDisplayList->mProjectedOutline->getPath()); in forceDraw()
420 canvas->clipPath(*properties.getRevealClip().getPath(), SkClipOp::kIntersect, true); in setViewProperties()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DMagnifierView.java126 canvas.clipPath(mOuterCircle); in onDraw()
128 canvas.clipPath(mInnerCircle); in onDraw()
/frameworks/base/libs/hwui/
DRenderNode.cpp552 SkPath clipPath; in getClippedOutline() local
553 clipPath.addRect(clipRect); in getClippedOutline()
554 Op(*outlinePath, clipPath, kIntersect_SkPathOp, &mClippedOutlineCache.clippedOutline); in getClippedOutline()
DSkiaCanvas.cpp219 canvas->clipPath(mPath.value(), mOp, true); in apply()
393 bool SkiaCanvas::clipPath(const SkPath* path, SkClipOp op) { in clipPath() function in android::SkiaCanvas
395 mCanvas->clipPath(*path, op, true); in clipPath()
411 mCanvas->clipPath(*path, SkClipOp::kIntersect, true); in replaceClipPath_deprecated()
DRecordingCanvas.h96 void clipPath(const SkPath&, SkClipOp, bool aa);
DSkiaCanvas.h96 virtual bool clipPath(const SkPath* path, SkClipOp op) override;
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1048 public boolean clipPath(@NonNull Path path, @NonNull Region.Op op) { in clipPath() method in Canvas
1059 public boolean clipPath(@NonNull Path path) { in clipPath() method in Canvas
1060 return clipPath(path, Region.Op.INTERSECT); in clipPath()
1070 return clipPath(path, Region.Op.DIFFERENCE); in clipOutPath()
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java731 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawHours()
738 canvas.clipPath(selectorPath, Region.Op.INTERSECT); in drawHours()
764 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawMinutes()
771 canvas.clipPath(selectorPath, Region.Op.INTERSECT); in drawMinutes()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropZoneView.java277 canvas.clipPath(mPath); in onDraw()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingImageMessage.java150 canvas.clipPath(getRoundedRectPath()); in onDraw()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenIconDrawableFactory.java208 canvas.clipPath(mMaskScaleOnly); in draw()
/frameworks/base/libs/hwui/hwui/
DCanvas.h187 virtual bool clipPath(const SkPath* path, SkClipOp op) = 0;
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_Canvas.cpp223 static jboolean clipPath(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jlong pathHandle, in clipPath() function
231 nonEmptyClip = get_canvas(canvasHandle)->clipPath(path, static_cast<SkClipOp>(rgnOp)); in clipPath()
744 {"nClipPath","(JJI)Z", (void*) CanvasJNI::clipPath},
/frameworks/base/libs/hwui/canvas/
DCanvasOps.h110 void draw(SkCanvas* canvas) const { canvas->clipPath(path, op, true); }

12