/third_party/skia/experimental/graphite/src/ |
D | Device.cpp | 163 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 …]
|
D | Device.h | 136 void drawShape(const Shape&,
|
/third_party/skia/src/gpu/ |
D | GrSWMaskHelper.h | 58 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);
|
D | GrSWMaskHelper.cpp | 72 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
|
D | GrBlurUtils.cpp | 234 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/ |
D | Fake.cpp | 112 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()
|
D | Fake.h | 209 void drawShape(ID, PaintersOrder, Shape, SkIRect, FakePaint); 252 void drawShape(ID, Shape, SkIRect, FakePaint);
|
D | Cmds.cpp | 103 c->drawShape(fID, fShape, fRect, fPaint); in execute()
|
/third_party/skia/gm/ |
D | dstreadshuffle.cpp | 58 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() function in skiagm::DstReadShuffle 156 this->drawShape(canvas, &p, shapeType); in onDraw()
|
D | aaxfermodes.cpp | 163 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/ |
D | dstreadshuffle.cpp | 58 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() function in skiagm::DstReadShuffle 152 this->drawShape(canvas, &p, shapeType); in onDraw()
|
D | aaxfermodes.cpp | 161 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/ |
D | StencilMaskHelper.h | 54 bool drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op, GrAA);
|
D | StencilMaskHelper.cpp | 472 bool StencilMaskHelper::drawShape(const GrShape& shape, in drawShape() function in skgpu::v1::StencilMaskHelper
|
/third_party/flutter/skia/src/gpu/ |
D | GrSWMaskHelper.h | 52 void drawShape(const GrShape&, const SkMatrix& matrix, SkRegion::Op op, GrAA, uint8_t alpha);
|
D | GrSWMaskHelper.cpp | 55 void GrSWMaskHelper::drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() function in GrSWMaskHelper
|
D | GrSoftwarePathRenderer.cpp | 355 helper.drawShape(uploaderRaw->data().getShape(), in onDrawPath() 370 helper.drawShape(*args.fShape, *args.fViewMatrix, SkRegion::kReplace_Op, aa, 0xFF); in onDrawPath()
|
D | GrBlurUtils.cpp | 199 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()
|
D | GrClipStackClip.cpp | 448 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/ |
D | GrTextTarget.h | 35 virtual void drawShape(const GrClip&, const SkPaint&,
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/for-condition-always-false/ |
D | 0-opt.spvasm | 8 OpName %drawShape_vf2_ "drawShape(vf2;"
|
/third_party/skia/src/gpu/ops/ |
D | SoftwarePathRenderer.cpp | 354 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/ |
D | SampleThinAA.cpp | 464 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/ |
D | SampleThinAA.cpp | 468 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/ |
D | SkAtlasTextTarget.cpp | 102 void drawShape(const GrClip&, const SkPaint&, const SkMatrix& viewMatrix, in drawShape() function in SkInternalAtlasTextTarget
|