Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsAngleIdeas.cpp253 static bool equalPoints(const SkDPoint& pt1, const SkDPoint& pt2, double max) { in equalPoints() function
301 if (equalPoints(pt1, best1, maxQuads)) { in bruteMinT()
306 if (equalPoints(pt2, best2, maxQuads)) { in bruteMinT()
358 if (equalPoints(pt1, best1, maxQuads)) { in bruteMinT()
362 if (equalPoints(pt2, best2, maxQuads)) { in bruteMinT()
366 if (equalPoints(pt1, pt2, maxQuads)) { in bruteMinT()