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

Side by Side Diff: core/fxge/ifx_renderdevicedriver.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
« no previous file with comments | « core/fxge/ge/fx_text_int.h ('k') | core/fxge/ifx_renderdevicedriver.cpp » ('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 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_FXGE_INCLUDE_IFX_RENDERDEVICEDRIVER_H_ 7 #ifndef CORE_FXGE_IFX_RENDERDEVICEDRIVER_H_
8 #define CORE_FXGE_INCLUDE_IFX_RENDERDEVICEDRIVER_H_ 8 #define CORE_FXGE_IFX_RENDERDEVICEDRIVER_H_
9 9
10 #include "core/fxcrt/fx_system.h" 10 #include "core/fxcrt/fx_system.h"
11 11
12 class CFX_DIBitmap; 12 class CFX_DIBitmap;
13 class CFX_DIBSource; 13 class CFX_DIBSource;
14 class CFX_Font; 14 class CFX_Font;
15 class CFX_GraphStateData; 15 class CFX_GraphStateData;
16 class CFX_Matrix; 16 class CFX_Matrix;
17 class CFX_PathData; 17 class CFX_PathData;
18 class CPDF_ShadingPattern; 18 class CPDF_ShadingPattern;
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 int alpha, 98 int alpha,
99 FX_BOOL bAlphaMode); 99 FX_BOOL bAlphaMode);
100 virtual bool SetBitsWithMask(const CFX_DIBSource* pBitmap, 100 virtual bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
101 const CFX_DIBSource* pMask, 101 const CFX_DIBSource* pMask,
102 int left, 102 int left,
103 int top, 103 int top,
104 int bitmap_alpha, 104 int bitmap_alpha,
105 int blend_type); 105 int blend_type);
106 }; 106 };
107 107
108 #endif // CORE_FXGE_INCLUDE_IFX_RENDERDEVICEDRIVER_H_ 108 #endif // CORE_FXGE_IFX_RENDERDEVICEDRIVER_H_
OLDNEW
« no previous file with comments | « core/fxge/ge/fx_text_int.h ('k') | core/fxge/ifx_renderdevicedriver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698