Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp327 bool isOuterBoundary = e->fType == EdgeType::kOuter && in collapseOverlapRegions() local
339 isOuterBoundary ? ", is outer boundary" : ""); in collapseOverlapRegions()
355 if (!isOuterBoundary) { in collapseOverlapRegions()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp1877 bool isOuterBoundary = e->fType == Edge::Type::kOuter && in collapse_overlap_regions() local
1888 isOuterBoundary ? ", is outer boundary" : ""); in collapse_overlap_regions()
1904 if (!isOuterBoundary) { in collapse_overlap_regions()