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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicUtilities.h24 bool controls_contained_by_ends(const Cubic& c);
H A DCubicUtilities.cpp49 bool controls_contained_by_ends(const Cubic& c) { function
88 if (!controls_contained_by_ends(c)) {
H A DSimplify.cpp2977 SkDebugf("%s swap=%d serpentine=%d controls_contained_by_ends=%d\n", __FUNCTION__,
2980 leftSegment->controls_contained_by_ends(tIndex, endIndex),
3452 bool controls_contained_by_ends(int tStart, int tEnd) const {
3459 return ::controls_contained_by_ends(dst);
/external/skia/experimental/Intersection/
H A DCubicUtilities.h24 bool controls_contained_by_ends(const Cubic& c);
H A DCubicUtilities.cpp49 bool controls_contained_by_ends(const Cubic& c) { function
88 if (!controls_contained_by_ends(c)) {
H A DSimplify.cpp2977 SkDebugf("%s swap=%d serpentine=%d controls_contained_by_ends=%d\n", __FUNCTION__,
2980 leftSegment->controls_contained_by_ends(tIndex, endIndex),
3452 bool controls_contained_by_ends(int tStart, int tEnd) const {
3459 return ::controls_contained_by_ends(dst);

Completed in 138 milliseconds