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

Unified Diff: xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp

Issue 842043002: Organize barcode codes into modules. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rebase Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp
diff --git a/xfa/src/fxbarcode/src/BC_GlobalHistogramBinarizer.cpp b/xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp
similarity index 93%
rename from xfa/src/fxbarcode/src/BC_GlobalHistogramBinarizer.cpp
rename to xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp
index 78615734d6e4861a41d6b0a98bee0ad6baff66a5..7ef1671d98ca2e5bb4b43c8cdcaf66bb4248919b 100644
--- a/xfa/src/fxbarcode/src/BC_GlobalHistogramBinarizer.cpp
+++ b/xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp
@@ -20,12 +20,12 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_Binarizer.h"
-#include "include/BC_LuminanceSource.h"
-#include "include/BC_CommonBitMatrix.h"
-#include "include/BC_CommonBitArray.h"
-#include "include/BC_GlobalHistogramBinarizer.h"
+#include "../barcode.h"
+#include "../BC_Binarizer.h"
+#include "../BC_LuminanceSource.h"
+#include "BC_CommonBitMatrix.h"
+#include "BC_CommonBitArray.h"
+#include "BC_GlobalHistogramBinarizer.h"
const FX_INT32 LUMINANCE_BITS = 5;
const FX_INT32 LUMINANCE_SHIFT = 8 - LUMINANCE_BITS;
const FX_INT32 LUMINANCE_BUCKETS = 1 << LUMINANCE_BITS;
« no previous file with comments | « xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.h ('k') | xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698