/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableOutlineView.java | 94 Path clipPath = getClipPath(false /* ignoreTranslation */); 95 if (clipPath != null && clipPath.isConvex()) { 98 outline.setConvexPath(clipPath); 200 Path clipPath = getCustomClipPath(child); in drawChild() local 201 if (clipPath == null) { in drawChild() 202 clipPath = getClipPath(false /* ignoreTranslation */); in drawChild() 204 if (clipPath != null) { in drawChild() 206 clipPath.op(intersectPath, Path.Op.INTERSECT); in drawChild() 208 canvas.clipPath(clipPath); in drawChild() 213 canvas.clipPath(intersectPath); in drawChild()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | ClippingAnimation.cpp | 48 canvas.clipPath(&clipCircle, SkClipOp::kIntersect); in createContent()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ClipRegion3Activity.java | 72 canvas.clipPath(mClipPath); in dispatchDraw()
|
D | ClipRegionActivity.java | 85 canvas.clipPath(mClipPath); in dispatchDraw()
|
D | ViewLayersActivity5.java | 79 canvas.clipPath(mClipPath); in dispatchDraw()
|
/frameworks/base/libs/hwui/ |
D | RenderNode.cpp | 463 SkPath clipPath; in getClippedOutline() local 464 clipPath.addRect(clipRect); in getClippedOutline() 465 Op(*outlinePath, clipPath, kIntersect_SkPathOp, &mClippedOutlineCache.clippedOutline); in getClippedOutline()
|
D | SkiaCanvas.cpp | 226 canvas->clipPath(mPath.value(), mOp); in apply() 393 bool SkiaCanvas::clipPath(const SkPath* path, SkClipOp op) { in clipPath() function in android::SkiaCanvas 395 mCanvas->clipPath(*path, op); in clipPath()
|
D | RecordingCanvas.h | 86 void clipPath(const SkPath&, SkClipOp, bool aa);
|
D | SkiaCanvas.h | 92 virtual bool clipPath(const SkPath* path, SkClipOp op) override;
|
D | RecordingCanvas.cpp | 159 void draw(SkCanvas* c, const SkMatrix&) const { c->clipPath(path, op, aa); } in draw() 559 void DisplayListData::clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in android::uirenderer::DisplayListData 833 fDL->clipPath(path, op, style == kSoft_ClipEdgeStyle); in onClipPath()
|
D | VectorDrawable.cpp | 267 outCanvas->clipPath(getUpdatedPath(useStagingData, &tempStagingPath)); in draw()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | RenderNodeDrawable.cpp | 164 canvas->clipPath(*mProjectedDisplayList->mProjectedOutline->getPath()); in forceDraw() 325 canvas->clipPath(*properties.getRevealClip().getPath(), SkClipOp::kIntersect, true); in setViewProperties()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 1080 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 1092 return clipPath(path, Region.Op.INTERSECT); in clipPath() 1102 return clipPath(path, Region.Op.DIFFERENCE); in clipOutPath()
|
D | ColorSpace.java | 4328 canvas.clipPath(path);
|
/frameworks/base/core/java/android/widget/ |
D | RadialTimePickerView.java | 731 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()
|
D | SmartSelectSprite.java | 181 canvas.clipPath(mClipPath); in draw()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingImageMessage.java | 151 canvas.clipPath(getRoundedRectPath()); in onDraw()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 218 virtual bool clipPath(const SkPath* path, SkClipOp op) = 0;
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 218 static jboolean clipPath(jlong canvasHandle, jlong pathHandle, in clipPath() function 221 bool nonEmptyClip = get_canvas(canvasHandle)->clipPath(path, opHandleToClipOp(opHandle)); in clipPath() 690 {"nClipPath","(JJI)Z", (void*) CanvasJNI::clipPath},
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | ThemedBatteryDrawable.kt | 232 c.clipPath(scaledFill) in <lambda>()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | StyledCornersBitmapDrawable.java | 239 canvas.clipPath(mClipPath); in draw()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 3998 canvas.clipPath(mPath);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 5525 HSPLandroid/graphics/Canvas;->clipPath(Landroid/graphics/Path;)Z 5526 HSPLandroid/graphics/Canvas;->clipPath(Landroid/graphics/Path;Landroid/graphics/Region$Op;)Z
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10588 method public boolean clipPath(android.graphics.Path, android.graphics.Region.Op); 10589 method public boolean clipPath(android.graphics.Path);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 13803 …method @Deprecated public boolean clipPath(@NonNull android.graphics.Path, @NonNull android.graphi… 13804 method public boolean clipPath(@NonNull android.graphics.Path);
|