Lines Matching refs:GrFillRectOp
335 GrFillRectOp::Make(fContext, std::move(paint), in internalClear()
348 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), GrAAType::kNone, in internalClear()
398 GrFillRectOp::Make(fRenderTargetContext->fContext, in absClear()
423 GrFillRectOp::Make(fRenderTargetContext->fContext, in absClear()
489 std::unique_ptr<GrDrawOp> op = GrFillRectOp::MakeWithLocalMatrix( in drawPaint()
645 GrFillRectOp::Make(fContext, std::move(paint), aaType, SkMatrix::I(), in drawFilledRectAsClear()
672 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), aaType, viewMatrix, in drawFilledRect()
753 this->addDrawOp(clip, GrFillRectOp::MakeSet(fContext, std::move(paint), aaType, viewMatrix, in drawQuadSet()
787 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), in internalStencilClear()
859 std::unique_ptr<GrDrawOp> op = GrFillRectOp::Make( in stencilRect()
908 this->addDrawOp(clip, GrFillRectOp::MakeWithLocalRect(fContext, std::move(paint), aaType, in fillRectToRect()
939 this->addDrawOp(clip, GrFillRectOp::MakePerEdge(fContext, std::move(paint), aaType, edgeAA, in fillRectWithEdgeAA()
1003 auto op = GrFillRectOp::MakePerEdgeWithLocalRect(fContext, std::move(paint), aaType, in drawTextureSet()
1035 this->addDrawOp(clip, GrFillRectOp::MakeWithLocalMatrix(fContext, std::move(paint), aaType, in fillRectWithLocalMatrix()