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

Side by Side Diff: core/include/fpdfapi/fpdf_render.h

Issue 1160443004: Fix ALL the include guards. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Full style-guide compliance. Created 5 years, 6 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/include/fpdfapi/fpdf_parser.h ('k') | core/include/fpdfapi/fpdf_resource.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 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 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #ifndef _FPDF_RENDER_ 7 #ifndef CORE_INCLUDE_FPDFAPI_FPDF_RENDER_H_
8 #define _FPDF_RENDER_ 8 #define CORE_INCLUDE_FPDFAPI_FPDF_RENDER_H_
9 #ifndef _FPDF_PAGE_ 9
10 #include "../fxge/fx_ge.h"
10 #include "fpdf_page.h" 11 #include "fpdf_page.h"
11 #endif 12
12 #ifndef _FX_GE_H_
13 #include "../fxge/fx_ge.h"
14 #endif
15 class CPDF_RenderContext; 13 class CPDF_RenderContext;
16 class CPDF_RenderOptions; 14 class CPDF_RenderOptions;
17 class CPDF_ImageCache; 15 class CPDF_ImageCache;
18 class IPDF_OCContext; 16 class IPDF_OCContext;
19 class CPDF_QuickStretcher; 17 class CPDF_QuickStretcher;
20 class CFX_PathData; 18 class CFX_PathData;
21 class CFX_GraphStateData; 19 class CFX_GraphStateData;
22 class CFX_RenderDevice; 20 class CFX_RenderDevice;
23 class CPDF_TextObject; 21 class CPDF_TextObject;
24 class CPDF_PathObject; 22 class CPDF_PathObject;
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 FX_BOOL m_bCurFindCache; 306 FX_BOOL m_bCurFindCache;
309 }; 307 };
310 class CPDF_RenderConfig 308 class CPDF_RenderConfig
311 { 309 {
312 public: 310 public:
313 CPDF_RenderConfig(); 311 CPDF_RenderConfig();
314 ~CPDF_RenderConfig(); 312 ~CPDF_RenderConfig();
315 int m_HalftoneLimit; 313 int m_HalftoneLimit;
316 int m_RenderStepLimit; 314 int m_RenderStepLimit;
317 }; 315 };
318 #endif 316
317 #endif // CORE_INCLUDE_FPDFAPI_FPDF_RENDER_H_
OLDNEW
« no previous file with comments | « core/include/fpdfapi/fpdf_parser.h ('k') | core/include/fpdfapi/fpdf_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698