Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicIntersection.cpp391 static bool closeStart(const Cubic& cubic, int cubicIndex, Intersections& i, _Point& pt) { in closeStart() function
430 if (closeStart(c1, 0, i, pt[0]) && closeStart(c2, 1, i, pt[1]) in intersect3()
/external/skia/experimental/Intersection/
DCubicIntersection.cpp391 static bool closeStart(const Cubic& cubic, int cubicIndex, Intersections& i, _Point& pt) { in closeStart() function
430 if (closeStart(c1, 0, i, pt[0]) && closeStart(c2, 1, i, pt[1]) in intersect3()
/external/skia/src/pathops/
DSkDCubicIntersection.cpp415 static bool closeStart(const SkDCubic& cubic, int cubicIndex, SkIntersections& i, SkDPoint& pt) { in closeStart() function
619 if (closeStart(c1, 0, *this, pt[0]) && closeStart(c2, 1, *this, pt[1]) in intersect()
/external/chromium_org/third_party/skia/src/pathops/
DSkDCubicIntersection.cpp415 static bool closeStart(const SkDCubic& cubic, int cubicIndex, SkIntersections& i, SkDPoint& pt) { in closeStart() function
619 if (closeStart(c1, 0, *this, pt[0]) && closeStart(c2, 1, *this, pt[1]) in intersect()