/third_party/skia/tests/ |
H A D | CanvasStateHelpers.cpp | 48 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() 52 canvas->clipRect(clipRect, (SkRegion::Op) clipOp); in complex_clips_draw() 56 canvas->clipRegion(localRegion, (SkClipOp) clipOp); in complex_clips_draw() 61 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state() 75 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state() 47 complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) complex_clips_draw() argument 60 complex_clips_draw_from_canvas_state(SkCanvasState* state, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, int32_t regionRects, int32_t* rectCoords) complex_clips_draw_from_canvas_state() argument
|
H A D | CanvasStateHelpers.h | 50 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion); 59 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
|
H A D | CanvasStateTest.cpp | 223 int32_t r, int32_t b, int32_t clipOp, in DEF_TEST()
|
/third_party/skia/src/core/ |
H A D | SkPicturePlayback.cpp | 127 SkClipOp clipOp; in handleOp() local 128 if (do_clip_op(reader, canvas, rgnOp, &clipOp)) { in handleOp() 129 canvas->clipPath(path, clipOp, doAA); in handleOp() 144 SkClipOp clipOp; in handleOp() local 145 if (do_clip_op(reader, canvas, rgnOp, &clipOp)) { in handleOp() 146 canvas->clipRegion(region, clipOp); in handleOp() 162 SkClipOp clipOp; in handleOp() local 163 if (do_clip_op(reader, canvas, rgnOp, &clipOp)) { in handleOp() 164 canvas->clipRect(rect, clipOp, doAA); in handleOp() 180 SkClipOp clipOp; in handleOp() local 192 SkClipOp clipOp = reader->checkRange(SkClipOp::kDifference, SkClipOp::kIntersect); handleOp() local [all...] |
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Canvas.java | 173 private static native void nClipPath(long nativeInstance, long nativePath, int clipOp, in nClipPath() argument 176 float bottom, int clipOp, boolean doAA); in nClipRect() 179 int clipOp, boolean doAA); in nClipRRect() 180 private static native void nClipShader(long nativeInstance, long nativeShader, int clipOp); in nClipShader() argument 175 nClipRect(long nativeInstance, float left, float top, float right, float bottom, int clipOp, boolean doAA) nClipRect() argument 177 nClipRRect(long nativeInstance, float left, float top, float right, float bottom, float xRad, float yRad, int clipOp, boolean doAA) nClipRRect() argument
|
/third_party/skia/src/gpu/ops/ |
H A D | FillRRectOp.cpp | 211 SkClipOp clipOp, in clipToShape() 219 clipOp == SkClipOp::kIntersect && in clipToShape() 210 clipToShape(skgpu::v1::SurfaceDrawContext* sdc, SkClipOp clipOp, const SkMatrix& clipMatrix, const GrShape& shape, GrAA aa) clipToShape() argument
|