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

Side by Side Diff: core/src/fxcodec/jbig2/JBig2_TrdProc.h

Issue 1427633010: Fix relative includes within core/ (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/src/fxcodec/jbig2/JBig2_SymbolDict.cpp ('k') | core/src/fxcrt/extension.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 2015 PDFium Authors. All rights reserved. 1 // Copyright 2015 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_SRC_FXCODEC_JBIG2_JBIG2_TRDPROC_H_ 7 #ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
8 #define CORE_SRC_FXCODEC_JBIG2_JBIG2_TRDPROC_H_ 8 #define CORE_SRC_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
9 9
10 #include "../../../include/fxcrt/fx_system.h"
11
12 #include "JBig2_Image.h" 10 #include "JBig2_Image.h"
11 #include "core/include/fxcrt/fx_system.h"
13 12
14 class CJBig2_ArithDecoder; 13 class CJBig2_ArithDecoder;
15 class CJBig2_ArithIaidDecoder; 14 class CJBig2_ArithIaidDecoder;
16 class CJBig2_ArithIntDecoder; 15 class CJBig2_ArithIntDecoder;
17 class CJBig2_BitStream; 16 class CJBig2_BitStream;
18 class CJBig2_HuffmanTable; 17 class CJBig2_HuffmanTable;
19 struct JBig2ArithCtx; 18 struct JBig2ArithCtx;
20 struct JBig2HuffmanCode; 19 struct JBig2HuffmanCode;
21 20
22 struct JBig2IntDecoderState { 21 struct JBig2IntDecoderState {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 CJBig2_HuffmanTable* SBHUFFRDW; 73 CJBig2_HuffmanTable* SBHUFFRDW;
75 CJBig2_HuffmanTable* SBHUFFRDH; 74 CJBig2_HuffmanTable* SBHUFFRDH;
76 CJBig2_HuffmanTable* SBHUFFRDX; 75 CJBig2_HuffmanTable* SBHUFFRDX;
77 CJBig2_HuffmanTable* SBHUFFRDY; 76 CJBig2_HuffmanTable* SBHUFFRDY;
78 CJBig2_HuffmanTable* SBHUFFRSIZE; 77 CJBig2_HuffmanTable* SBHUFFRSIZE;
79 FX_BOOL SBRTEMPLATE; 78 FX_BOOL SBRTEMPLATE;
80 int8_t SBRAT[4]; 79 int8_t SBRAT[4];
81 }; 80 };
82 81
83 #endif // CORE_SRC_FXCODEC_JBIG2_JBIG2_TRDPROC_H_ 82 #endif // CORE_SRC_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
OLDNEW
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp ('k') | core/src/fxcrt/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698