Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp255 static bool equalPoints(const SkDPoint& pt1, const SkDPoint& pt2, double max) { in equalPoints() function
303 if (equalPoints(pt1, best1, maxQuads)) { in bruteMinT()
308 if (equalPoints(pt2, best2, maxQuads)) { in bruteMinT()
360 if (equalPoints(pt1, best1, maxQuads)) { in bruteMinT()
364 if (equalPoints(pt2, best2, maxQuads)) { in bruteMinT()
368 if (equalPoints(pt1, pt2, maxQuads)) { in bruteMinT()

Completed in 4 milliseconds