Iter::next takes a bool (defaults to true for now) if we want to consume degenerates.
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 16 May 2012 17:16:46 +0000 (17:16 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 16 May 2012 17:16:46 +0000 (17:16 +0000)
commit4a3b714d73e585a3985d614600c6b79d5c8b1f1e
tree84c21a9c3bbe64fdac59b466636080d63a1f5a1a
parent292aff6aca8677d5159cc2f7fa2bb933a450f049
Iter::next takes a bool (defaults to true for now) if we want to consume degenerates.
path-filling and stroking pass false, as they already are written to handle
small segments (and it makes next() run 2x faster if you pass false).
Review URL: https://codereview.appspot.com/6214049

git-svn-id: http://skia.googlecode.com/svn/trunk@3974 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkPath.h
src/core/SkEdgeBuilder.cpp
src/core/SkPath.cpp
src/core/SkRegion_path.cpp
src/core/SkScan_Hairline.cpp
src/core/SkStroke.cpp
src/effects/SkCornerPathEffect.cpp
src/utils/SkDumpCanvas.cpp
src/utils/SkParsePath.cpp