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

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

Issue 1864153002: Move include/fxcodec to fxcodec/include (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 8 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/include/DEPS ('k') | core/fxcodec/include/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_INCLUDE_FXCODEC_FX_CODEC_H_ 7 #ifndef CORE_FXCODEC_INCLUDE_FX_CODEC_H_
8 #define CORE_INCLUDE_FXCODEC_FX_CODEC_H_ 8 #define CORE_FXCODEC_INCLUDE_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/fxcrt/include/fx_basic.h" 14 #include "core/fxcrt/include/fx_basic.h"
15 #include "core/fxcrt/include/fx_coordinates.h" // For FX_RECT. 15 #include "core/fxcrt/include/fx_coordinates.h" // For FX_RECT.
16 #include "core/include/fxcodec/fx_codec_def.h" 16 #include "core/fxcodec/include/fx_codec_def.h"
17 17
18 class CFX_DIBSource; 18 class CFX_DIBSource;
19 class CJPX_Decoder; 19 class CJPX_Decoder;
20 class CPDF_ColorSpace; 20 class CPDF_ColorSpace;
21 class CPDF_StreamAcc; 21 class CPDF_StreamAcc;
22 class ICodec_BasicModule; 22 class ICodec_BasicModule;
23 class ICodec_FaxModule; 23 class ICodec_FaxModule;
24 class ICodec_FlateModule; 24 class ICodec_FlateModule;
25 class ICodec_IccModule; 25 class ICodec_IccModule;
26 class ICodec_Jbig2Encoder; 26 class ICodec_Jbig2Encoder;
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 uint8_t& B); 550 uint8_t& B);
551 FX_BOOL MD5ComputeID(const void* buf, uint32_t dwSize, uint8_t ID[16]); 551 FX_BOOL MD5ComputeID(const void* buf, uint32_t dwSize, uint8_t ID[16]);
552 void FaxG4Decode(const uint8_t* src_buf, 552 void FaxG4Decode(const uint8_t* src_buf,
553 uint32_t src_size, 553 uint32_t src_size,
554 int* pbitpos, 554 int* pbitpos,
555 uint8_t* dest_buf, 555 uint8_t* dest_buf,
556 int width, 556 int width,
557 int height, 557 int height,
558 int pitch); 558 int pitch);
559 559
560 #endif // CORE_INCLUDE_FXCODEC_FX_CODEC_H_ 560 #endif // CORE_FXCODEC_INCLUDE_FX_CODEC_H_
OLDNEW
« no previous file with comments | « core/fxcodec/include/DEPS ('k') | core/fxcodec/include/fx_codec_def.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698