Lines Matching refs:FillRectOp
8 #include "src/gpu/ops/FillRectOp.h"
114 const char* name() const override { return "FillRectOp"; }
184 friend class skgpu::v1::FillRectOp; // for access to addQuad
466 GrOp::Owner FillRectOp::Make(GrRecordingContext* context,
476 GrOp::Owner FillRectOp::MakeNonAARect(GrRecordingContext* context,
486 GrOp::Owner FillRectOp::MakeOp(GrRecordingContext* context,
501 GrOp::Owner op = FillRectOp::Make(context, std::move(paint), aaType,
526 void FillRectOp::AddFillRectOps(skgpu::v1::SurfaceDrawContext* sdc,
558 uint32_t skgpu::v1::FillRectOp::ClassID() {
565 GR_DRAW_OP_TEST_DEFINE(FillRectOp) {
588 return skgpu::v1::FillRectOp::Make(context, std::move(paint), aaType, &quad, stencil);
594 return skgpu::v1::FillRectOp::Make(context, std::move(paint), aaType, &quad, stencil);
599 return skgpu::v1::FillRectOp::Make(context, std::move(paint), aaType, &quad, stencil);