Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp192 double distNext = prevEdge->dist(next->fPoint); in simplifyBoundary() local
205 (distPrev * distPrev <= kQuarterPixelSq || distNext * distNext <= kQuarterPixelSq)) { in simplifyBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp1743 double distNext = prevEdge->dist(next->fPoint); in simplify_boundary() local
1756 (distPrev * distPrev <= kQuarterPixelSq || distNext * distNext <= kQuarterPixelSq)) { in simplify_boundary()