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

Side by Side Diff: core/fxcodec/codec/ccodec_progressivedecoder.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/fpdfdoc/fpdf_tagged.h ('k') | core/fxcodec/codec/fx_codec_bmp.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 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_FXCODEC_CODEC_CCODEC_PROGRESSIVEDECODER_H_ 7 #ifndef CORE_FXCODEC_CODEC_CCODEC_PROGRESSIVEDECODER_H_
8 #define CORE_FXCODEC_CODEC_CCODEC_PROGRESSIVEDECODER_H_ 8 #define CORE_FXCODEC_CODEC_CCODEC_PROGRESSIVEDECODER_H_
9 9
10 #include <vector> 10 #include <vector>
11 11
12 #include "core/fxcodec/fx_codec_def.h" 12 #include "core/fxcodec/fx_codec_def.h"
13 #include "core/fxcrt/fx_system.h" 13 #include "core/fxcrt/fx_system.h"
14 #include "core/fxge/include/fx_dib.h" 14 #include "core/fxge/fx_dib.h"
15 15
16 class CCodec_BmpModule; 16 class CCodec_BmpModule;
17 class CCodec_GifContext; 17 class CCodec_GifContext;
18 class CCodec_GifModule; 18 class CCodec_GifModule;
19 class CCodec_JpegModule; 19 class CCodec_JpegModule;
20 class CCodec_ModuleMgr; 20 class CCodec_ModuleMgr;
21 class CCodec_PngContext; 21 class CCodec_PngContext;
22 class CCodec_TiffContext; 22 class CCodec_TiffContext;
23 class CFX_DIBAttribute; 23 class CFX_DIBAttribute;
24 class IFX_FileRead; 24 class IFX_FileRead;
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 FXCODEC_STATUS& err_status); 229 FXCODEC_STATUS& err_status);
230 void GifDoubleLineResampleVert(CFX_DIBitmap* pDeviceBitmap, 230 void GifDoubleLineResampleVert(CFX_DIBitmap* pDeviceBitmap,
231 double scale_y, 231 double scale_y,
232 int des_row); 232 int des_row);
233 FX_BOOL BmpReadMoreData(CCodec_BmpModule* pBmpModule, 233 FX_BOOL BmpReadMoreData(CCodec_BmpModule* pBmpModule,
234 FXCODEC_STATUS& err_status); 234 FXCODEC_STATUS& err_status);
235 void ResampleVertBT(CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row); 235 void ResampleVertBT(CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row);
236 }; 236 };
237 237
238 #endif // CORE_FXCODEC_CODEC_CCODEC_PROGRESSIVEDECODER_H_ 238 #endif // CORE_FXCODEC_CODEC_CCODEC_PROGRESSIVEDECODER_H_
OLDNEW
« no previous file with comments | « core/fpdfdoc/fpdf_tagged.h ('k') | core/fxcodec/codec/fx_codec_bmp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698