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

Side by Side Diff: core/fpdfapi/fpdf_render/cpdf_textrenderer.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_TEXTRENDERER_H_ 7 #ifndef CORE_FPDFAPI_FPDF_RENDER_CPDF_TEXTRENDERER_H_
8 #define CORE_FPDFAPI_FPDF_RENDER_CPDF_TEXTRENDERER_H_ 8 #define CORE_FPDFAPI_FPDF_RENDER_CPDF_TEXTRENDERER_H_
9 9
10 #include "core/fxcrt/fx_coordinates.h" 10 #include "core/fxcrt/fx_coordinates.h"
11 #include "core/fxcrt/fx_string.h" 11 #include "core/fxcrt/fx_string.h"
12 #include "core/fxcrt/fx_system.h" 12 #include "core/fxcrt/fx_system.h"
13 #include "core/fxge/include/fx_dib.h" 13 #include "core/fxge/fx_dib.h"
14 14
15 class CFX_RenderDevice; 15 class CFX_RenderDevice;
16 class CFX_GraphStateData; 16 class CFX_GraphStateData;
17 class CFX_PathData; 17 class CFX_PathData;
18 class CPDF_RenderOptions; 18 class CPDF_RenderOptions;
19 class CPDF_Font; 19 class CPDF_Font;
20 20
21 class CPDF_TextRenderer { 21 class CPDF_TextRenderer {
22 public: 22 public:
23 static void DrawTextString(CFX_RenderDevice* pDevice, 23 static void DrawTextString(CFX_RenderDevice* pDevice,
(...skipping 27 matching lines...) Expand all
51 uint32_t* pCharCodes, 51 uint32_t* pCharCodes,
52 FX_FLOAT* pCharPos, 52 FX_FLOAT* pCharPos,
53 CPDF_Font* pFont, 53 CPDF_Font* pFont,
54 FX_FLOAT font_size, 54 FX_FLOAT font_size,
55 const CFX_Matrix* pText2Device, 55 const CFX_Matrix* pText2Device,
56 FX_ARGB fill_argb, 56 FX_ARGB fill_argb,
57 const CPDF_RenderOptions* pOptions); 57 const CPDF_RenderOptions* pOptions);
58 }; 58 };
59 59
60 #endif // CORE_FPDFAPI_FPDF_RENDER_CPDF_TEXTRENDERER_H_ 60 #endif // CORE_FPDFAPI_FPDF_RENDER_CPDF_TEXTRENDERER_H_
OLDNEW
« no previous file with comments | « core/fpdfapi/fpdf_render/cpdf_renderoptions.h ('k') | core/fpdfapi/fpdf_render/cpdf_type3cache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698