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

Side by Side Diff: core/src/fxge/win32/win32_int.h

Issue 1427633010: Fix relative includes within core/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 5 years, 1 month 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/src/fxge/win32/fx_win32_print.cpp ('k') | no next file » | 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 #ifndef CORE_SRC_FXGE_WIN32_WIN32_INT_H_ 7 #ifndef CORE_SRC_FXGE_WIN32_WIN32_INT_H_
7 #define CORE_SRC_FXGE_WIN32_WIN32_INT_H_ 8 #define CORE_SRC_FXGE_WIN32_WIN32_INT_H_
8 9
9 #include "../../../include/fxge/fx_ge.h" 10 #include "core/include/fxge/fx_ge.h"
10 11
11 struct WINDIB_Open_Args_; 12 struct WINDIB_Open_Args_;
12 class CGdiplusExt { 13 class CGdiplusExt {
13 public: 14 public:
14 CGdiplusExt(); 15 CGdiplusExt();
15 ~CGdiplusExt(); 16 ~CGdiplusExt();
16 void Load(); 17 void Load();
17 FX_BOOL IsAvailable() { return m_hModule != NULL; } 18 FX_BOOL IsAvailable() { return m_hModule != NULL; }
18 FX_BOOL StretchBitMask(HDC hDC, 19 FX_BOOL StretchBitMask(HDC hDC,
19 BOOL bMonoDevice, 20 BOOL bMonoDevice,
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 int m_HorzSize, m_VertSize; 360 int m_HorzSize, m_VertSize;
360 CPSOutput* m_pPSOutput; 361 CPSOutput* m_pPSOutput;
361 CFX_PSRenderer m_PSRenderer; 362 CFX_PSRenderer m_PSRenderer;
362 }; 363 };
363 void _Color2Argb(FX_ARGB& argb, 364 void _Color2Argb(FX_ARGB& argb,
364 FX_DWORD color, 365 FX_DWORD color,
365 int alpha_flag, 366 int alpha_flag,
366 void* pIccTransform); 367 void* pIccTransform);
367 368
368 #endif // CORE_SRC_FXGE_WIN32_WIN32_INT_H_ 369 #endif // CORE_SRC_FXGE_WIN32_WIN32_INT_H_
OLDNEW
« no previous file with comments | « core/src/fxge/win32/fx_win32_print.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698