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

Issue 1006173005: add SkMatrix::decomposeScale (Closed)

Created:
5 years, 9 months ago by reed1
Modified:
5 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : add unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -28 lines) Patch
M include/core/SkMatrix.h View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M src/core/SkBitmapProcState.cpp View 1 2 3 4 chunks +10 lines, -28 lines 0 comments Download
M src/core/SkMatrix.cpp View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M src/core/SkPictureShader.cpp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M tests/MatrixTest.cpp View 1 2 3 2 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
reed1
will add tests (and replace existing callers) before trying to land
5 years, 9 months ago (2015-03-19 18:05:31 UTC) #2
robertphillips
API looks good to me https://codereview.chromium.org/1006173005/diff/1/src/core/SkMatrix.cpp File src/core/SkMatrix.cpp (right): https://codereview.chromium.org/1006173005/diff/1/src/core/SkMatrix.cpp#newcode1612 src/core/SkMatrix.cpp:1612: const SkScalar sy = ...
5 years, 9 months ago (2015-03-19 18:10:35 UTC) #3
Stephen White
https://codereview.chromium.org/1006173005/diff/20001/src/core/SkMatrix.cpp File src/core/SkMatrix.cpp (right): https://codereview.chromium.org/1006173005/diff/20001/src/core/SkMatrix.cpp#newcode1622 src/core/SkMatrix.cpp:1622: remaining->postScale(SkScalarInvert(sx), SkScalarInvert(sy)); Hmm.. for my uses, I was also ...
5 years, 9 months ago (2015-03-19 18:27:50 UTC) #5
reed1
Yea, having started working on the old call-sites, so far no one has wanted the ...
5 years, 9 months ago (2015-03-19 20:13:39 UTC) #6
reed1
ptal
5 years, 9 months ago (2015-03-19 20:42:42 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1006173005/60001
5 years, 9 months ago (2015-03-19 20:42:52 UTC) #9
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 9 months ago (2015-03-19 20:42:53 UTC) #10
Stephen White
On 2015/03/19 20:42:53, I haz the power (commit-bot) wrote: > Note for Reviewers: > The ...
5 years, 9 months ago (2015-03-19 20:44:40 UTC) #11
Stephen White
On 2015/03/19 20:44:40, Stephen White wrote: > On 2015/03/19 20:42:53, I haz the power (commit-bot) ...
5 years, 9 months ago (2015-03-19 23:08:49 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/adf9990cb56ca389f37f02ac637496083b3c3cfc
5 years, 9 months ago (2015-03-19 23:11:00 UTC) #13
robertphillips
lgtm
5 years, 9 months ago (2015-03-20 13:02:53 UTC) #14
Corentin Wallez
5 years, 9 months ago (2015-03-20 15:08:27 UTC) #15
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1022003003/ by cwallez@chromium.org.

The reason for reverting is: Suspected to break GPU bots for test
WebglConformance.conformance_canvas_drawingbuffer_static_canvas_test as it is
the only relevant commit of the regression range
http://build.chromium.org/p/chromium.webkit/builders/GPU%20Mac%2010.9%20%28In....

Powered by Google App Engine
This is Rietveld 408576698