Searched refs:find_slop (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 126 static int find_slop(double x, double y, double rx, double ry) { in find_slop() function 181 SkDebugf("%s xy %d=%d\n", __FUNCTION__, index, find_slop(x, y, rx, ry)); in DEF_TEST() 182 SkDebugf("%s rxy %d=%d\n", __FUNCTION__, index, find_slop(rx, ry, x, y)); in DEF_TEST()
|