Searched refs:serpentine (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicUtilities.h37 bool serpentine(const Cubic& c);
H A DCubicUtilities.cpp87 bool serpentine(const Cubic& c) { function
H A DSimplify.cpp2975 && !leftSegment->serpentine(tIndex, endIndex));
2977 SkDebugf("%s swap=%d serpentine=%d controls_contained_by_ends=%d\n", __FUNCTION__,
2979 leftSegment->serpentine(tIndex, endIndex),
3497 bool serpentine(int tStart, int tEnd) const {
3504 return ::serpentine(dst);
/external/skia/experimental/Intersection/
H A DCubicUtilities.h37 bool serpentine(const Cubic& c);
H A DCubicUtilities.cpp87 bool serpentine(const Cubic& c) { function
H A DSimplify.cpp2975 && !leftSegment->serpentine(tIndex, endIndex));
2977 SkDebugf("%s swap=%d serpentine=%d controls_contained_by_ends=%d\n", __FUNCTION__,
2979 leftSegment->serpentine(tIndex, endIndex),
3497 bool serpentine(int tStart, int tEnd) const {
3504 return ::serpentine(dst);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCubic.h57 bool serpentine() const;
H A DSkOpSegment.h473 bool serpentine(int tStart, int tEnd) const;
H A DSkPathOpsCubic.cpp166 bool SkDCubic::serpentine() const { function in class:SkDCubic
H A DSkOpSegment.cpp3228 SkDebugf("%s swap=%d inflections=%d serpentine=%d controlledbyends=%d monotonic=%d\n",
3231 leftSegment->serpentine(tIndex, endIndex),
3768 *swap = sum > 0 && !cubic.monotonicInY() && !cubic.serpentine();
3788 bool SkOpSegment::serpentine(int tStart, int tEnd) const {
3793 return dst.serpentine();
/external/skia/src/pathops/
H A DSkPathOpsCubic.h57 bool serpentine() const;
H A DSkOpSegment.h471 bool serpentine(int tStart, int tEnd) const;
H A DSkPathOpsCubic.cpp166 bool SkDCubic::serpentine() const { function in class:SkDCubic
H A DSkOpSegment.cpp3144 SkDebugf("%s swap=%d inflections=%d serpentine=%d controlledbyends=%d monotonic=%d\n",
3147 leftSegment->serpentine(tIndex, endIndex),
3683 *swap = sum > 0 && !cubic.monotonicInY() && !cubic.serpentine();
3703 bool SkOpSegment::serpentine(int tStart, int tEnd) const {
3708 return dst.serpentine();

Completed in 9643 milliseconds