Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DPathInnerTriangulateOp.cpp263 GrPathTessellationShader::StencilPathSettings(GrFillRuleForSkPath(fPath)); in prePreparePrograms()
276 GrPathTessellationShader::StencilPathSettings(GrFillRuleForSkPath(fPath)); in prePreparePrograms()
DAtlasRenderTask.cpp54 if (GrFillRuleForSkPath(path) == GrFillRule::kNonzero) { in addPath()
DAtlasPathRenderer.cpp166 fFillRule = (uint32_t)GrFillRuleForSkPath(path); // Fill rule doesn't affect the path's genID. in set()
/third_party/skia/include/private/
DGrTypesPriv.h218 inline GrFillRule GrFillRuleForSkPath(const SkPath& path) { in GrFillRuleForSkPath() function