Lines Matching refs:addDrawOp

69     void addDrawOp(const GrClip& clip, std::unique_ptr<GrAtlasTextOp> op) override {  in addDrawOp()  function in GrRenderTargetContext::TextTarget
70 fRenderTargetContext->addDrawOp(clip, std::move(op)); in addDrawOp()
334 this->addDrawOp(GrFixedClip::Disabled(), in internalClear()
348 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), GrAAType::kNone, in internalClear()
397 fRenderTargetContext->addDrawOp(GrFixedClip::Disabled(), in absClear()
422 fRenderTargetContext->addDrawOp(GrFixedClip::Disabled(), in absClear()
491 this->addDrawOp(clip, std::move(op)); in drawPaint()
644 this->addDrawOp(GrFixedClip::Disabled(), in drawFilledRectAsClear()
672 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), aaType, viewMatrix, in drawFilledRect()
741 this->addDrawOp(clip, std::move(op)); in drawRect()
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()
861 fRenderTargetContext->addDrawOp(clip, std::move(op)); 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()
969 this->addDrawOp(clip, std::move(op)); in drawTexture()
1006 this->addDrawOp(clip, std::move(op)); in drawTextureSet()
1012 this->addDrawOp(clip, std::move(op)); in drawTextureSet()
1035 this->addDrawOp(clip, GrFillRectOp::MakeWithLocalMatrix(fContext, std::move(paint), aaType, in fillRectWithLocalMatrix()
1058 this->addDrawOp(clip, std::move(op)); in drawVertices()
1080 this->addDrawOp(clip, std::move(op)); in drawAtlas()
1132 this->addDrawOp(*clip, std::move(op)); in drawRRect()
1239 this->addDrawOp(clip, std::move(op)); in drawFastShadow()
1336 this->addDrawOp(clip, std::move(op)); in drawFastShadow()
1377 this->addDrawOp(clip, std::move(op)); in drawFilledDRRect()
1497 this->addDrawOp(clip, std::move(op)); in drawRegion()
1545 this->addDrawOp(clip, std::move(op)); in drawOval()
1585 this->addDrawOp(clip, std::move(op)); in drawArc()
1613 this->addDrawOp(clip, std::move(op)); in drawImageLattice()
1728 this->addDrawOp(clip, std::move(op)); in drawShape()
1933 void GrRenderTargetContext::addDrawOp(const GrClip& clip, std::unique_ptr<GrDrawOp> op, in addDrawOp() function in GrRenderTargetContext
1989 opList->addDrawOp(std::move(op), analysis, std::move(appliedClip), dstProxy, *this->caps()); in addDrawOp()