OLD | NEW |
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 #include "xfa/src/fxbarcode/barcode.h" | 7 #include "xfa/src/fxbarcode/barcode.h" |
8 #include "xfa/src/fxbarcode/BC_Reader.h" | 8 #include "xfa/src/fxbarcode/BC_Reader.h" |
9 #include "xfa/src/fxbarcode/BC_UtilCodingConvert.h" | 9 #include "xfa/src/fxbarcode/BC_UtilCodingConvert.h" |
10 #include "xfa/src/fxbarcode/BC_BinaryBitmap.h" | 10 #include "xfa/src/fxbarcode/BC_BinaryBitmap.h" |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 CBC_DataMatrixVersion::Finalize(); | 112 CBC_DataMatrixVersion::Finalize(); |
113 CBC_SymbolInfo::Finalize(); | 113 CBC_SymbolInfo::Finalize(); |
114 CBC_ErrorCorrection::Finalize(); | 114 CBC_ErrorCorrection::Finalize(); |
115 CBC_PDF417HighLevelEncoder::Finalize(); | 115 CBC_PDF417HighLevelEncoder::Finalize(); |
116 CBC_DecodedBitStreamPaser::Finalize(); | 116 CBC_DecodedBitStreamPaser::Finalize(); |
117 CBC_PDF417CodewordDecoder::Finalize(); | 117 CBC_PDF417CodewordDecoder::Finalize(); |
118 CBC_PDF417ECErrorCorrection::Finalize(); | 118 CBC_PDF417ECErrorCorrection::Finalize(); |
119 CBC_PDF417ECModulusGF::Finalize(); | 119 CBC_PDF417ECModulusGF::Finalize(); |
120 CBC_PDF417ScanningDecoder::Finalize(); | 120 CBC_PDF417ScanningDecoder::Finalize(); |
121 } | 121 } |
OLD | NEW |