Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Issue 105083003: Move segment mask from SkPath to SkPathRef (Closed)

Created:
7 years ago by robertphillips
Modified:
7 years ago
Reviewers:
bsalomon, caryclark, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

The old omnibus CL (https://codereview.chromium.org/25787002/) has gotten too far out of date. This calves off just the "fSegmentMask" portion.

Patch Set 1 #

Patch Set 2 : fixed comment #

Total comments: 2

Patch Set 3 : Moved growForLines to growForRepeatedVerb #

Total comments: 2

Patch Set 4 : removed growForConic* #

Patch Set 5 : Added const #

Total comments: 3

Patch Set 6 : switched growForRepeatedVerb to return conic weight pointer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+283 lines, -127 lines) Patch
M include/core/SkPath.h View 1 2 3 5 chunks +9 lines, -8 lines 0 comments Download
M include/core/SkPathRef.h View 1 2 3 4 5 10 chunks +33 lines, -34 lines 0 comments Download
M src/core/SkPath.cpp View 1 2 3 15 chunks +24 lines, -73 lines 0 comments Download
M src/core/SkPathRef.cpp View 1 2 3 4 5 13 chunks +144 lines, -12 lines 0 comments Download
M tests/PathTest.cpp View 1 2 3 4 5 2 chunks +73 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
robertphillips
7 years ago (2013-12-09 13:09:55 UTC) #1
bsalomon
https://codereview.chromium.org/105083003/diff/20001/include/core/SkPathRef.h File include/core/SkPathRef.h (right): https://codereview.chromium.org/105083003/diff/20001/include/core/SkPathRef.h#newcode77 include/core/SkPathRef.h:77: SkPoint* growForLines(int numLines) { return fPathRef->growForLines(numLines); } This feels ...
7 years ago (2013-12-09 16:16:04 UTC) #2
robertphillips
PTAL https://codereview.chromium.org/105083003/diff/20001/include/core/SkPathRef.h File include/core/SkPathRef.h (right): https://codereview.chromium.org/105083003/diff/20001/include/core/SkPathRef.h#newcode77 include/core/SkPathRef.h:77: SkPoint* growForLines(int numLines) { return fPathRef->growForLines(numLines); } On ...
7 years ago (2013-12-09 19:01:51 UTC) #3
bsalomon
https://codereview.chromium.org/105083003/diff/40001/include/core/SkPathRef.h File include/core/SkPathRef.h (right): https://codereview.chromium.org/105083003/diff/40001/include/core/SkPathRef.h#newcode78 include/core/SkPathRef.h:78: SkPoint* growForRepeatedVerb(int /*SkPath::Verb*/ verb, int numVbs) { One more ...
7 years ago (2013-12-09 20:51:21 UTC) #4
robertphillips
PTAL https://codereview.chromium.org/105083003/diff/40001/include/core/SkPathRef.h File include/core/SkPathRef.h (right): https://codereview.chromium.org/105083003/diff/40001/include/core/SkPathRef.h#newcode78 include/core/SkPathRef.h:78: SkPoint* growForRepeatedVerb(int /*SkPath::Verb*/ verb, int numVbs) { On ...
7 years ago (2013-12-10 15:30:51 UTC) #5
bsalomon
https://codereview.chromium.org/105083003/diff/80001/src/core/SkPathRef.cpp File src/core/SkPathRef.cpp (right): https://codereview.chromium.org/105083003/diff/80001/src/core/SkPathRef.cpp#newcode292 src/core/SkPathRef.cpp:292: SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, It seems a little odd ...
7 years ago (2013-12-10 20:10:11 UTC) #6
robertphillips
PTAL https://codereview.chromium.org/105083003/diff/80001/src/core/SkPathRef.cpp File src/core/SkPathRef.cpp (right): https://codereview.chromium.org/105083003/diff/80001/src/core/SkPathRef.cpp#newcode292 src/core/SkPathRef.cpp:292: SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, Was just matching push ...
7 years ago (2013-12-12 13:59:52 UTC) #7
bsalomon
https://codereview.chromium.org/105083003/diff/80001/src/core/SkPathRef.cpp File src/core/SkPathRef.cpp (right): https://codereview.chromium.org/105083003/diff/80001/src/core/SkPathRef.cpp#newcode292 src/core/SkPathRef.cpp:292: SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, On 2013/12/12 13:59:53, robertphillips wrote: ...
7 years ago (2013-12-12 17:57:09 UTC) #8
robertphillips
7 years ago (2013-12-12 23:04:28 UTC) #9
Message was sent while issue was closed.
committed as r12660

Powered by Google App Engine
This is Rietveld 408576698