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

Issue 2242603002: Fix bug in cubic derivative coefficient with missing parens (Closed)

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

Description

Fix bug in cubic derivative coefficient with missing parens BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2242603002 Committed: https://skia.googlesource.com/skia/+/db085ab30f58928623447676c46d6bd7a8cc2255

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove extra .0f. Also 2*3 = 6 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M src/utils/SkCurveMeasure.cpp View 1 2 chunks +10 lines, -10 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 11 (5 generated)
Harry Stern
I forgot to send this out last week
4 years, 4 months ago (2016-08-15 20:28:07 UTC) #3
Harry Stern
On 2016/08/15 20:28:07, Harry Stern wrote: > I forgot to send this out last week ...
4 years, 4 months ago (2016-08-16 20:31:15 UTC) #4
reed1
lgtm https://codereview.chromium.org/2242603002/diff/1/src/utils/SkCurveMeasure.cpp File src/utils/SkCurveMeasure.cpp (right): https://codereview.chromium.org/2242603002/diff/1/src/utils/SkCurveMeasure.cpp#newcode133 src/utils/SkCurveMeasure.cpp:133: yCoeff[1] = Sk8f(3.0f*(2.0f*(Ay - 2.0f*By + Cy))); this ...
4 years, 4 months ago (2016-08-16 21:19:35 UTC) #5
Harry Stern
On 2016/08/16 21:19:35, reed1 wrote: > lgtm > > https://codereview.chromium.org/2242603002/diff/1/src/utils/SkCurveMeasure.cpp > File src/utils/SkCurveMeasure.cpp (right): > ...
4 years, 4 months ago (2016-08-16 21:36:45 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/2242603002/20001
4 years, 4 months ago (2016-08-16 21:38:47 UTC) #9
commit-bot: I haz the power
4 years, 4 months ago (2016-08-16 22:10:38 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/db085ab30f58928623447676c46d6bd7a8cc2255

Powered by Google App Engine
This is Rietveld 408576698