Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAATriangulator.cpp195 constexpr double kQuarterPixelSq = 0.25f * 0.25f; in simplifyBoundary() local
205 (distPrev * distPrev <= kQuarterPixelSq || distNext * distNext <= kQuarterPixelSq)) { in simplifyBoundary()
/external/skqp/src/gpu/
DGrTessellator.cpp1717 constexpr double kQuarterPixelSq = 0.25f * 0.25f; in simplify_boundary() local
1719 (distPrev * distPrev <= kQuarterPixelSq || distNext * distNext <= kQuarterPixelSq)) { in simplify_boundary()