Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1352)

Issue 6214049: Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by reed1
Modified:
12 years, 1 month ago
Reviewers:
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

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). Committed: https://code.google.com/p/skia/source/detail?r=3974

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -13 lines) Patch
M include/core/SkPath.h View 2 chunks +9 lines, -1 line 0 comments Download
M src/core/SkEdgeBuilder.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkPath.cpp View 1 3 chunks +3 lines, -4 lines 0 comments Download
M src/core/SkRegion_path.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkScan_Hairline.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkStroke.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkCornerPathEffect.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/utils/SkDumpCanvas.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/utils/SkParsePath.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b