Home
last modified time | relevance | path

Searched refs:drawShape (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/experimental/graphite/src/
DDevice.cpp163 this->drawShape(Shape(localCoveringBounds), paint, kFillStyle, in drawPaint()
168 this->drawShape(Shape(r), paint, SkStrokeRec(paint)); in drawRect()
174 this->drawShape(Shape(SkRRect::MakeOval(oval)), paint, SkStrokeRec(paint)); in drawOval()
178 this->drawShape(Shape(rr), paint, SkStrokeRec(paint)); in drawRRect()
184 this->drawShape(Shape(path), paint, SkStrokeRec(paint)); in drawPath()
198 this->drawShape(Shape(SkRRect::MakeOval(pointRect)), paint, kFillStyle); in drawPoints()
200 this->drawShape(Shape(pointRect), paint, kFillStyle); in drawPoints()
208 this->drawShape(Shape(points[i], points[(i + 1) % count]), paint, stroke); in drawPoints()
213 void Device::drawShape(const Shape& shape, in drawShape() function in skgpu::Device
241 this->drawShape(Shape(dst), paint, newStyle, flags | DrawFlags::kIgnorePathEffect); in drawShape()
[all …]
DDevice.h136 void drawShape(const Shape&,
/third_party/skia/src/gpu/
DGrSWMaskHelper.h58 void drawShape(const GrStyledShape&, const SkMatrix& matrix, SkRegion::Op op, GrAA,
61 void drawShape(const GrShape&, const SkMatrix& matrix, SkRegion::Op op, GrAA, uint8_t alpha);
DGrSWMaskHelper.cpp72 void GrSWMaskHelper::drawShape(const GrStyledShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() function in GrSWMaskHelper
93 void GrSWMaskHelper::drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() function in GrSWMaskHelper
DGrBlurUtils.cpp234 sdc->drawShape(&clip, std::move(maskPaint), GrAA::kYes, viewMatrix, GrStyledShape(shape)); in create_mask_GPU()
586 sdc->drawShape(clip, std::move(grPaint), sdc->chooseAA(paint), viewMatrix, in drawShapeWithMaskFilter()
/third_party/skia/experimental/sorttoy/
DFake.cpp112 void FakeDevice::drawShape(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r, FakePaint p)… in drawShape() function in FakeDevice
163 void FakeCanvas::drawShape(ID id, Shape shape, SkIRect r, FakePaint p) { in drawShape() function in FakeCanvas
166 fDeviceStack.back()->drawShape(id, this->nextPaintersOrder(), shape, r, p); in drawShape()
DFake.h209 void drawShape(ID, PaintersOrder, Shape, SkIRect, FakePaint);
252 void drawShape(ID, Shape, SkIRect, FakePaint);
DCmds.cpp103 c->drawShape(fID, fShape, fRect, fPaint); in execute()
/third_party/skia/gm/
Ddstreadshuffle.cpp58 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() function in skiagm::DstReadShuffle
156 this->drawShape(canvas, &p, shapeType); in onDraw()
Daaxfermodes.cpp163 this->drawShape(canvas, static_cast<Shape>(shapeIdx), paint, mode); in draw_pass()
242 void drawShape(SkCanvas* canvas, Shape shape, const SkPaint& paint, SkBlendMode mode) { in drawShape() function in AAXfermodesGM
/third_party/flutter/skia/gm/
Ddstreadshuffle.cpp58 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() function in skiagm::DstReadShuffle
152 this->drawShape(canvas, &p, shapeType); in onDraw()
Daaxfermodes.cpp161 this->drawShape(canvas, static_cast<Shape>(shapeIdx), paint, mode); in draw_pass()
240 void drawShape(SkCanvas* canvas, Shape shape, const SkPaint& paint, SkBlendMode mode) { in drawShape() function in AAXfermodesGM
/third_party/skia/src/gpu/v1/
DStencilMaskHelper.h54 bool drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op, GrAA);
DStencilMaskHelper.cpp472 bool StencilMaskHelper::drawShape(const GrShape& shape, in drawShape() function in skgpu::v1::StencilMaskHelper
/third_party/flutter/skia/src/gpu/
DGrSWMaskHelper.h52 void drawShape(const GrShape&, const SkMatrix& matrix, SkRegion::Op op, GrAA, uint8_t alpha);
DGrSWMaskHelper.cpp55 void GrSWMaskHelper::drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() function in GrSWMaskHelper
DGrSoftwarePathRenderer.cpp355 helper.drawShape(uploaderRaw->data().getShape(), in onDrawPath()
370 helper.drawShape(*args.fShape, *args.fViewMatrix, SkRegion::kReplace_Op, aa, 0xFF); in onDrawPath()
DGrBlurUtils.cpp199 rtContext->drawShape(clip, std::move(maskPaint), GrAA::kYes, viewMatrix, shape); in create_mask_GPU()
464 renderTargetContext->drawShape(clip, std::move(grPaint), aa, viewMatrix, shape); in drawShapeWithMaskFilter()
DGrClipStackClip.cpp448 helper.drawShape(shape, translate, SkRegion::kReplace_Op, aa, 0x00); in draw_clip_elements_to_mask_helper()
460 helper.drawShape(shape, translate, (SkRegion::Op)op, aa, 0xFF); in draw_clip_elements_to_mask_helper()
/third_party/flutter/skia/src/gpu/text/
DGrTextTarget.h35 virtual void drawShape(const GrClip&, const SkPaint&,
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/for-condition-always-false/
D0-opt.spvasm8 OpName %drawShape_vf2_ "drawShape(vf2;"
/third_party/skia/src/gpu/ops/
DSoftwarePathRenderer.cpp354 helper.drawShape(uploaderRaw->data().getShape(), in onDrawPath()
369 helper.drawShape(*args.fShape, *args.fViewMatrix, SkRegion::kReplace_Op, aa, 0xFF); in onDrawPath()
/third_party/flutter/skia/samplecode/
DSampleThinAA.cpp464 this->drawShape(canvas, name, gridX, shapes[i].get(), i == 0); in drawShapes()
469 void drawShape(SkCanvas* canvas, const char* name, int gridX, in drawShape() function in skiagm::ThinAASample
/third_party/skia/samplecode/
DSampleThinAA.cpp468 this->drawShape(canvas, name, gridX, shapes[i].get(), i == 0); in drawShapes()
473 void drawShape(SkCanvas* canvas, const char* name, int gridX, in drawShape() function in skiagm::ThinAASample
/third_party/flutter/skia/src/atlastext/
DSkAtlasTextTarget.cpp102 void drawShape(const GrClip&, const SkPaint&, const SkMatrix& viewMatrix, in drawShape() function in SkInternalAtlasTextTarget

12