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

Issue 1424173005: Replace glyph find and position with common code for the gpu bitmap case. (Closed)

Created:
5 years, 1 month ago by herb_g
Modified:
5 years, 1 month ago
Reviewers:
joshualitt, mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Replace glyph find and position with common code for the gpu bitmap case. BUG=skia: Committed: https://skia.googlesource.com/skia/+/9be5ff6f9871ef22740094e7c25dd67329a73d20

Patch Set 1 #

Patch Set 2 : formatting #

Patch Set 3 : remove unused code #

Total comments: 2

Patch Set 4 : special case rolled into general #

Patch Set 5 : keep blitter choose alive #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -194 lines) Patch
M src/core/SkDraw.cpp View 1 2 3 4 2 chunks +12 lines, -17 lines 0 comments Download
M src/core/SkFindAndPlaceGlyph.h View 1 2 3 5 chunks +26 lines, -48 lines 0 comments Download
M src/gpu/GrAtlasTextContext.cpp View 1 2 3 2 chunks +11 lines, -129 lines 0 comments Download

Messages

Total messages: 23 (7 generated)
herb_g
5 years, 1 month ago (2015-11-09 22:21:13 UTC) #3
mtklein
https://codereview.chromium.org/1424173005/diff/40001/src/gpu/GrAtlasTextContext.cpp File src/gpu/GrAtlasTextContext.cpp (right): https://codereview.chromium.org/1424173005/diff/40001/src/gpu/GrAtlasTextContext.cpp#newcode937 src/gpu/GrAtlasTextContext.cpp:937: if (!SkFindAndPlaceGlyph::SpecializedProcessPosText( Now I'm thinking we should probably move ...
5 years, 1 month ago (2015-11-09 22:24:45 UTC) #4
herb_g
https://codereview.chromium.org/1424173005/diff/40001/src/gpu/GrAtlasTextContext.cpp File src/gpu/GrAtlasTextContext.cpp (right): https://codereview.chromium.org/1424173005/diff/40001/src/gpu/GrAtlasTextContext.cpp#newcode937 src/gpu/GrAtlasTextContext.cpp:937: if (!SkFindAndPlaceGlyph::SpecializedProcessPosText( On 2015/11/09 22:24:45, mtklein wrote: > Now ...
5 years, 1 month ago (2015-11-09 22:38:01 UTC) #5
mtklein
On 2015/11/09 at 22:38:01, herb wrote: > https://codereview.chromium.org/1424173005/diff/40001/src/gpu/GrAtlasTextContext.cpp > File src/gpu/GrAtlasTextContext.cpp (right): > > https://codereview.chromium.org/1424173005/diff/40001/src/gpu/GrAtlasTextContext.cpp#newcode937 ...
5 years, 1 month ago (2015-11-10 00:23:54 UTC) #6
herb_g
special case rolled into general
5 years, 1 month ago (2015-11-10 15:48:36 UTC) #7
herb_g
After thinking about it, I don't care about the special case as much as I ...
5 years, 1 month ago (2015-11-10 15:50:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424173005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424173005/60001
5 years, 1 month ago (2015-11-10 16:49:15 UTC) #10
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 1 month ago (2015-11-10 16:49:16 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/4079)
5 years, 1 month ago (2015-11-10 16:50:26 UTC) #13
herb_g
keep blitter choose alive
5 years, 1 month ago (2015-11-10 17:14:18 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424173005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424173005/80001
5 years, 1 month ago (2015-11-10 17:14:47 UTC) #16
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Please ask for an LGTM from a full ...
5 years, 1 month ago (2015-11-10 22:49:07 UTC) #18
mtklein
lgtm Is there a good default GPU trybot?
5 years, 1 month ago (2015-11-11 17:42:25 UTC) #19
mtklein
On 2015/11/11 at 17:42:25, mtklein wrote: > lgtm > > Is there a good default ...
5 years, 1 month ago (2015-11-11 18:36:58 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424173005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424173005/80001
5 years, 1 month ago (2015-11-11 19:18:08 UTC) #22
commit-bot: I haz the power
5 years, 1 month ago (2015-11-11 19:30:18 UTC) #23
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/9be5ff6f9871ef22740094e7c25dd67329a73d20

Powered by Google App Engine
This is Rietveld 408576698