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

Side by Side Diff: core/include/fxge/fx_ge.h

Issue 1773733002: Review and cleanup lint warnings. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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 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 CORE_INCLUDE_FXGE_FX_GE_H_ 7 #ifndef CORE_INCLUDE_FXGE_FX_GE_H_
8 #define CORE_INCLUDE_FXGE_FX_GE_H_ 8 #define CORE_INCLUDE_FXGE_FX_GE_H_
9 9
10 #include <string>
Tom Sepez 2016/03/08 19:27:04 ditto
dsinclair 2016/03/08 21:08:01 Done.
11
10 #include "core/include/fxge/fx_dib.h" 12 #include "core/include/fxge/fx_dib.h"
11 #include "core/include/fxge/fx_font.h" 13 #include "core/include/fxge/fx_font.h"
12 14
13 class CFX_Font; 15 class CFX_Font;
14 class CFX_FontMgr; 16 class CFX_FontMgr;
15 class CFX_FontCache; 17 class CFX_FontCache;
16 class CFX_FaceCache; 18 class CFX_FaceCache;
17 class IFX_RenderDeviceDriver; 19 class IFX_RenderDeviceDriver;
18 class CCodec_ModuleMgr; 20 class CCodec_ModuleMgr;
19 21
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 void FindPSFontGlyph(CFX_FaceCache* pFaceCache, 703 void FindPSFontGlyph(CFX_FaceCache* pFaceCache,
702 CFX_Font* pFont, 704 CFX_Font* pFont,
703 const FXTEXT_CHARPOS& charpos, 705 const FXTEXT_CHARPOS& charpos,
704 int& ps_fontnum, 706 int& ps_fontnum,
705 int& ps_glyphindex); 707 int& ps_glyphindex);
706 708
707 void WritePSBinary(const uint8_t* data, int len); 709 void WritePSBinary(const uint8_t* data, int len);
708 }; 710 };
709 711
710 #endif // CORE_INCLUDE_FXGE_FX_GE_H_ 712 #endif // CORE_INCLUDE_FXGE_FX_GE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698