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

Issue 2137853002: change mapRectScaleTranslate to pass args/ret by value (Closed)

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

Description

change mapRectScaleTranslate to pass args/ret by value BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2137853002 TBR=mtklein Committed: https://skia.googlesource.com/skia/+/14dce6ed5934d7a6e1fac79f8e76e12f5670aae2

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -17 lines) Patch
M bench/MatrixBench.cpp View 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkMatrix.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkCanvas.cpp View 3 chunks +5 lines, -8 lines 0 comments Download
M src/core/SkMatrix.cpp View 3 chunks +6 lines, -5 lines 2 comments Download
M src/utils/SkDeferredCanvas.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/MatrixTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (8 generated)
reed1
4 years, 5 months ago (2016-07-10 18:21:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2137853002/1
4 years, 5 months ago (2016-07-10 18:22:05 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/14dce6ed5934d7a6e1fac79f8e76e12f5670aae2
4 years, 5 months ago (2016-07-10 18:35:07 UTC) #11
reed1
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/2139523002/ by reed@google.com. ...
4 years, 5 months ago (2016-07-10 18:45:24 UTC) #12
msarett
Hmm that's strange, I don't know. https://codereview.chromium.org/2137853002/diff/1/src/core/SkMatrix.cpp File src/core/SkMatrix.cpp (right): https://codereview.chromium.org/2137853002/diff/1/src/core/SkMatrix.cpp#newcode1118 src/core/SkMatrix.cpp:1118: Sk4f(min[0], min[1], max[0], ...
4 years, 5 months ago (2016-07-11 12:38:13 UTC) #13
reed1
On 2016/07/11 12:38:13, msarett wrote: > Hmm that's strange, I don't know. > > https://codereview.chromium.org/2137853002/diff/1/src/core/SkMatrix.cpp ...
4 years, 5 months ago (2016-07-11 12:50:58 UTC) #14
mtklein
This also looks like a compiler bug to me. I don't see anything unusual in ...
4 years, 5 months ago (2016-07-11 13:17:55 UTC) #15
mtklein
4 years, 5 months ago (2016-07-11 13:32:05 UTC) #16
Message was sent while issue was closed.
https://codereview.chromium.org/2137853002/diff/1/src/core/SkMatrix.cpp
File src/core/SkMatrix.cpp (left):

https://codereview.chromium.org/2137853002/diff/1/src/core/SkMatrix.cpp#oldco...
src/core/SkMatrix.cpp:1116: // We can extract either pair [0,1] or [2,3] from
min and max and be correct, but on
If you do keep this change this comment becomes misleading.

Powered by Google App Engine
This is Rietveld 408576698