Hey Tom, Check out the latest version. The index append should be clearer. On 2011/07/01 ...
13 years, 4 months ago
(2011-07-01 22:05:43 UTC)
#3
Hey Tom, Check out the latest version. The index append should be clearer.
On 2011/07/01 20:18:54, TomH wrote:
> LGTM
>
> http://codereview.appspot.com/4648071/diff/6/gpu/src/GrPathRenderer.cpp
> File gpu/src/GrPathRenderer.cpp (right):
>
>
http://codereview.appspot.com/4648071/diff/6/gpu/src/GrPathRenderer.cpp#newco...
> gpu/src/GrPathRenderer.cpp:316: if (kHairLine_PathFill != fFill) {
> It'd be a little clearer if we checked this once outside the loop and stored
it
> in a named variable (since we use it 3 times over, and it isn't obvious why
the
> fill matters as to what indices we create - I get it only because we talked it
> over a day or two ago).
Issue 4648071: Indexed drawing for paths with multiple contours
(Closed)
Created 13 years, 4 months ago by bsalomon
Modified 13 years, 4 months ago
Reviewers: TomH, reed1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 1