Lines Matching defs:stencil
95 // Add ops to stencil the atlas paths.
112 const GrUserStencilSettings* stencil;
123 // This is the final op in the task. Since Ganesh is planning to discard the stencil values
124 // anyway, there is no need to reset the stencil values back to 0.
125 stencil = &kTestStencil;
136 // Outset the cover rect to make extra sure we clear every stencil value touched by the
139 stencil = &kTestAndResetStencil;
141 this->stencilAtlasRect(rContext, drawRect, SK_PMColor4fWHITE, stencil);
152 const GrUserStencilSettings* stencil) {
158 auto op = FillRectOp::Make(rContext, std::move(paint), GrAAType::kMSAA, &drawQuad, stencil);