Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DSkiaCanvas.cpp85 virtual bool clipPath(const SkPath* path, SkRegion::Op op);
185 virtual void clipPath(const SkPath& path, SkRegion::Op op, bool antialias) { in clipPath() function in android::ClipCopier
186 m_dstCanvas->clipPath(path, op, antialias); in clipPath()
436 bool SkiaCanvas::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::SkiaCanvas
437 mCanvas->clipPath(*path, op); in clipPath()
447 mCanvas->clipPath(rgnPath, op); in clipRegion()
/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/
DStatefulBaseRenderer.cpp162 return StatefulBaseRenderer::clipPath(&path, op); in clipRect()
165 bool StatefulBaseRenderer::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::uirenderer::StatefulBaseRenderer
DStatefulBaseRenderer.h89 virtual bool clipPath(const SkPath* path, SkRegion::Op op);
DRenderer.h173 virtual bool clipPath(const SkPath* path, SkRegion::Op op) = 0;
DDisplayListRenderer.cpp169 bool DisplayListRenderer::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() function in android::uirenderer::DisplayListRenderer
172 return StatefulBaseRenderer::clipPath(path, op); in clipPath()
DDisplayListRenderer.h95 virtual bool clipPath(const SkPath* path, SkRegion::Op op);
DDisplayListOp.h573 renderer.clipPath(mPath, mOp); in applyState()
/frameworks/base/include/private/graphics/
DCanvas.h79 virtual bool clipPath(const SkPath* path, SkRegion::Op op) = 0;
/frameworks/base/graphics/java/android/graphics/
DCanvas.java809 public boolean clipPath(@NonNull Path path, @NonNull Region.Op op) { in clipPath() method in Canvas
819 public boolean clipPath(@NonNull Path path) { in clipPath() method in Canvas
820 return clipPath(path, Region.Op.INTERSECT); in clipPath()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp172 static jboolean clipPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle, in clipPath() function
176 bool emptyClip = get_canvas(canvasHandle)->clipPath(path, op); in clipPath()
707 {"native_clipPath","(JJI)Z", (void*) CanvasJNI::clipPath},
Dandroid_view_GLES20Canvas.cpp273 const bool result = renderer->clipPath(path, static_cast<SkRegion::Op>(op)); in android_view_GLES20Canvas_clipPath()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java230 canvas.clipPath(mClipPath); in draw()
/frameworks/base/core/java/android/view/
DGLES20Canvas.java280 public boolean clipPath(Path path) { in clipPath() method in GLES20Canvas
285 public boolean clipPath(Path path, Region.Op op) { in clipPath() method in GLES20Canvas
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java954 canvas.clipPath(mRenderPath, Region.Op.REPLACE); in drawPath()
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd306 <td class="label_pos">clipPath()</td>
/frameworks/base/api/
Dsystem-current.txt10896 method public boolean clipPath(android.graphics.Path, android.graphics.Region.Op);
10897 method public boolean clipPath(android.graphics.Path);
Dcurrent.txt10590 method public boolean clipPath(android.graphics.Path, android.graphics.Region.Op);
10591 method public boolean clipPath(android.graphics.Path);