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

Issue 1521453002: Move all text stuff to its own folder (Closed)

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

Description

Move all text stuff to its own folder BUG=skia: Committed: https://skia.googlesource.com/skia/+/e804292e805917002cc3d7baa7f967fb20d2c7cb

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -4216 lines) Patch
M gyp/gpu.gypi View 5 chunks +20 lines, -18 lines 0 comments Download
D src/gpu/GrAtlasTextBlob.h View 1 chunk +0 lines, -388 lines 0 comments Download
D src/gpu/GrAtlasTextBlob.cpp View 1 chunk +0 lines, -500 lines 0 comments Download
D src/gpu/GrAtlasTextContext.h View 1 chunk +0 lines, -131 lines 0 comments Download
D src/gpu/GrAtlasTextContext.cpp View 1 chunk +0 lines, -822 lines 0 comments Download
D src/gpu/GrBatchFontCache.h View 1 chunk +0 lines, -228 lines 0 comments Download
D src/gpu/GrBatchFontCache.cpp View 1 chunk +0 lines, -236 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
D src/gpu/GrDistanceFieldAdjustTable.h View 1 chunk +0 lines, -31 lines 0 comments Download
D src/gpu/GrDistanceFieldAdjustTable.cpp View 1 chunk +0 lines, -93 lines 0 comments Download
M src/gpu/GrDrawContext.cpp View 3 chunks +3 lines, -2 lines 0 comments Download
M src/gpu/GrDrawingManager.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
D src/gpu/GrFontScaler.h View 1 chunk +0 lines, -69 lines 0 comments Download
D src/gpu/GrFontScaler.cpp View 1 chunk +0 lines, -207 lines 0 comments Download
D src/gpu/GrStencilAndCoverTextContext.h View 1 chunk +0 lines, -145 lines 0 comments Download
D src/gpu/GrStencilAndCoverTextContext.cpp View 1 chunk +0 lines, -616 lines 0 comments Download
M src/gpu/GrTest.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
D src/gpu/GrTextBlobCache.h View 1 chunk +0 lines, -158 lines 0 comments Download
D src/gpu/GrTextBlobCache.cpp View 1 chunk +0 lines, -58 lines 0 comments Download
D src/gpu/GrTextContext.h View 1 chunk +0 lines, -76 lines 0 comments Download
D src/gpu/GrTextContext.cpp View 1 chunk +0 lines, -176 lines 0 comments Download
D src/gpu/GrTextUtils.h View 1 chunk +0 lines, -70 lines 0 comments Download
D src/gpu/GrTextUtils.cpp View 1 chunk +0 lines, -200 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M src/gpu/batches/GrAtlasTextBatch.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/batches/GrAtlasTextBatch.cpp View 2 chunks +1 line, -1 line 0 comments Download
A + src/gpu/text/GrAtlasTextBlob.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrAtlasTextBlob.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrAtlasTextContext.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrAtlasTextContext.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrBatchFontCache.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrBatchFontCache.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrDistanceFieldAdjustTable.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrDistanceFieldAdjustTable.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrFontScaler.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrFontScaler.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrStencilAndCoverTextContext.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrStencilAndCoverTextContext.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrTextBlobCache.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrTextBlobCache.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrTextContext.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrTextContext.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrTextUtils.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gpu/text/GrTextUtils.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 11 (5 generated)
joshualitt
literally just a move
5 years ago (2015-12-10 21:54:48 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1521453002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1521453002/1
5 years ago (2015-12-10 21:55:31 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-10 22:06:43 UTC) #6
bsalomon
lgtm
5 years ago (2015-12-11 13:57:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1521453002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1521453002/1
5 years ago (2015-12-11 14:10:23 UTC) #9
commit-bot: I haz the power
5 years ago (2015-12-11 14:11:24 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/e804292e805917002cc3d7baa7f967fb20d2c7cb

Powered by Google App Engine
This is Rietveld 408576698