Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp195 constexpr double kQuarterPixelSq = 0.25f * 0.25f; in simplifyBoundary() local
205 (distPrev * distPrev <= kQuarterPixelSq || distNext * distNext <= kQuarterPixelSq)) { in simplifyBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp1746 constexpr double kQuarterPixelSq = 0.25f * 0.25f; in simplify_boundary() local
1756 (distPrev * distPrev <= kQuarterPixelSq || distNext * distNext <= kQuarterPixelSq)) { in simplify_boundary()