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

Issue 151033004: Add matrix dictionary to SkMatrixClipStateMgr (Closed)

Created:
6 years, 10 months ago by robertphillips
Modified:
6 years, 10 months ago
Reviewers:
bsalomon, mtklein
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

This CL doesn't radically change the behavior of the matrix\clip stack reducer. It just cleans up the matrix handling a bit. Committed: http://code.google.com/p/skia/source/detail?r=13420

Patch Set 1 #

Total comments: 5

Patch Set 2 : Used reset instead of assignment #

Patch Set 3 : updated to Tot #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -50 lines) Patch
M src/core/SkMatrixClipStateMgr.h View 1 2 10 chunks +86 lines, -25 lines 0 comments Download
M src/core/SkMatrixClipStateMgr.cpp View 1 2 7 chunks +44 lines, -25 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
robertphillips
6 years, 10 months ago (2014-02-12 14:46:12 UTC) #1
bsalomon
lgtm but maybe Mike should take a look? https://codereview.chromium.org/151033004/diff/1/src/core/SkMatrixClipStateMgr.cpp File src/core/SkMatrixClipStateMgr.cpp (right): https://codereview.chromium.org/151033004/diff/1/src/core/SkMatrixClipStateMgr.cpp#newcode128 src/core/SkMatrixClipStateMgr.cpp:128: *fMatrixDict.append() ...
6 years, 10 months ago (2014-02-12 14:52:46 UTC) #2
mtklein
https://codereview.chromium.org/151033004/diff/1/src/core/SkMatrixClipStateMgr.h File src/core/SkMatrixClipStateMgr.h (right): https://codereview.chromium.org/151033004/diff/1/src/core/SkMatrixClipStateMgr.h#newcode385 src/core/SkMatrixClipStateMgr.h:385: SkTDArray<SkMatrix> fMatrixDict; On 2014/02/12 14:52:47, bsalomon wrote: > Should ...
6 years, 10 months ago (2014-02-12 14:54:47 UTC) #3
robertphillips
https://codereview.chromium.org/151033004/diff/1/src/core/SkMatrixClipStateMgr.cpp File src/core/SkMatrixClipStateMgr.cpp (right): https://codereview.chromium.org/151033004/diff/1/src/core/SkMatrixClipStateMgr.cpp#newcode128 src/core/SkMatrixClipStateMgr.cpp:128: *fMatrixDict.append() = SkMatrix::I(); On 2014/02/12 14:52:47, bsalomon wrote: > ...
6 years, 10 months ago (2014-02-12 15:05:39 UTC) #4
robertphillips
The CQ bit was checked by robertphillips@google.com
6 years, 10 months ago (2014-02-12 15:19:53 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/robertphillips@google.com/151033004/90001
6 years, 10 months ago (2014-02-12 15:20:02 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-12 15:20:05 UTC) #7
commit-bot: I haz the power
Failed to apply patch for src/core/SkMatrixClipStateMgr.cpp: While running patch -p0 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-12 15:20:05 UTC) #8
robertphillips
The CQ bit was checked by robertphillips@google.com
6 years, 10 months ago (2014-02-12 15:34:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/robertphillips@google.com/151033004/160001
6 years, 10 months ago (2014-02-12 15:34:42 UTC) #10
commit-bot: I haz the power
6 years, 10 months ago (2014-02-12 15:48:07 UTC) #11
Message was sent while issue was closed.
Change committed as 13420

Powered by Google App Engine
This is Rietveld 408576698