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

Issue 1057613002: Handle large paths in textblobs (Closed)

Created:
5 years, 8 months ago by joshua.litt
Modified:
5 years, 8 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@bmptextrename
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Handle large paths in textblobs BUG=skia: Committed: https://skia.googlesource.com/skia/+/9a27e639481882b59a8ef123e0b69a9a719f08b9

Patch Set 1 #

Patch Set 2 : tidy #

Patch Set 3 : rebase #

Patch Set 4 : cleanup #

Patch Set 5 : tidy #

Patch Set 6 : added comment #

Total comments: 4

Patch Set 7 : comment tweak #

Patch Set 8 : tidy #

Total comments: 6

Patch Set 9 : cleanup #

Patch Set 10 : cleanup #

Patch Set 11 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -65 lines) Patch
M src/gpu/GrAtlasTextContext.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +42 lines, -17 lines 0 comments Download
M src/gpu/GrAtlasTextContext.cpp View 1 2 3 4 5 6 7 8 9 10 8 chunks +127 lines, -48 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
joshualitt
This change adds support for runs of large paths in SkTextBlobs
5 years, 8 months ago (2015-04-01 18:50:58 UTC) #2
bsalomon
more up Jim's alley... I had some small suggestions. https://codereview.chromium.org/1057613002/diff/100001/src/gpu/GrAtlasTextContext.h File src/gpu/GrAtlasTextContext.h (right): https://codereview.chromium.org/1057613002/diff/100001/src/gpu/GrAtlasTextContext.h#newcode61 src/gpu/GrAtlasTextContext.h:61: ...
5 years, 8 months ago (2015-04-02 15:37:24 UTC) #3
joshualitt
On 2015/04/02 15:37:24, bsalomon wrote: > more up Jim's alley... I had some small suggestions. ...
5 years, 8 months ago (2015-04-02 15:52:18 UTC) #4
joshualitt
https://codereview.chromium.org/1057613002/diff/100001/src/gpu/GrAtlasTextContext.h File src/gpu/GrAtlasTextContext.h (right): https://codereview.chromium.org/1057613002/diff/100001/src/gpu/GrAtlasTextContext.h#newcode61 src/gpu/GrAtlasTextContext.h:61: struct BitmapTextBlob : public SkRefCnt { On 2015/04/02 15:37:24, ...
5 years, 8 months ago (2015-04-02 15:52:32 UTC) #6
bsalomon
On 2015/04/02 15:52:32, joshualitt wrote: > https://codereview.chromium.org/1057613002/diff/100001/src/gpu/GrAtlasTextContext.h > File src/gpu/GrAtlasTextContext.h (right): > > https://codereview.chromium.org/1057613002/diff/100001/src/gpu/GrAtlasTextContext.h#newcode61 > ...
5 years, 8 months ago (2015-04-02 16:06:40 UTC) #7
bsalomon
On 2015/04/02 15:52:32, joshualitt wrote: > https://codereview.chromium.org/1057613002/diff/100001/src/gpu/GrAtlasTextContext.h > File src/gpu/GrAtlasTextContext.h (right): > > https://codereview.chromium.org/1057613002/diff/100001/src/gpu/GrAtlasTextContext.h#newcode61 > ...
5 years, 8 months ago (2015-04-02 16:06:41 UTC) #8
jvanverth1
One thought: Now that you're including a subrun of path positions, it's not clear to ...
5 years, 8 months ago (2015-04-02 19:27:31 UTC) #9
robertphillips
https://codereview.chromium.org/1057613002/diff/140001/src/gpu/GrAtlasTextContext.cpp File src/gpu/GrAtlasTextContext.cpp (right): https://codereview.chromium.org/1057613002/diff/140001/src/gpu/GrAtlasTextContext.cpp#newcode1017 src/gpu/GrAtlasTextContext.cpp:1017: const SkPoint& offset = it.offset(); Do we need this ...
5 years, 8 months ago (2015-04-02 20:24:56 UTC) #10
joshualitt
On 2015/04/02 20:24:56, robertphillips wrote: > https://codereview.chromium.org/1057613002/diff/140001/src/gpu/GrAtlasTextContext.cpp > File src/gpu/GrAtlasTextContext.cpp (right): > > https://codereview.chromium.org/1057613002/diff/140001/src/gpu/GrAtlasTextContext.cpp#newcode1017 > ...
5 years, 8 months ago (2015-04-03 15:37:45 UTC) #11
joshualitt
Anyone have any other comments on this CL?
5 years, 8 months ago (2015-04-06 14:03:10 UTC) #12
jvanverth1
lgtm
5 years, 8 months ago (2015-04-06 17:09:26 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1057613002/200001
5 years, 8 months ago (2015-04-06 17:46:33 UTC) #15
commit-bot: I haz the power
5 years, 8 months ago (2015-04-06 17:53:41 UTC) #16
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://skia.googlesource.com/skia/+/9a27e639481882b59a8ef123e0b69a9a719f08b9

Powered by Google App Engine
This is Rietveld 408576698