Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkPathOpsQuad.cpp35 static bool matchesEnd(const SkDPoint fPts[3], const SkDPoint& test) { in matchesEnd() function
73 if (linear && !matchesEnd(fPts, q2.fPts[0]) && !matchesEnd(fPts, q2.fPts[2])) { in hullIntersects()
/third_party/skia/src/pathops/
DSkPathOpsQuad.cpp35 static bool matchesEnd(const SkDPoint fPts[3], const SkDPoint& test) { in matchesEnd() function
73 if (linear && !matchesEnd(fPts, q2.fPts[0]) && !matchesEnd(fPts, q2.fPts[2])) { in hullIntersects()