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

12

/frameworks/base/libs/hwui/tests/common/scenes/
H A DClippingAnimation.cpp50 canvas.clipPath(&clipCircle, SkRegion::kIntersect_Op);
/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.cpp212 bool CanvasState::clipPath(const SkPath* path, SkRegion::Op op) { function in class:android::uirenderer::CanvasState
213 mSnapshot->clipPath(*path, op);
H A DCanvasState.h126 bool clipPath(const SkPath* path, SkRegion::Op op);
H A DSnapshot.h146 void clipPath(const SkPath& path, SkRegion::Op op);
H A DSkiaCanvas.cpp108 virtual bool clipPath(const SkPath* path, SkRegion::Op op) override;
219 virtual void clipPath(const SkPath& path, SkRegion::Op op, bool antialias) { function in class:android::ClipCopier
220 m_dstCanvas->clipPath(path, op, antialias);
499 bool SkiaCanvas::clipPath(const SkPath* path, SkRegion::Op op) { function in class:android::SkiaCanvas
500 mCanvas->clipPath(*path, op);
510 mCanvas->clipPath(rgnPath, op);
H A DSnapshot.cpp96 void Snapshot::clipPath(const SkPath& path, SkRegion::Op op) { function in class:android::uirenderer::Snapshot
H A DSkiaCanvasProxy.cpp387 mCanvas->clipPath(&path, op);
391 mCanvas->clipPath(&path, op);
H A DDisplayListCanvas.h158 virtual bool clipPath(const SkPath* path, SkRegion::Op op) override;
H A DRecordingCanvas.h135 virtual bool clipPath(const SkPath* path, SkRegion::Op op) override;
H A DDisplayListCanvas.cpp201 bool DisplayListCanvas::clipPath(const SkPath* path, SkRegion::Op op) { function in class:android::uirenderer::DisplayListCanvas
204 return mState.clipPath(path, op);
H A DRecordingCanvas.cpp240 bool RecordingCanvas::clipPath(const SkPath* path, SkRegion::Op op) { function in class:android::uirenderer::RecordingCanvas
241 return mState.clipPath(path, op);
H A DOpenGLRenderer.h320 bool clipPath(const SkPath* path, SkRegion::Op op);
H A DVectorDrawable.cpp317 outCanvas->clipPath(renderPath, SkRegion::kIntersect_Op);
H A DOpenGLRenderer.cpp2074 bool OpenGLRenderer::clipPath(const SkPath* path, SkRegion::Op op) { function in class:android::uirenderer::OpenGLRenderer
2075 return mState.clipPath(path, op);
H A DDisplayListOp.h563 renderer.clipPath(mPath, mOp);
/frameworks/base/libs/hwui/tests/unit/
H A DCanvasStateTests.cpp111 state.clipPath(&path, SkRegion::kDifference_Op);
/frameworks/base/libs/hwui/hwui/
H A DCanvas.h163 virtual bool clipPath(const SkPath* path, SkRegion::Op op) = 0;
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java728 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE);
735 canvas.clipPath(selectorPath, Region.Op.INTERSECT);
761 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE);
768 canvas.clipPath(selectorPath, Region.Op.INTERSECT);
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp193 static jboolean clipPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle, function in namespace:android::CanvasJNI
197 bool nonEmptyClip = get_canvas(canvasHandle)->clipPath(path, op);
600 {"native_clipPath","!(JJI)Z", (void*) CanvasJNI::clipPath},
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java365 * clipPath will all operate as usual, but when the balancing call to
383 * clipPath will all operate as usual, but when the balancing call to
790 public boolean clipPath(@NonNull Path path, @NonNull Region.Op op) { method in class:Canvas
800 public boolean clipPath(@NonNull Path path) { method in class:Canvas
801 return clipPath(path, Region.Op.INTERSECT);
806 * clipRect() and clipPath() which transform their arguments by the
825 * clipRect() and clipPath() which transform their arguments by the
/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.java1215 canvas.clipPath(mRenderPath);

Completed in 2912 milliseconds

12