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

Issue 2263623002: Refactor fx_font part 3 (Closed)

Created:
4 years, 4 months ago by npm
Modified:
4 years, 4 months ago
Reviewers:
Lei Zhang, dsinclair, Wei Li
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Move CFX_FaceCache to its own file Moved ScopedFontTransform from fx_ge_text namespace to fx_font Moved some arrays used by both CFX_Font and CFX_FaceCache from fx_ge_text to inside CFX_Font class Committed: https://pdfium.googlesource.com/pdfium/+/19ecc23e30f0d5368a703d751afd718a0c6434f6

Patch Set 1 #

Total comments: 32

Patch Set 2 : Comments #

Patch Set 3 : Deleting commented code #

Patch Set 4 : Trying to fix bots #

Total comments: 5

Patch Set 5 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+493 lines, -460 lines) Patch
M BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_text.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/apple/fx_apple_platform.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A core/fxge/ge/cfx_facecache.cpp View 1 2 3 4 1 chunk +383 lines, -0 lines 0 comments Download
M core/fxge/ge/cfx_fontcache.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/ge/cfx_renderdevice.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/ge/fx_ge_text.cpp View 1 2 3 4 9 chunks +18 lines, -410 lines 0 comments Download
A core/fxge/include/cfx_facecache.h View 1 1 chunk +64 lines, -0 lines 0 comments Download
M core/fxge/include/cfx_fontcache.h View 1 chunk +2 lines, -0 lines 0 comments Download
M core/fxge/include/fx_font.h View 1 3 chunks +18 lines, -50 lines 0 comments Download
M pdfium.gyp View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (18 generated)
npm
PTAL
4 years, 4 months ago (2016-08-19 17:51:33 UTC) #6
Lei Zhang
https://codereview.chromium.org/2263623002/diff/1/core/fxge/ge/cfx_facecache.cpp File core/fxge/ge/cfx_facecache.cpp (right): https://codereview.chromium.org/2263623002/diff/1/core/fxge/ge/cfx_facecache.cpp#newcode22 core/fxge/ge/cfx_facecache.cpp:22: static void GammaAdjust(uint8_t* pData, No need for static inside ...
4 years, 4 months ago (2016-08-19 18:24:46 UTC) #9
npm
PTAL https://codereview.chromium.org/2263623002/diff/1/core/fxge/ge/cfx_facecache.cpp File core/fxge/ge/cfx_facecache.cpp (right): https://codereview.chromium.org/2263623002/diff/1/core/fxge/ge/cfx_facecache.cpp#newcode22 core/fxge/ge/cfx_facecache.cpp:22: static void GammaAdjust(uint8_t* pData, On 2016/08/19 18:24:46, Lei ...
4 years, 4 months ago (2016-08-19 22:02:33 UTC) #12
Lei Zhang
lgtm https://codereview.chromium.org/2263623002/diff/50001/core/fxge/ge/cfx_facecache.cpp File core/fxge/ge/cfx_facecache.cpp (right): https://codereview.chromium.org/2263623002/diff/50001/core/fxge/ge/cfx_facecache.cpp#newcode102 core/fxge/ge/cfx_facecache.cpp:102: bool bUseCJKSubFont = FALSE; s/FALSE/false/ https://codereview.chromium.org/2263623002/diff/50001/core/fxge/ge/cfx_facecache.cpp#newcode255 core/fxge/ge/cfx_facecache.cpp:255: int ...
4 years, 4 months ago (2016-08-19 22:44:58 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2263623002/70001
4 years, 4 months ago (2016-08-19 23:05:01 UTC) #22
commit-bot: I haz the power
4 years, 4 months ago (2016-08-19 23:18:00 UTC) #24
Message was sent while issue was closed.
Committed patchset #5 (id:70001) as
https://pdfium.googlesource.com/pdfium/+/19ecc23e30f0d5368a703d751afd718a0c64...

Powered by Google App Engine
This is Rietveld 408576698