Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/tests/common/scenes/
DClippingAnimation.cpp50 canvas.clipPath(&clipCircle, SkRegion::kIntersect_Op); in createContent()
/frameworks/base/libs/hwui/
DCanvasState.cpp212 bool CanvasState::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::uirenderer::CanvasState
213 mSnapshot->clipPath(*path, op); in clipPath()
DSkiaCanvas.cpp108 virtual bool clipPath(const SkPath* path, SkRegion::Op op) override;
219 virtual void clipPath(const SkPath& path, SkRegion::Op op, bool antialias) { in clipPath() function in android::ClipCopier
220 m_dstCanvas->clipPath(path, op, antialias); in clipPath()
498 bool SkiaCanvas::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::SkiaCanvas
499 mCanvas->clipPath(*path, op); in clipPath()
509 mCanvas->clipPath(rgnPath, op); in clipRegion()
DCanvasState.h126 bool clipPath(const SkPath* path, SkRegion::Op op);
DSnapshot.h146 void clipPath(const SkPath& path, SkRegion::Op op);
DSkiaCanvasProxy.cpp387 mCanvas->clipPath(&path, op); in onClipRRect()
391 mCanvas->clipPath(&path, op); in onClipPath()
DSnapshot.cpp96 void Snapshot::clipPath(const SkPath& path, SkRegion::Op op) { in clipPath() function in android::uirenderer::Snapshot
DDisplayListCanvas.cpp201 bool DisplayListCanvas::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::uirenderer::DisplayListCanvas
204 return mState.clipPath(path, op); in clipPath()
DRecordingCanvas.cpp236 bool RecordingCanvas::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::uirenderer::RecordingCanvas
237 return mState.clipPath(path, op); in clipPath()
DDisplayListCanvas.h158 virtual bool clipPath(const SkPath* path, SkRegion::Op op) override;
DRecordingCanvas.h135 virtual bool clipPath(const SkPath* path, SkRegion::Op op) override;
DOpenGLRenderer.h320 bool clipPath(const SkPath* path, SkRegion::Op op);
DVectorDrawable.cpp313 outCanvas->clipPath(renderPath, SkRegion::kIntersect_Op); in drawPath()
DOpenGLRenderer.cpp2074 bool OpenGLRenderer::clipPath(const SkPath* path, SkRegion::Op op) {
2075 return mState.clipPath(path, op);
DDisplayListOp.h563 renderer.clipPath(mPath, mOp); in applyState()
/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/tests/unit/
DCanvasStateTests.cpp111 state.clipPath(&path, SkRegion::kDifference_Op); in TEST()
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java704 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawHours()
711 canvas.clipPath(selectorPath, Region.Op.INTERSECT); in drawHours()
737 canvas.clipPath(selectorPath, Region.Op.DIFFERENCE); in drawMinutes()
744 canvas.clipPath(selectorPath, Region.Op.INTERSECT); in drawMinutes()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp193 static jboolean clipPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle, in clipPath() function
197 bool nonEmptyClip = get_canvas(canvasHandle)->clipPath(path, op); in clipPath()
600 {"native_clipPath","!(JJI)Z", (void*) CanvasJNI::clipPath},
/frameworks/base/libs/hwui/hwui/
DCanvas.h163 virtual bool clipPath(const SkPath* path, SkRegion::Op op) = 0;
/frameworks/base/graphics/java/android/graphics/
DCanvas.java790 public boolean clipPath(@NonNull Path path, @NonNull Region.Op op) { in clipPath() method in Canvas
800 public boolean clipPath(@NonNull Path path) { in clipPath() method in Canvas
801 return clipPath(path, Region.Op.INTERSECT); in clipPath()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java239 canvas.clipPath(mClipPath); in draw()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1020 canvas.clipPath(mRenderPath, Region.Op.REPLACE); in drawPath()

12