Lines Matching refs:stencilSettings
63 const GrUserStencilSettings* stencilSettings, in Make() argument
71 stencilSettings, deviceQuad, deviceQuadType, localQuad, localQuadType); in Make()
170 const GrUserStencilSettings* stencilSettings);
340 const GrUserStencilSettings* stencilSettings) { in MakePerEdge() argument
341 return FillRectOp::Make(context, std::move(paint), aaType, edgeAA, stencilSettings, in MakePerEdge()
353 const GrUserStencilSettings* stencilSettings) { in MakePerEdgeWithLocalMatrix() argument
355 return FillRectOp::Make(context, std::move(paint), aaType, edgeAA, stencilSettings, in MakePerEdgeWithLocalMatrix()
367 const GrUserStencilSettings* stencilSettings) { in MakePerEdgeWithLocalRect() argument
368 return FillRectOp::Make(context, std::move(paint), aaType, edgeAA, stencilSettings, in MakePerEdgeWithLocalRect()
379 const GrUserStencilSettings* stencilSettings) { in MakeSet() argument
386 quads[0].fAAFlags, stencilSettings, GrPerspQuad(quads[0].fRect, viewMatrix), in MakeSet()