Home
last modified time | relevance | path

Searched refs:isInverseFill (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/tessellate/shaders/
DGrPathTessellationShader.h90 static const GrUserStencilSettings* TestAndResetStencilSettings(bool isInverseFill = false) {
113 return isInverseFill ? &kTestAndResetStencilInverted : &kTestAndResetStencil;
/third_party/skia/src/gpu/ops/
DDrawAtlasPathOp.h24 bool transposedInAtlas, GrSurfaceProxyView atlasView, bool isInverseFill) in DrawAtlasPathOp() argument
31 isInverseFill ? AtlasInstancedHelper::ShaderFlags::kCheckBounds | in DrawAtlasPathOp()