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

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

Issue 1425153006: Fix all relative includes to third_party. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 5 years, 1 month 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/fpdfdoc/fpdf_doc.h ('k') | core/include/fxcodec/fx_codec_flate.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 <vector> 10 #include <vector>
11 11
12 #include "../../../third_party/base/nonstd_unique_ptr.h"
13 #include "../fxcrt/fx_basic.h" 12 #include "../fxcrt/fx_basic.h"
14 #include "fx_codec_def.h" 13 #include "fx_codec_def.h"
14 #include "third_party/base/nonstd_unique_ptr.h"
15 15
16 class CFX_DIBSource; 16 class CFX_DIBSource;
17 class CJPX_Decoder; 17 class CJPX_Decoder;
18 class CPDF_PrivateData; 18 class CPDF_PrivateData;
19 class CPDF_StreamAcc; 19 class CPDF_StreamAcc;
20 class ICodec_ScanlineDecoder; 20 class ICodec_ScanlineDecoder;
21 class ICodec_BasicModule; 21 class ICodec_BasicModule;
22 class ICodec_FaxModule; 22 class ICodec_FaxModule;
23 class ICodec_JpegModule; 23 class ICodec_JpegModule;
24 class ICodec_JpxModule; 24 class ICodec_JpxModule;
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 335
336 void FaxG4Decode(const uint8_t* src_buf, 336 void FaxG4Decode(const uint8_t* src_buf,
337 FX_DWORD src_size, 337 FX_DWORD src_size,
338 int* pbitpos, 338 int* pbitpos,
339 uint8_t* dest_buf, 339 uint8_t* dest_buf,
340 int width, 340 int width,
341 int height, 341 int height,
342 int pitch); 342 int pitch);
343 343
344 #endif // CORE_INCLUDE_FXCODEC_FX_CODEC_H_ 344 #endif // CORE_INCLUDE_FXCODEC_FX_CODEC_H_
OLDNEW
« no previous file with comments | « core/include/fpdfdoc/fpdf_doc.h ('k') | core/include/fxcodec/fx_codec_flate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698