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

Issue 22330004: Add a map homogenous points to SkMatrix (Closed)

Created:
7 years, 4 months ago by egdaniel
Modified:
7 years, 4 months ago
Reviewers:
bsalomon, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Add a map homogenous points to SkMatrix BUG= R=bsalomon@google.com Committed: https://code.google.com/p/skia/source/detail?r=10659

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Total comments: 6

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -1 line) Patch
M include/core/SkMatrix.h View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
M src/core/SkMatrix.cpp View 1 2 3 4 5 6 2 chunks +37 lines, -1 line 0 comments Download
M tests/MatrixTest.cpp View 1 2 3 4 5 6 2 chunks +136 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
egdaniel
I'm not sure if it is necessary to leave in the Fixed point checks our ...
7 years, 4 months ago (2013-08-07 17:21:32 UTC) #1
egdaniel
Changed function name to say Homogenous
7 years, 4 months ago (2013-08-07 17:52:10 UTC) #2
bsalomon
lgtm with naming suggestion. https://codereview.chromium.org/22330004/diff/6001/src/core/SkMatrix.cpp File src/core/SkMatrix.cpp (right): https://codereview.chromium.org/22330004/diff/6001/src/core/SkMatrix.cpp#newcode1237 src/core/SkMatrix.cpp:1237: SkScalar sz = src[2]; Can ...
7 years, 4 months ago (2013-08-07 17:54:01 UTC) #3
bsalomon
homogenous -> homogenEous
7 years, 4 months ago (2013-08-07 17:54:43 UTC) #4
egdaniel
On 2013/08/07 17:54:43, bsalomon wrote: > homogenous -> homogenEous Agree on the w's. And another ...
7 years, 4 months ago (2013-08-07 18:04:23 UTC) #5
reed1
https://codereview.chromium.org/22330004/diff/13001/include/core/SkMatrix.h File include/core/SkMatrix.h (right): https://codereview.chromium.org/22330004/diff/13001/include/core/SkMatrix.h#newcode434 include/core/SkMatrix.h:434: @param count The number of points in src to ...
7 years, 4 months ago (2013-08-07 18:16:50 UTC) #6
reed1
need unittests
7 years, 4 months ago (2013-08-07 18:17:02 UTC) #7
egdaniel
Added unittests for homogeneous mapping. Please let me know if there are any you think ...
7 years, 4 months ago (2013-08-09 13:37:27 UTC) #8
bsalomon
lgtm, with one nit and one question. https://codereview.chromium.org/22330004/diff/23001/src/core/SkMatrix.cpp File src/core/SkMatrix.cpp (right): https://codereview.chromium.org/22330004/diff/23001/src/core/SkMatrix.cpp#newcode1231 src/core/SkMatrix.cpp:1231: SkASSERT((dst && ...
7 years, 4 months ago (2013-08-09 13:53:25 UTC) #9
egdaniel
https://codereview.chromium.org/22330004/diff/23001/src/core/SkMatrix.cpp File src/core/SkMatrix.cpp (right): https://codereview.chromium.org/22330004/diff/23001/src/core/SkMatrix.cpp#newcode1231 src/core/SkMatrix.cpp:1231: SkASSERT((dst && src && count > 0) || count ...
7 years, 4 months ago (2013-08-09 13:58:24 UTC) #10
bsalomon
https://codereview.chromium.org/22330004/diff/23001/src/core/SkMatrix.cpp File src/core/SkMatrix.cpp (right): https://codereview.chromium.org/22330004/diff/23001/src/core/SkMatrix.cpp#newcode1231 src/core/SkMatrix.cpp:1231: SkASSERT((dst && src && count > 0) || count ...
7 years, 4 months ago (2013-08-09 14:04:58 UTC) #11
egdaniel
7 years, 4 months ago (2013-08-09 15:07:25 UTC) #12
Message was sent while issue was closed.
Committed patchset #7 manually as r10659 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698