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

Issue 6506103: Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated classes. (Closed)

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

Description

Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated classes. Committed: https://code.google.com/p/skia/source/detail?r=5537

Patch Set 1 #

Patch Set 2 : Change flag name, add a bit more info to the corresponding comment. #

Patch Set 3 : Increase text bounds padding, and some other cleanup. #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : Cleanup. #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -12 lines) Patch
M include/core/SkPicture.h View 1 2 3 4 1 chunk +19 lines, -1 line 0 comments Download
M src/core/SkBBoxRecord.cpp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/core/SkPicture.cpp View 1 2 2 chunks +12 lines, -1 line 2 comments Download
M src/core/SkPicturePlayback.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M src/core/SkPicturePlayback.cpp View 1 2 3 4 7 chunks +53 lines, -0 lines 3 comments Download
M src/core/SkPictureStateTree.h View 1 2 3 4 2 chunks +6 lines, -1 line 1 comment Download
M src/core/SkPictureStateTree.cpp View 1 2 3 4 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 8
rileya
11 years, 9 months ago (2012-09-12 13:03:20 UTC) #1
reed1
Perhaps a more general name for the flag? - OptimizeForClippedPlayback? - AddBBoxInfo? - ...
11 years, 9 months ago (2012-09-12 14:38:11 UTC) #2
rileya
On 2012/09/12 14:38:11, reed1 wrote: > Perhaps a more general name for the flag? > ...
11 years, 9 months ago (2012-09-12 20:46:42 UTC) #3
rileya
I increased the padding on text bounds (single character draws weren't getting large enough boxes). ...
11 years, 9 months ago (2012-09-13 18:53:58 UTC) #4
bsalomon
LGTM http://codereview.appspot.com/6506103/diff/5003/include/core/SkPicture.h File include/core/SkPicture.h (right): http://codereview.appspot.com/6506103/diff/5003/include/core/SkPicture.h#newcode84 include/core/SkPicture.h:84: after a frame or two (and complex pages ...
11 years, 9 months ago (2012-09-13 21:17:16 UTC) #5
robertphillips
LGTM + nits http://codereview.appspot.com/6506103/diff/7005/src/core/SkPicture.cpp File src/core/SkPicture.cpp (right): http://codereview.appspot.com/6506103/diff/7005/src/core/SkPicture.cpp#newcode191 src/core/SkPicture.cpp:191: SkRTree* tree = SkRTree::Create(6, 11, aspectRatio); ...
11 years, 9 months ago (2012-09-14 11:55:32 UTC) #6
rileya
http://codereview.appspot.com/6506103/diff/7005/src/core/SkPicture.cpp File src/core/SkPicture.cpp (right): http://codereview.appspot.com/6506103/diff/7005/src/core/SkPicture.cpp#newcode191 src/core/SkPicture.cpp:191: SkRTree* tree = SkRTree::Create(6, 11, aspectRatio); On 2012/09/14 11:55:32, ...
11 years, 9 months ago (2012-09-14 13:00:07 UTC) #7
rileya
11 years, 9 months ago (2012-09-14 15:53:25 UTC) #8
Landed fixes for the nits in r5547.
Sign in to reply to this message.

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