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

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

Issue 2377393002: Move core/fxge/include to core/fxge (Closed)
Patch Set: Rebase to master Created 4 years, 2 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
OLDNEW
1 // Copyright 2016 PDFium Authors. All rights reserved. 1 // Copyright 2016 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 CORE_FPDFAPI_FPDF_RENDER_CPDF_RENDEROPTIONS_H_ 7 #ifndef CORE_FPDFAPI_FPDF_RENDER_CPDF_RENDEROPTIONS_H_
8 #define CORE_FPDFAPI_FPDF_RENDER_CPDF_RENDEROPTIONS_H_ 8 #define CORE_FPDFAPI_FPDF_RENDER_CPDF_RENDEROPTIONS_H_
9 9
10 #include "core/fxcrt/fx_system.h" 10 #include "core/fxcrt/fx_system.h"
11 #include "core/fxge/include/fx_dib.h" 11 #include "core/fxge/fx_dib.h"
12 12
13 class CPDF_OCContext; 13 class CPDF_OCContext;
14 14
15 #define RENDER_COLOR_NORMAL 0 15 #define RENDER_COLOR_NORMAL 0
16 #define RENDER_COLOR_GRAY 1 16 #define RENDER_COLOR_GRAY 1
17 #define RENDER_COLOR_TWOCOLOR 2 17 #define RENDER_COLOR_TWOCOLOR 2
18 #define RENDER_COLOR_ALPHA 3 18 #define RENDER_COLOR_ALPHA 3
19 #define RENDER_CLEARTYPE 0x00000001 19 #define RENDER_CLEARTYPE 0x00000001
20 #define RENDER_PRINTGRAPHICTEXT 0x00000002 20 #define RENDER_PRINTGRAPHICTEXT 0x00000002
21 #define RENDER_FORCE_DOWNSAMPLE 0x00000004 21 #define RENDER_FORCE_DOWNSAMPLE 0x00000004
(...skipping 23 matching lines...) Expand all
45 uint32_t m_Flags; 45 uint32_t m_Flags;
46 int m_Interpolation; 46 int m_Interpolation;
47 uint32_t m_AddFlags; 47 uint32_t m_AddFlags;
48 CPDF_OCContext* m_pOCContext; 48 CPDF_OCContext* m_pOCContext;
49 uint32_t m_dwLimitCacheSize; 49 uint32_t m_dwLimitCacheSize;
50 int m_HalftoneLimit; 50 int m_HalftoneLimit;
51 bool m_bDrawAnnots; 51 bool m_bDrawAnnots;
52 }; 52 };
53 53
54 #endif // CORE_FPDFAPI_FPDF_RENDER_CPDF_RENDEROPTIONS_H_ 54 #endif // CORE_FPDFAPI_FPDF_RENDER_CPDF_RENDEROPTIONS_H_
OLDNEW
« no previous file with comments | « core/fpdfapi/fpdf_parser/cpdf_document.cpp ('k') | core/fpdfapi/fpdf_render/cpdf_textrenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698