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

Issue 1513363002: Remove CFX_AffineMatrix/CPDF_Matrix (Closed)

Created:
5 years ago by Tom Sepez
Modified:
5 years ago
Reviewers:
Lei Zhang
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Remove CFX_AffineMatrix/CPDF_Matrix These are synonyms for CFX_Matrix. Nothing but sed and manual deletion of 2 #defines in fpdf_parser.h and fx_coordinates.h R=thestig@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/f32c969bce6743fca1e7ff796b54a1692d26d7f0

Patch Set 1 #

Total comments: 7

Patch Set 2 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+707 lines, -739 lines) Patch
M core/include/fpdfapi/fpdf_module.h View 1 1 chunk +1 line, -1 line 0 comments Download
M core/include/fpdfapi/fpdf_objects.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/include/fpdfapi/fpdf_page.h View 5 chunks +6 lines, -6 lines 0 comments Download
M core/include/fpdfapi/fpdf_pageobj.h View 11 chunks +17 lines, -19 lines 0 comments Download
M core/include/fpdfapi/fpdf_parser.h View 1 3 chunks +2 lines, -3 lines 0 comments Download
M core/include/fpdfapi/fpdf_render.h View 7 chunks +11 lines, -11 lines 0 comments Download
M core/include/fpdfapi/fpdf_resource.h View 6 chunks +10 lines, -10 lines 0 comments Download
M core/include/fpdfdoc/fpdf_doc.h View 6 chunks +8 lines, -8 lines 0 comments Download
M core/include/fpdftext/fpdf_text.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fxcrt/fx_coordinates.h View 1 chunk +0 lines, -1 line 0 comments Download
M core/include/fxge/fx_dib.h View 4 chunks +6 lines, -6 lines 0 comments Download
M core/include/fxge/fx_font.h View 2 chunks +4 lines, -4 lines 0 comments Download
M core/include/fxge/fx_ge.h View 12 chunks +22 lines, -22 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page.cpp View 11 chunks +14 lines, -14 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_graph_state.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_image.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_parser.cpp View 7 chunks +8 lines, -9 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_path.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_pattern.cpp View 6 chunks +6 lines, -6 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/pageint.h View 5 chunks +5 lines, -5 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_objects.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render.cpp View 27 chunks +43 lines, -51 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_image.cpp View 8 chunks +8 lines, -8 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_pattern.cpp View 22 chunks +25 lines, -25 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp View 17 chunks +28 lines, -30 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/render_int.h View 18 chunks +44 lines, -48 lines 0 comments Download
M core/src/fpdfdoc/doc_annot.cpp View 6 chunks +6 lines, -6 lines 0 comments Download
M core/src/fpdfdoc/doc_ap.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M core/src/fpdfdoc/doc_formcontrol.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M core/src/fpdfdoc/doc_utils.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fpdftext/fpdf_text.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fpdftext/fpdf_text_int.cpp View 15 chunks +18 lines, -18 lines 0 comments Download
M core/src/fpdftext/fpdf_text_search.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fpdftext/text_int.h View 4 chunks +7 lines, -7 lines 0 comments Download
M core/src/fxge/agg/include/fx_agg_driver.h View 5 chunks +7 lines, -7 lines 0 comments Download
M core/src/fxge/agg/src/fx_agg_driver.cpp View 9 chunks +19 lines, -21 lines 0 comments Download
M core/src/fxge/apple/apple_int.h View 6 chunks +9 lines, -9 lines 0 comments Download
M core/src/fxge/apple/fx_apple_platform.cpp View 4 chunks +12 lines, -13 lines 0 comments Download
M core/src/fxge/apple/fx_quartz_device.cpp View 9 chunks +26 lines, -29 lines 0 comments Download
M core/src/fxge/dib/dib_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/dib/fx_dib_main.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/dib/fx_dib_transform.cpp View 5 chunks +8 lines, -9 lines 0 comments Download
M core/src/fxge/ge/fx_ge_device.cpp View 7 chunks +10 lines, -11 lines 0 comments Download
M core/src/fxge/ge/fx_ge_path.cpp View 4 chunks +4 lines, -5 lines 0 comments Download
M core/src/fxge/ge/fx_ge_ps.cpp View 8 chunks +13 lines, -13 lines 0 comments Download
M core/src/fxge/ge/fx_ge_text.cpp View 9 chunks +16 lines, -17 lines 0 comments Download
M core/src/fxge/skia/fx_skia_device.h View 3 chunks +8 lines, -8 lines 0 comments Download
M core/src/fxge/skia/fx_skia_device.cpp View 8 chunks +21 lines, -22 lines 0 comments Download
M core/src/fxge/win32/dwrite_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/win32/fx_win32_device.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M core/src/fxge/win32/fx_win32_dwrite.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/win32/fx_win32_gdipext.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/fxge/win32/fx_win32_print.cpp View 7 chunks +12 lines, -13 lines 0 comments Download
M core/src/fxge/win32/win32_int.h View 7 chunks +11 lines, -11 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_FormFiller.h View 4 chunks +6 lines, -6 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_IFormFiller.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/formfiller/FFL_PushButton.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fsdk_annothandler.h View 4 chunks +6 lines, -6 lines 0 comments Download
M fpdfsdk/include/fsdk_baseannot.h View 4 chunks +6 lines, -6 lines 0 comments Download
M fpdfsdk/include/fsdk_baseform.h View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/include/fsdk_mgr.h View 3 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/include/fxedit/fx_edit.h View 3 chunks +4 lines, -4 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Caret.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ComboBox.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Edit.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Icon.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_IconList.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Label.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ListBox.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ListCtrl.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Note.h View 5 chunks +5 lines, -5 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ScrollBar.h View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Signature.h View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Utils.h View 4 chunks +9 lines, -9 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Wnd.h View 5 chunks +9 lines, -9 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_FormFiller.cpp View 10 chunks +20 lines, -20 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_IFormFiller.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/formfiller/FFL_PushButton.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/fpdf_flatten.cpp View 1 5 chunks +8 lines, -8 lines 0 comments Download
M fpdfsdk/src/fpdf_transformpage.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M fpdfsdk/src/fpdfeditpage.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M fpdfsdk/src/fpdfformfill.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/fpdfview.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M fpdfsdk/src/fsdk_annothandler.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/src/fsdk_baseannot.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M fpdfsdk/src/fsdk_baseform.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M fpdfsdk/src/fsdk_mgr.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_pageobjs.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Caret.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ComboBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Edit.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_EditCtrl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Icon.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_IconList.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Label.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ListBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ListCtrl.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Note.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ScrollBar.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Signature.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Utils.cpp View 9 chunks +9 lines, -9 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Wnd.cpp View 13 chunks +18 lines, -18 lines 0 comments Download
M third_party/agg23/agg_rasterizer_scanline_aa.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (3 generated)
Tom Sepez
Lei, for review. I spend a few seconds wondering about why I didn't get a ...
5 years ago (2015-12-10 20:54:53 UTC) #2
Lei Zhang
lgtm https://codereview.chromium.org/1513363002/diff/1/core/include/fpdfapi/fpdf_module.h File core/include/fpdfapi/fpdf_module.h (right): https://codereview.chromium.org/1513363002/diff/1/core/include/fpdfapi/fpdf_module.h#newcode15 core/include/fpdfapi/fpdf_module.h:15: class CFX_Matrix; Alphabetical order https://codereview.chromium.org/1513363002/diff/1/core/include/fpdfapi/fpdf_parser.h File core/include/fpdfapi/fpdf_parser.h (right): ...
5 years ago (2015-12-10 22:34:02 UTC) #4
Tom Sepez
https://codereview.chromium.org/1513363002/diff/1/core/include/fpdfapi/fpdf_module.h File core/include/fpdfapi/fpdf_module.h (right): https://codereview.chromium.org/1513363002/diff/1/core/include/fpdfapi/fpdf_module.h#newcode15 core/include/fpdfapi/fpdf_module.h:15: class CFX_Matrix; On 2015/12/10 22:34:02, Lei Zhang wrote: > ...
5 years ago (2015-12-10 22:48:41 UTC) #5
Tom Sepez
5 years ago (2015-12-10 22:49:34 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
f32c969bce6743fca1e7ff796b54a1692d26d7f0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698