Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrTriangulator.cpp1121 Vertex* nextWrap = next ? next : contour->fHead; in sanitizeContours() local
1129 Line(prev->fPoint, nextWrap->fPoint).dist(v->fPoint) == 0.0) { in sanitizeContours()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp1318 Vertex* nextWrap = next ? next : contour->fHead; in sanitize_contours() local
1325 } else if (Line(prev->fPoint, nextWrap->fPoint).dist(v->fPoint) == 0.0) { in sanitize_contours()