Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicIntersection.cpp314 static bool intersectEnd(const Cubic& cubic1, bool start, const Cubic& cubic2, const _Rect& bounds2, in intersectEnd() function
414 result |= intersectEnd(c1, false, c2, c2Bounds, i); in intersect3()
415 result |= intersectEnd(c1, true, c2, c2Bounds, i); in intersect3()
419 result |= intersectEnd(c2, false, c1, c1Bounds, i); in intersect3()
420 result |= intersectEnd(c2, true, c1, c1Bounds, i); in intersect3()
/external/skia/experimental/Intersection/
DCubicIntersection.cpp314 static bool intersectEnd(const Cubic& cubic1, bool start, const Cubic& cubic2, const _Rect& bounds2, in intersectEnd() function
414 result |= intersectEnd(c1, false, c2, c2Bounds, i); in intersect3()
415 result |= intersectEnd(c1, true, c2, c2Bounds, i); in intersect3()
419 result |= intersectEnd(c2, false, c1, c1Bounds, i); in intersect3()
420 result |= intersectEnd(c2, true, c1, c1Bounds, i); in intersect3()