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

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

Issue 1825953002: Move core/include/fxcrt to core/fxcrt/include. (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
« no previous file with comments | « core/include/fpdfapi/fpdf_resource.h ('k') | core/include/fxcrt/fx_arb.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_INCLUDE_FXCODEC_FX_CODEC_H_
8 #define CORE_INCLUDE_FXCODEC_FX_CODEC_H_ 8 #define CORE_INCLUDE_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/fxcrt/include/fx_basic.h"
15 #include "core/fxcrt/include/fx_coordinates.h" // For FX_RECT.
14 #include "core/include/fxcodec/fx_codec_def.h" 16 #include "core/include/fxcodec/fx_codec_def.h"
15 #include "core/include/fxcrt/fx_basic.h"
16 #include "core/include/fxcrt/fx_coordinates.h" // For FX_RECT.
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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 FX_BOOL MD5ComputeID(const void* buf, FX_DWORD dwSize, uint8_t ID[16]); 549 FX_BOOL MD5ComputeID(const void* buf, FX_DWORD dwSize, uint8_t ID[16]);
550 void FaxG4Decode(const uint8_t* src_buf, 550 void FaxG4Decode(const uint8_t* src_buf,
551 FX_DWORD src_size, 551 FX_DWORD src_size,
552 int* pbitpos, 552 int* pbitpos,
553 uint8_t* dest_buf, 553 uint8_t* dest_buf,
554 int width, 554 int width,
555 int height, 555 int height,
556 int pitch); 556 int pitch);
557 557
558 #endif // CORE_INCLUDE_FXCODEC_FX_CODEC_H_ 558 #endif // CORE_INCLUDE_FXCODEC_FX_CODEC_H_
OLDNEW
« no previous file with comments | « core/include/fpdfapi/fpdf_resource.h ('k') | core/include/fxcrt/fx_arb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698