Searched refs:closeStart (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicIntersection.cpp | 391 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/ |
D | CubicIntersection.cpp | 391 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/ |
D | SkDCubicIntersection.cpp | 415 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/ |
D | SkDCubicIntersection.cpp | 415 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()
|