Lines Matching refs:addDrawOp

74     void addDrawOp(const GrClip& clip, std::unique_ptr<GrAtlasTextOp> op) override {  in addDrawOp()  function in GrRenderTargetContext::TextTarget
75 fRenderTargetContext->addDrawOp(clip, std::move(op)); in addDrawOp()
330 this->addDrawOp(GrFixedClip::Disabled(), in internalClear()
344 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), GrAAType::kNone, in internalClear()
393 fRenderTargetContext->addDrawOp(GrFixedClip::Disabled(), in absClear()
418 fRenderTargetContext->addDrawOp(GrFixedClip::Disabled(), in absClear()
487 this->addDrawOp(clip, std::move(op)); in drawPaint()
640 this->addDrawOp(GrFixedClip::Disabled(), in drawFilledRectAsClear()
668 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), aaType, viewMatrix, in drawFilledRect()
737 this->addDrawOp(clip, std::move(op)); in drawRect()
749 this->addDrawOp(clip, GrFillRectOp::MakeSet(fContext, std::move(paint), aaType, viewMatrix, in drawQuadSet()
783 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), in internalStencilClear()
857 fRenderTargetContext->addDrawOp(clip, std::move(op)); in stencilRect()
927 this->addDrawOp(clip, std::move(op)); in fillRectWithEdgeAA()
942 this->addDrawOp(clip, GrFillRectOp::MakePerEdgeQuad(fContext, std::move(paint), aaType, edgeAA, in fillQuadWithEdgeAA()
1018 this->addDrawOp(clip, std::move(op)); in drawTexture()
1056 this->addDrawOp(clip, std::move(op)); in drawTextureQuad()
1103 this->addDrawOp(clip, std::move(op)); in drawTextureSet()
1126 this->addDrawOp(clip, GrFillRectOp::MakeWithLocalMatrix(fContext, std::move(paint), aaType, in fillRectWithLocalMatrix()
1149 this->addDrawOp(clip, std::move(op)); in drawVertices()
1171 this->addDrawOp(clip, std::move(op)); in drawAtlas()
1225 this->addDrawOp(*clip, std::move(op)); in drawRRect()
1332 this->addDrawOp(clip, std::move(op)); in drawFastShadow()
1429 this->addDrawOp(clip, std::move(op)); in drawFastShadow()
1470 this->addDrawOp(clip, std::move(op)); in drawFilledDRRect()
1590 this->addDrawOp(clip, std::move(op)); in drawRegion()
1638 this->addDrawOp(clip, std::move(op)); in drawOval()
1678 this->addDrawOp(clip, std::move(op)); in drawArc()
1706 this->addDrawOp(clip, std::move(op)); in drawImageLattice()
1836 this->addDrawOp(clip, std::move(op)); in drawShape()
2041 void GrRenderTargetContext::addDrawOp(const GrClip& clip, std::unique_ptr<GrDrawOp> op, in addDrawOp() function in GrRenderTargetContext
2099 opList->addDrawOp(std::move(op), analysis, std::move(appliedClip), dstProxy, *this->caps()); in addDrawOp()