Searched refs:clipPath (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
H A DClippingAnimation.cpp50 canvas.clipPath(&clipCircle, SkClipOp::kIntersect);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipRegion3Activity.java72 canvas.clipPath(mClipPath);
H A DClipRegionActivity.java85 canvas.clipPath(mClipPath);
H A DViewLayersActivity5.java79 canvas.clipPath(mClipPath);
/frameworks/base/libs/hwui/
H A DCanvasState.h126 bool clipPath(const SkPath* path, SkClipOp op);
H A DCanvasState.cpp210 bool CanvasState::clipPath(const SkPath* path, SkClipOp op) { function in class:android::uirenderer::CanvasState
211 mSnapshot->clipPath(*path, op);
H A DSnapshot.h123 void clipPath(const SkPath& path, SkClipOp op);
H A DSnapshot.cpp80 void Snapshot::clipPath(const SkPath& path, SkClipOp op) { function in class:android::uirenderer::Snapshot
H A DSkiaCanvasProxy.cpp481 mCanvas->clipPath(&path, op);
485 mCanvas->clipPath(&path, op);
H A DSkiaCanvas.h100 virtual bool clipPath(const SkPath* path, SkClipOp op) override;
H A DSkiaCanvas.cpp223 canvas->clipPath(*mPath.get(), mOp);
392 bool SkiaCanvas::clipPath(const SkPath* path, SkClipOp op) { function in class:android::SkiaCanvas
394 mCanvas->clipPath(*path, op);
H A DRecordingCanvas.h136 virtual bool clipPath(const SkPath* path, SkClipOp op) override;
H A DRecordingCanvas.cpp240 bool RecordingCanvas::clipPath(const SkPath* path, SkClipOp op) { function in class:android::uirenderer::RecordingCanvas
241 return mState.clipPath(path, op);
H A DVectorDrawable.cpp265 outCanvas->clipPath(getUpdatedPath(useStagingData, &tempStagingPath));
/frameworks/base/libs/hwui/tests/unit/
H A DCanvasStateTests.cpp111 state.clipPath(&path, SkClipOp::kDifference);
H A DFrameBuilderTests.cpp544 canvas.clipPath(&path, SkClipOp::kIntersect);
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java379 * clipPath will all operate as usual, but when the balancing call to
397 * clipPath will all operate as usual, but when the balancing call to
938 * recommended alternative calls are {@link #clipPath(Path)} and
942 public boolean clipPath(@NonNull Path path, @NonNull Region.Op op) { method in class:Canvas
952 public boolean clipPath(@NonNull Path path) { method in class:Canvas
953 return clipPath(path, Region.Op.INTERSECT);
963 return clipPath(path, Region.Op.DIFFERENCE);
968 * clipRect() and clipPath() which transform their arguments by the
988 * clipRect() and clipPath() which transform their arguments by the
H A DColorSpace.java4131 canvas.clipPath(path);
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java729 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE);
736 canvas.clipPath(selectorPath, Region.Op.INTERSECT);
762 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE);
769 canvas.clipPath(selectorPath, Region.Op.INTERSECT);
/frameworks/base/libs/hwui/hwui/
H A DCanvas.h199 virtual bool clipPath(const SkPath* path, SkClipOp op) = 0;
/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp275 canvas->clipPath(*properties.getRevealClip().getPath(), SkClipOp::kIntersect, true);
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp206 static jboolean clipPath(jlong canvasHandle, jlong pathHandle, function in namespace:android::CanvasJNI
209 bool nonEmptyClip = get_canvas(canvasHandle)->clipPath(path, opHandleToClipOp(opHandle));
604 {"nClipPath","(JJI)Z", (void*) CanvasJNI::clipPath},
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java239 canvas.clipPath(mClipPath);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1188 canvas.clipPath(mRenderPath);

Completed in 264 milliseconds