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

Side by Side Diff: core/fxcodec/fx_codec.h

Issue 2381063002: Move core/fxcodec/codec/include and core/fxcodec/include files up (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/fxcodec/codec/include/ccodec_progressivedecoder.h ('k') | core/fxcodec/fx_codec_def.h » ('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_INCLUDE_FX_CODEC_H_ 7 #ifndef CORE_FXCODEC_FX_CODEC_H_
8 #define CORE_FXCODEC_INCLUDE_FX_CODEC_H_ 8 #define CORE_FXCODEC_FX_CODEC_H_
9 9
10 #include <map> 10 #include <map>
11 #include <memory> 11 #include <memory>
12 #include <vector> 12 #include <vector>
13 13
14 #include "core/fxcodec/codec/ccodec_basicmodule.h" 14 #include "core/fxcodec/codec/ccodec_basicmodule.h"
15 #include "core/fxcodec/codec/ccodec_faxmodule.h" 15 #include "core/fxcodec/codec/ccodec_faxmodule.h"
16 #include "core/fxcodec/codec/ccodec_flatemodule.h" 16 #include "core/fxcodec/codec/ccodec_flatemodule.h"
17 #include "core/fxcodec/codec/ccodec_iccmodule.h" 17 #include "core/fxcodec/codec/ccodec_iccmodule.h"
18 #include "core/fxcodec/codec/ccodec_jbig2module.h" 18 #include "core/fxcodec/codec/ccodec_jbig2module.h"
19 #include "core/fxcodec/codec/ccodec_jpegmodule.h" 19 #include "core/fxcodec/codec/ccodec_jpegmodule.h"
20 #include "core/fxcodec/codec/ccodec_jpxmodule.h" 20 #include "core/fxcodec/codec/ccodec_jpxmodule.h"
21 #include "core/fxcodec/codec/ccodec_scanlinedecoder.h" 21 #include "core/fxcodec/codec/ccodec_scanlinedecoder.h"
22 #include "core/fxcodec/include/fx_codec_def.h" 22 #include "core/fxcodec/fx_codec_def.h"
23 #include "core/fxcrt/include/fx_basic.h" 23 #include "core/fxcrt/include/fx_basic.h"
24 #include "core/fxcrt/include/fx_coordinates.h" 24 #include "core/fxcrt/include/fx_coordinates.h"
25 25
26 class CFX_DIBSource; 26 class CFX_DIBSource;
27 class CJPX_Decoder; 27 class CJPX_Decoder;
28 class CPDF_ColorSpace; 28 class CPDF_ColorSpace;
29 class CPDF_StreamAcc; 29 class CPDF_StreamAcc;
30 30
31 #ifdef PDF_ENABLE_XFA 31 #ifdef PDF_ENABLE_XFA
32 #include "core/fxcodec/codec/ccodec_bmpmodule.h" 32 #include "core/fxcodec/codec/ccodec_bmpmodule.h"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 uint8_t& B); 119 uint8_t& B);
120 FX_BOOL MD5ComputeID(const void* buf, uint32_t dwSize, uint8_t ID[16]); 120 FX_BOOL MD5ComputeID(const void* buf, uint32_t dwSize, uint8_t ID[16]);
121 void FaxG4Decode(const uint8_t* src_buf, 121 void FaxG4Decode(const uint8_t* src_buf,
122 uint32_t src_size, 122 uint32_t src_size,
123 int* pbitpos, 123 int* pbitpos,
124 uint8_t* dest_buf, 124 uint8_t* dest_buf,
125 int width, 125 int width,
126 int height, 126 int height,
127 int pitch); 127 int pitch);
128 128
129 #endif // CORE_FXCODEC_INCLUDE_FX_CODEC_H_ 129 #endif // CORE_FXCODEC_FX_CODEC_H_
OLDNEW
« no previous file with comments | « core/fxcodec/codec/include/ccodec_progressivedecoder.h ('k') | core/fxcodec/fx_codec_def.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698