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

Side by Side Diff: pdfium.gyp

Issue 1923153002: CPDF_Document::LoadPattern() and friends always have a valid matrix. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@clean_doc2
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « core/fpdfapi/fpdf_parser/include/cpdf_document.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'core/fpdfapi/fpdf_page/cpdf_textstate.cpp', 403 'core/fpdfapi/fpdf_page/cpdf_textstate.cpp',
404 'core/fpdfapi/fpdf_page/cpdf_textstate.h', 404 'core/fpdfapi/fpdf_page/cpdf_textstate.h',
405 'core/fpdfapi/fpdf_page/cpdf_textstatedata.cpp', 405 'core/fpdfapi/fpdf_page/cpdf_textstatedata.cpp',
406 'core/fpdfapi/fpdf_page/cpdf_tilingpattern.cpp', 406 'core/fpdfapi/fpdf_page/cpdf_tilingpattern.cpp',
407 'core/fpdfapi/fpdf_page/cpdf_tilingpattern.h', 407 'core/fpdfapi/fpdf_page/cpdf_tilingpattern.h',
408 'core/fpdfapi/fpdf_page/fpdf_page_colors.cpp', 408 'core/fpdfapi/fpdf_page/fpdf_page_colors.cpp',
409 'core/fpdfapi/fpdf_page/fpdf_page_doc.cpp', 409 'core/fpdfapi/fpdf_page/fpdf_page_doc.cpp',
410 'core/fpdfapi/fpdf_page/fpdf_page_func.cpp', 410 'core/fpdfapi/fpdf_page/fpdf_page_func.cpp',
411 'core/fpdfapi/fpdf_page/fpdf_page_parser.cpp', 411 'core/fpdfapi/fpdf_page/fpdf_page_parser.cpp',
412 'core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp', 412 'core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp',
413 'core/fpdfapi/fpdf_page/fpdf_page_pattern.cpp',
414 'core/fpdfapi/fpdf_page/include/cpdf_clippath.h', 413 'core/fpdfapi/fpdf_page/include/cpdf_clippath.h',
415 'core/fpdfapi/fpdf_page/include/cpdf_color.h', 414 'core/fpdfapi/fpdf_page/include/cpdf_color.h',
416 'core/fpdfapi/fpdf_page/include/cpdf_colorspace.h', 415 'core/fpdfapi/fpdf_page/include/cpdf_colorspace.h',
417 'core/fpdfapi/fpdf_page/include/cpdf_form.h', 416 'core/fpdfapi/fpdf_page/include/cpdf_form.h',
418 'core/fpdfapi/fpdf_page/include/cpdf_formobject.h', 417 'core/fpdfapi/fpdf_page/include/cpdf_formobject.h',
419 'core/fpdfapi/fpdf_page/include/cpdf_generalstatedata.h', 418 'core/fpdfapi/fpdf_page/include/cpdf_generalstatedata.h',
420 'core/fpdfapi/fpdf_page/include/cpdf_image.h', 419 'core/fpdfapi/fpdf_page/include/cpdf_image.h',
421 'core/fpdfapi/fpdf_page/include/cpdf_imageobject.h', 420 'core/fpdfapi/fpdf_page/include/cpdf_imageobject.h',
422 'core/fpdfapi/fpdf_page/include/cpdf_page.h', 421 'core/fpdfapi/fpdf_page/include/cpdf_page.h',
423 'core/fpdfapi/fpdf_page/include/cpdf_pageobject.h', 422 'core/fpdfapi/fpdf_page/include/cpdf_pageobject.h',
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1069 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1070 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1074 ], 1073 ],
1075 }, 1074 },
1076 ] 1075 ]
1077 }], 1076 }],
1078 ] 1077 ]
1079 } 1078 }
OLDNEW
« no previous file with comments | « core/fpdfapi/fpdf_parser/include/cpdf_document.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698