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

Issue 2216853004: Refactor fx_ge part 2 (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_ClipRgn and CFX_PathData into their own files. This is the second CL in an attempt to split up the classes in fxge/include/fx_ge.h into their own files. CFX_ClipRgn is moved to core/fxge/ge because it is only used in core/fxge. The header for CFX_PathData is left in core/fxge/include since it is used elsewhere. Committed: https://pdfium.googlesource.com/pdfium/+/660de3c494b68a574cb4cdf20359f51ddc260d3c

Patch Set 1 #

Total comments: 22

Patch Set 2 : Fixing build, comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -856 lines) Patch
M BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_parser.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_path.h View 1 chunk +1 line, -0 lines 0 comments Download
M core/fpdfapi/fpdf_page/pageint.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_image.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp View 1 chunk +1 line, -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/fpdfapi/fpdf_render/render_int.h View 1 chunk +1 line, -0 lines 0 comments Download
M core/fpdfdoc/cpdf_annot.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/agg/fx_agg_driver.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M core/fxge/apple/apple_int.h View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/apple/fx_apple_platform.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/apple/fx_quartz_device.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/dib/fx_dib_composite.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/dib/fx_dib_main.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A core/fxge/ge/cfx_cliprgn.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A core/fxge/ge/cfx_cliprgn.cpp View 1 1 chunk +107 lines, -0 lines 0 comments Download
M core/fxge/ge/cfx_gemodule.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + core/fxge/ge/cfx_pathdata.cpp View 2 chunks +3 lines, -149 lines 0 comments Download
M core/fxge/ge/fx_ge_device.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/ge/fx_ge_path.cpp View 1 1 chunk +0 lines, -628 lines 0 comments Download
M core/fxge/ge/fx_ge_text.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/ifx_renderdevicedriver.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/include/cfx_gemodule.h View 1 chunk +1 line, -1 line 0 comments Download
A core/fxge/include/cfx_pathdata.h View 1 1 chunk +57 lines, -0 lines 0 comments Download
M core/fxge/include/fx_ge.h View 1 chunk +0 lines, -69 lines 0 comments Download
M core/fxge/skia/fx_skia_device.h View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/skia/fx_skia_device.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/skia/fx_skia_device_unittest.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/win32/fx_win32_device.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/win32/fx_win32_dwrite.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/win32/fx_win32_gdipext.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fxge/win32/win32_int.h View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/formfiller/cffl_iformfiller.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/fpdf_transformpage.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/fsdk_baseform.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/fxedit/fxet_edit.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Caret.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_ComboBox.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Edit.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_ScrollBar.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Utils.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M pdfium.gyp View 2 chunks +12 lines, -8 lines 0 comments Download
M xfa/fde/cfde_path.h View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fwl/theme/cfwl_checkboxtp.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxbarcode/BC_TwoDimWriter.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OneDimWriter.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxfa/app/xfa_ffwidget.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxgraphics/cfx_path.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxgraphics/cfx_path_generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxgraphics/cfx_path_generator.cpp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (12 generated)
npm
PTAL
4 years, 4 months ago (2016-08-05 19:13:42 UTC) #3
Lei Zhang
It would be good to do a CQ dry run, especially when it's a cross-platform ...
4 years, 4 months ago (2016-08-06 00:29:42 UTC) #8
dsinclair
https://codereview.chromium.org/2216853004/diff/1/core/fxge/ge/cfx_cliprgn.cpp File core/fxge/ge/cfx_cliprgn.cpp (right): https://codereview.chromium.org/2216853004/diff/1/core/fxge/ge/cfx_cliprgn.cpp#newcode57 core/fxge/ge/cfx_cliprgn.cpp:57: } nit: no {}'s https://codereview.chromium.org/2216853004/diff/1/core/fxge/ge/cfx_cliprgn.cpp#newcode91 core/fxge/ge/cfx_cliprgn.cpp:91: return; ditto https://codereview.chromium.org/2216853004/diff/1/core/fxge/ge/cfx_cliprgn.h ...
4 years, 4 months ago (2016-08-08 13:59:47 UTC) #9
npm
TALP https://codereview.chromium.org/2216853004/diff/1/core/fpdfapi/fpdf_page/pageint.h File core/fpdfapi/fpdf_page/pageint.h (right): https://codereview.chromium.org/2216853004/diff/1/core/fpdfapi/fpdf_page/pageint.h#newcode19 core/fpdfapi/fpdf_page/pageint.h:19: On 2016/08/06 00:29:41, Lei Zhang wrote: > extra ...
4 years, 4 months ago (2016-08-08 14:55:53 UTC) #10
dsinclair
lgtm
4 years, 4 months ago (2016-08-08 15:17:59 UTC) #16
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/2216853004/20001
4 years, 4 months ago (2016-08-08 15:18:04 UTC) #17
commit-bot: I haz the power
4 years, 4 months ago (2016-08-08 15:18:35 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/660de3c494b68a574cb4cdf20359f51ddc26...

Powered by Google App Engine
This is Rietveld 408576698