From 4bd0d99c11102514fb43328b67b7674165888619 Mon Sep 17 00:00:00 2001 From: Nicolas Pena Date: Thu, 2 Feb 2017 14:32:21 -0500 Subject: Add CPDF_PageContentGenerator::ProcessPath supporting path construction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See Table 4.9 for path construction operators. Ignoring v, y, because those can be replaced with the more powerful c operator. The code added will be called by public methods that do not exist yet. BUG=pdfium:661 Change-Id: I9a1ad3fd0a601e4e3a292b55f3e5708fe0c9c8fb Reviewed-on: https://pdfium-review.googlesource.com/2495 Commit-Queue: Nicolás Peña Reviewed-by: dsinclair --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index c7266d3a1d..d0946a490d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1734,6 +1734,7 @@ if (pdf_enable_xfa) { test("pdfium_unittests") { sources = [ "core/fdrm/crypto/fx_crypt_unittest.cpp", + "core/fpdfapi/edit/cpdf_pagecontentgenerator_unittest.cpp", "core/fpdfapi/font/fpdf_font_cid_unittest.cpp", "core/fpdfapi/font/fpdf_font_unittest.cpp", "core/fpdfapi/page/cpdf_streamcontentparser_unittest.cpp", -- cgit v1.2.3