Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DPathOpsAngleTest.cpp129 int slopBits = 0; in find_slop() local
141 double xSlop = epsilon * slopBits; in find_slop()
153 } while (less1 == less2 && ++slopBits); in find_slop()
154 return slopBits; in find_slop()
/third_party/skia/tests/
DPathOpsAngleTest.cpp128 int slopBits = 0; in find_slop() local
140 double xSlop = epsilon * slopBits; in find_slop()
152 } while (less1 == less2 && ++slopBits); in find_slop()
153 return slopBits; in find_slop()