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

Issue 17845003: GPU "fix" for thin stroked rects (Closed)

Created:
7 years, 5 months ago by robertphillips
Modified:
7 years, 5 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

This CL dims the interior "solid" portion of a stroked rect when the stroke width is < 1.0.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed some code review issues #

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

Messages

Total messages: 6 (0 generated)
robertphillips
7 years, 5 months ago (2013-06-26 15:04:42 UTC) #1
bsalomon
https://codereview.chromium.org/17845003/diff/1/src/gpu/GrAARectRenderer.cpp File src/gpu/GrAARectRenderer.cpp (right): https://codereview.chromium.org/17845003/diff/1/src/gpu/GrAARectRenderer.cpp#newcode733 src/gpu/GrAARectRenderer.cpp:733: SkScalar inset = SkMinScalar(SK_Scalar1, devOutside.fRight - devInside.fRight); As in ...
7 years, 5 months ago (2013-06-26 15:47:49 UTC) #2
robertphillips
https://codereview.chromium.org/17845003/diff/1/src/gpu/GrAARectRenderer.cpp File src/gpu/GrAARectRenderer.cpp (right): https://codereview.chromium.org/17845003/diff/1/src/gpu/GrAARectRenderer.cpp#newcode733 src/gpu/GrAARectRenderer.cpp:733: SkScalar inset = SkMinScalar(SK_Scalar1, devOutside.fRight - devInside.fRight); This code ...
7 years, 5 months ago (2013-06-26 17:33:05 UTC) #3
robertphillips
What was the final decision on this?
7 years, 5 months ago (2013-06-26 19:06:40 UTC) #4
bsalomon
On 2013/06/26 19:06:40, robertphillips wrote: > What was the final decision on this? lgtm
7 years, 5 months ago (2013-06-26 19:17:45 UTC) #5
robertphillips
7 years, 5 months ago (2013-06-28 17:57:18 UTC) #6
Message was sent while issue was closed.
committed as r9812

Powered by Google App Engine
This is Rietveld 408576698