Home
last modified time | relevance | path

Searched refs:stencilPaint (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/ops/
DTessellationPathRenderer.cpp227 GrPaint stencilPaint; in onStencilPath() local
228 stencilPaint.setXPFactory(GrDisableColorXPFactory::Get()); in onStencilPath()
235 std::move(stencilPaint), in onStencilPath()
DDefaultPathRenderer.cpp747 GrPaint stencilPaint; in internalDrawPath() local
748 stencilPaint.setXPFactory(GrDisableColorXPFactory::Get()); in internalDrawPath()
749 op = DefaultPathOp::Make(context, std::move(stencilPaint), path, srcSpaceTol, in internalDrawPath()
/third_party/flutter/skia/gm/
Dwindowrectangles.cpp242 GrPaint stencilPaint; in visualizeAlphaMask() local
243 stencilPaint.setCoverageSetOpXPFactory(SkRegion::kDifference_Op, false); in visualizeAlphaMask()
245 std::move(stencilPaint), GrAA::kNo, SkMatrix::I(), in visualizeAlphaMask()
/third_party/flutter/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp624 GrPaint stencilPaint; in internalDrawPath() local
625 stencilPaint.setXPFactory(GrDisableColorXPFactory::Get()); in internalDrawPath()
626 op = DefaultPathOp::Make(context, std::move(stencilPaint), path, srcSpaceTol, in internalDrawPath()