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

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

Issue 2450393004: Change some ints to bools in JBIG2 code. (Closed)
Patch Set: Created 4 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/fxcodec/jbig2/JBig2_SddProc.h ('k') | no next file » | 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_FXCODEC_JBIG2_JBIG2_TRDPROC_H_ 7 #ifndef CORE_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
8 #define CORE_FXCODEC_JBIG2_JBIG2_TRDPROC_H_ 8 #define CORE_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
9 9
10 #include "core/fxcodec/jbig2/JBig2_Image.h" 10 #include "core/fxcodec/jbig2/JBig2_Image.h"
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 JBig2Corner REFCORNER; 67 JBig2Corner REFCORNER;
68 int8_t SBDSOFFSET; 68 int8_t SBDSOFFSET;
69 CJBig2_HuffmanTable* SBHUFFFS; 69 CJBig2_HuffmanTable* SBHUFFFS;
70 CJBig2_HuffmanTable* SBHUFFDS; 70 CJBig2_HuffmanTable* SBHUFFDS;
71 CJBig2_HuffmanTable* SBHUFFDT; 71 CJBig2_HuffmanTable* SBHUFFDT;
72 CJBig2_HuffmanTable* SBHUFFRDW; 72 CJBig2_HuffmanTable* SBHUFFRDW;
73 CJBig2_HuffmanTable* SBHUFFRDH; 73 CJBig2_HuffmanTable* SBHUFFRDH;
74 CJBig2_HuffmanTable* SBHUFFRDX; 74 CJBig2_HuffmanTable* SBHUFFRDX;
75 CJBig2_HuffmanTable* SBHUFFRDY; 75 CJBig2_HuffmanTable* SBHUFFRDY;
76 CJBig2_HuffmanTable* SBHUFFRSIZE; 76 CJBig2_HuffmanTable* SBHUFFRSIZE;
77 int SBRTEMPLATE; 77 bool SBRTEMPLATE;
78 int8_t SBRAT[4]; 78 int8_t SBRAT[4];
79 }; 79 };
80 80
81 #endif // CORE_FXCODEC_JBIG2_JBIG2_TRDPROC_H_ 81 #endif // CORE_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
OLDNEW
« no previous file with comments | « core/fxcodec/jbig2/JBig2_SddProc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698