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

Side by Side Diff: xfa/fxgraphics/include/cfx_graphics.h

Issue 2223213002: Refactor fx_ge part 3 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 4 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 XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_ 7 #ifndef XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_
8 #define XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_ 8 #define XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_
9 9
10 #include "core/fxcrt/include/fx_system.h" 10 #include "core/fxcrt/include/fx_system.h"
11 #include "core/fxge/include/cfx_fxgedevice.h"
12 #include "core/fxge/include/cfx_graphstatedata.h"
13 #include "core/fxge/include/cfx_renderdevice.h"
11 #include "core/fxge/include/fx_dib.h" 14 #include "core/fxge/include/fx_dib.h"
12 #include "core/fxge/include/fx_ge.h" 15 #include "core/fxge/include/fx_font.h"
13 #include "xfa/fwl/core/fwl_error.h" 16 #include "xfa/fwl/core/fwl_error.h"
14 17
15 class CFX_Color; 18 class CFX_Color;
16 class CFX_Path; 19 class CFX_Path;
17 class CAGG_Graphics; 20 class CAGG_Graphics;
18 21
19 using FX_DeviceCap = int32_t; 22 using FX_DeviceCap = int32_t;
20 using FX_FillMode = int32_t; 23 using FX_FillMode = int32_t;
21 24
22 enum FX_DashStyle { 25 enum FX_DashStyle {
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 FXTEXT_CHARPOS* charPos, 231 FXTEXT_CHARPOS* charPos,
229 CFX_RectF& rect); 232 CFX_RectF& rect);
230 233
231 CFX_RenderDevice* m_renderDevice; 234 CFX_RenderDevice* m_renderDevice;
232 CFX_ArrayTemplate<TInfo*> m_infoStack; 235 CFX_ArrayTemplate<TInfo*> m_infoStack;
233 CAGG_Graphics* m_aggGraphics; 236 CAGG_Graphics* m_aggGraphics;
234 friend class CAGG_Graphics; 237 friend class CAGG_Graphics;
235 }; 238 };
236 239
237 #endif // XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_ 240 #endif // XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_
OLDNEW
« core/fxge/win32/fx_win32_print.cpp ('K') | « xfa/fxgraphics/cfx_path_generator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698