/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/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
|
D | ClipStack.cpp | 301 helper->drawShape(inverted, e.fLocalToDevice, SkRegion::kReplace_Op, e.fAA, alpha); in draw_to_sw_mask() 303 helper->drawShape(e.fShape, e.fLocalToDevice, SkRegion::kReplace_Op, e.fAA, alpha); in draw_to_sw_mask() 391 helper.drawShape(e.fShape, e.fLocalToDevice, op, e.fAA); in render_stencil_mask()
|
D | SurfaceDrawContext_v1.h | 360 void drawShape(const GrClip*,
|
D | SurfaceDrawContext.cpp | 1560 this->drawShape(clip, std::move(paint), aa, viewMatrix, std::move(shape)); in drawPath() 1563 void SurfaceDrawContext::drawShape(const GrClip* clip, in drawShape() function in skgpu::v1::SurfaceDrawContext
|
/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/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/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/control-flow-in-function/ |
D | 0-opt.spvasm | 8 OpName %drawShape_vf2_ "drawShape(vf2;"
|
/third_party/skia/src/core/ |
D | SkBlurMF.cpp | 1467 sdc->drawShape(clip, std::move(paint), GrAA::kYes, viewMatrix, GrStyledShape(shape)); in directFilterMaskGPU()
|