Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCClipProcessor.cpp36 uint32_t key = (fIsCoverageCount) ? (uint32_t)GrFillRuleForSkPath(clipPath) : 0; in onGetGLSLProcessorKey()
82 auto fillRule = GrFillRuleForSkPath(proc.fClipPath->deviceSpacePath()); in emitCode()
DGrCCClipPath.cpp72 fAccessRect, fDeviceSpacePath, fPathDevIBounds, GrFillRuleForSkPath(fDeviceSpacePath), in renderPathInAtlas()
DGrCoverageCountingPathRenderer.cpp202 key = (key << 1) | (uint32_t)GrFillRuleForSkPath(deviceSpacePath); in makeClipProcessor()
DGrCCDrawPathsOp.cpp339 ? GrFillRuleForSkPath(path) in setupResources()
DGrCCPerFlushResources.cpp418 fillRule = GrFillRuleForSkPath(path); in renderShapeInAtlas()
/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
/third_party/flutter/skia/include/private/
DGrTypesPriv.h253 inline GrFillRule GrFillRuleForSkPath(const SkPath& path) { in GrFillRuleForSkPath() function