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

Issue 135683006: Add fallback code for TextContexts that don't support all features (Closed)

Created:
6 years, 10 months ago by jvanverth1
Modified:
6 years, 10 months ago
Reviewers:
bsalomon, reed1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Add fallback code for TextContexts that don't support all features BUG=skia:2018 NOTRY=true Committed: http://code.google.com/p/skia/source/detail?r=13236

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address Mike's concerns #

Total comments: 1

Patch Set 3 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -13 lines) Patch
M include/gpu/GrBitmapTextContext.h View 1 1 chunk +5 lines, -4 lines 0 comments Download
M include/gpu/GrDistanceFieldTextContext.h View 1 chunk +2 lines, -0 lines 0 comments Download
M include/gpu/GrTextContext.h View 1 3 chunks +6 lines, -1 line 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 1 2 chunks +5 lines, -0 lines 0 comments Download
M src/gpu/GrDistanceFieldTextContext.cpp View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 4 chunks +30 lines, -8 lines 0 comments Download

Messages

Total messages: 30 (0 generated)
jvanverth1
This covers all the cases we talked about except for color fonts, which I'm not ...
6 years, 10 months ago (2014-01-29 17:14:08 UTC) #1
reed1
https://codereview.chromium.org/135683006/diff/1/include/gpu/GrBitmapTextContext.h File include/gpu/GrBitmapTextContext.h (right): https://codereview.chromium.org/135683006/diff/1/include/gpu/GrBitmapTextContext.h#newcode31 include/gpu/GrBitmapTextContext.h:31: return !SkDraw::ShouldDrawTextAsPaths(paint, ctm); If we move this impl into ...
6 years, 10 months ago (2014-01-29 17:18:55 UTC) #2
reed1
somewhat separate from this particular CL -- do we have good tests/gms to exercise distance-field ...
6 years, 10 months ago (2014-01-29 17:19:40 UTC) #3
bsalomon
This is going somewhat meta relative to this particular CL but I'm starting to question ...
6 years, 10 months ago (2014-01-29 18:01:05 UTC) #4
jvanverth1
On 2014/01/29 17:19:40, reed1 wrote: > somewhat separate from this particular CL -- do we ...
6 years, 10 months ago (2014-01-29 18:38:12 UTC) #5
jvanverth1
On 2014/01/29 17:18:55, reed1 wrote: > https://codereview.chromium.org/135683006/diff/1/include/gpu/GrBitmapTextContext.h > File include/gpu/GrBitmapTextContext.h (right): > > https://codereview.chromium.org/135683006/diff/1/include/gpu/GrBitmapTextContext.h#newcode31 > ...
6 years, 10 months ago (2014-01-29 18:40:38 UTC) #6
jvanverth1
On 2014/01/29 18:01:05, bsalomon wrote: > This is going somewhat meta relative to this particular ...
6 years, 10 months ago (2014-01-29 19:02:39 UTC) #7
jvanverth1
https://codereview.chromium.org/135683006/diff/1/include/gpu/GrBitmapTextContext.h File include/gpu/GrBitmapTextContext.h (right): https://codereview.chromium.org/135683006/diff/1/include/gpu/GrBitmapTextContext.h#newcode31 include/gpu/GrBitmapTextContext.h:31: return !SkDraw::ShouldDrawTextAsPaths(paint, ctm); On 2014/01/29 17:18:56, reed1 wrote: > ...
6 years, 10 months ago (2014-01-29 19:25:58 UTC) #8
reed1
thanks. btw -- why are the first two include/gpu files in the review public?
6 years, 10 months ago (2014-01-29 19:37:57 UTC) #9
bsalomon
On 2014/01/29 19:02:39, JimVV wrote: > I don't think there's a need for a meta-text ...
6 years, 10 months ago (2014-01-29 19:38:53 UTC) #10
bsalomon
On 2014/01/29 19:37:57, reed1 wrote: > thanks. > > btw -- why are the first ...
6 years, 10 months ago (2014-01-29 19:39:54 UTC) #11
reed1
On 2014/01/29 19:39:54, bsalomon wrote: > On 2014/01/29 19:37:57, reed1 wrote: > > thanks. > ...
6 years, 10 months ago (2014-01-29 19:40:32 UTC) #12
jvanverth1
On 2014/01/29 19:40:32, reed1 wrote: > On 2014/01/29 19:39:54, bsalomon wrote: > > On 2014/01/29 ...
6 years, 10 months ago (2014-01-29 20:29:18 UTC) #13
jvanverth1
On 2014/01/29 19:40:32, reed1 wrote: > On 2014/01/29 19:39:54, bsalomon wrote: > > On 2014/01/29 ...
6 years, 10 months ago (2014-01-29 20:29:24 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jvanverth@google.com/135683006/40001
6 years, 10 months ago (2014-01-29 20:38:19 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jvanverth@google.com/135683006/40001
6 years, 10 months ago (2014-01-29 23:06:01 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jvanverth@google.com/135683006/40001
6 years, 10 months ago (2014-01-29 23:16:00 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jvanverth@google.com/135683006/40001
6 years, 10 months ago (2014-01-29 23:18:06 UTC) #18
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-01-30 14:40:47 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jvanverth@google.com/135683006/40001
6 years, 10 months ago (2014-01-30 14:41:08 UTC) #20
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-01-30 15:03:16 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jvanverth@google.com/135683006/40001
6 years, 10 months ago (2014-01-30 15:05:59 UTC) #22
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-01-30 15:11:14 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jvanverth@google.com/135683006/40001
6 years, 10 months ago (2014-01-30 15:16:39 UTC) #24
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-01-30 15:19:01 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jvanverth@google.com/135683006/40001
6 years, 10 months ago (2014-01-30 15:21:41 UTC) #26
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-01-30 15:22:06 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jvanverth@google.com/135683006/40001
6 years, 10 months ago (2014-01-30 15:22:44 UTC) #28
commit-bot: I haz the power
Change committed as 13236
6 years, 10 months ago (2014-01-30 15:22:57 UTC) #29
commit-bot: I haz the power
6 years, 10 months ago (2014-01-30 15:23:26 UTC) #30
Message was sent while issue was closed.
CQ bit was unchecked on CL. Ignoring.

Powered by Google App Engine
This is Rietveld 408576698