Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSkiaCanvas.cpp82 virtual bool clipPath(const SkPath* path, SkRegion::Op op) override;
175 virtual void clipPath(const SkPath& path, SkRegion::Op op, bool antialias) { in clipPath() function in android::ClipCopier
176 m_dstCanvas->clipPath(path, op, antialias); in clipPath()
426 bool SkiaCanvas::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::SkiaCanvas
427 mCanvas->clipPath(*path, op); in clipPath()
437 mCanvas->clipPath(rgnPath, op); in clipRegion()
DCanvasState.cpp162 bool CanvasState::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::uirenderer::CanvasState
163 mDirtyClip |= mSnapshot->clipPath(*path, op); in clipPath()
DCanvasState.h121 bool clipPath(const SkPath* path, SkRegion::Op op);
DSnapshot.h146 bool clipPath(const SkPath& path, SkRegion::Op op);
DCanvas.h100 virtual bool clipPath(const SkPath* path, SkRegion::Op op) = 0;
DSkiaCanvasProxy.cpp351 mCanvas->clipPath(&path, op); in onClipRRect()
355 mCanvas->clipPath(&path, op); in onClipPath()
DSnapshot.cpp98 bool Snapshot::clipPath(const SkPath& path, SkRegion::Op op) { in clipPath() function in android::uirenderer::Snapshot
DDisplayListCanvas.cpp211 bool DisplayListCanvas::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::uirenderer::DisplayListCanvas
214 return mState.clipPath(path, op); in clipPath()
DDisplayListCanvas.h182 virtual bool clipPath(const SkPath* path, SkRegion::Op op) override;
DOpenGLRenderer.h391 bool clipPath(const SkPath* path, SkRegion::Op op);
DOpenGLRenderer.cpp2185 bool OpenGLRenderer::clipPath(const SkPath* path, SkRegion::Op op) {
2186 return mState.clipPath(path, op);
DDisplayListOp.h581 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/core/jni/
Dandroid_graphics_Canvas.cpp182 static jboolean clipPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle, in clipPath() function
186 bool nonEmptyClip = get_canvas(canvasHandle)->clipPath(path, op); in clipPath()
692 {"native_clipPath","(JJI)Z", (void*) CanvasJNI::clipPath},
/frameworks/base/graphics/java/android/graphics/
DCanvas.java796 public boolean clipPath(@NonNull Path path, @NonNull Region.Op op) { in clipPath() method in Canvas
806 public boolean clipPath(@NonNull Path path) { in clipPath() method in Canvas
807 return clipPath(path, Region.Op.INTERSECT); in clipPath()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java239 canvas.clipPath(mClipPath); in draw()
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java694 canvas.clipPath(mSelectorPath, Region.Op.DIFFERENCE); in drawMinutes()
703 canvas.clipPath(mSelectorPath, Region.Op.INTERSECT); in drawMinutes()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java880 canvas.clipPath(mRenderPath, Region.Op.REPLACE); in drawPath()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1090 canvas.clipPath(mRenderPath); in drawPath()
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd306 <td class="label_pos">clipPath()</td>
/frameworks/base/api/
Dcurrent.txt11134 method public boolean clipPath(android.graphics.Path, android.graphics.Region.Op);
11135 method public boolean clipPath(android.graphics.Path);
Dsystem-current.txt11471 method public boolean clipPath(android.graphics.Path, android.graphics.Region.Op);
11472 method public boolean clipPath(android.graphics.Path);