Home
last modified time | relevance | path

Searched refs:MakeWithLocalMatrix (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/ops/
DGrFillRectOp.h74 std::unique_ptr<GrDrawOp> MakeWithLocalMatrix(GrContext* context,
DGrStencilAndCoverPathRenderer.cpp162 std::unique_ptr<GrDrawOp> op = GrFillRectOp::MakeWithLocalMatrix( in onDrawPath()
DGrDefaultPathRenderer.cpp617 GrFillRectOp::MakeWithLocalMatrix(context, std::move(paint), aaType, viewM, in internalDrawPath()
DGrFillRectOp.cpp419 std::unique_ptr<GrDrawOp> MakeWithLocalMatrix(GrContext* context, in MakeWithLocalMatrix() function
/external/skqp/src/gpu/
DGrSoftwarePathRenderer.cpp103 GrFillRectOp::MakeWithLocalMatrix( in DrawNonAARect()
DGrRenderTargetContext.cpp489 std::unique_ptr<GrDrawOp> op = GrFillRectOp::MakeWithLocalMatrix( in drawPaint()
1035 this->addDrawOp(clip, GrFillRectOp::MakeWithLocalMatrix(fContext, std::move(paint), aaType, in fillRectWithLocalMatrix()