Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(177)

Issue 6945063: Add RRect GM (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by robertphillips
Modified:
11 years, 5 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Test out rendering and clipping with some of the complex RRects allowable by CSS

Patch Set 1 #

Patch Set 2 : Now pass addRoundRect through SkRRect class #

Total comments: 6

Patch Set 3 : Addressed code review issues #

Patch Set 4 : Fixed typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -25 lines) Patch
A gm/rrects.cpp View 1 1 chunk +150 lines, -0 lines 0 comments Download
M gyp/gmslides.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkPath.h View 1 2 3 1 chunk +8 lines, -2 lines 0 comments Download
M src/core/SkPath.cpp View 1 2 3 chunks +28 lines, -23 lines 0 comments Download

Messages

Total messages: 8
robertphillips
11 years, 5 months ago (2012-12-15 20:37:09 UTC) #1
reed1
suggestions: path::addRoundRect(r, radii, dir) { SkRRect rr; rr.setRectRadii(r, radii); this->addRRect(rr, dir); } path::addRRect(rr, dir) { ...
11 years, 5 months ago (2012-12-17 15:34:56 UTC) #2
robertphillips
PTAL
11 years, 5 months ago (2012-12-17 18:27:25 UTC) #3
robertphillips
This CL does alter one case in the new inset/outset GM which was hitting the ...
11 years, 5 months ago (2012-12-17 18:32:00 UTC) #4
reed1
lgtm w/ questions about comments (and assert code compiling) https://codereview.appspot.com/6945063/diff/4001/include/core/SkPath.h File include/core/SkPath.h (right): https://codereview.appspot.com/6945063/diff/4001/include/core/SkPath.h#newcode654 include/core/SkPath.h:654: ...
11 years, 5 months ago (2012-12-17 18:37:33 UTC) #5
robertphillips
https://codereview.appspot.com/6945063/diff/4001/include/core/SkPath.h File include/core/SkPath.h (right): https://codereview.appspot.com/6945063/diff/4001/include/core/SkPath.h#newcode654 include/core/SkPath.h:654: * kUnknown_Direction. On 2012/12/17 18:37:33, reed1 wrote: > "error ...
11 years, 5 months ago (2012-12-17 18:46:01 UTC) #6
reed1
lgtm (I am running a local version against drt)
11 years, 5 months ago (2012-12-17 18:53:05 UTC) #7
robertphillips
11 years, 5 months ago (2012-12-17 21:48:39 UTC) #8
Message was sent while issue was closed.
committed as r6866
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b