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

Unified Diff: xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.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
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp
diff --git a/xfa/src/fxbarcode/src/BC_PDF417BoundingBox.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp
similarity index 95%
rename from xfa/src/fxbarcode/src/BC_PDF417BoundingBox.cpp
rename to xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp
index be3f3277e3ecbabf7868b835f7823bd80e8bbf61..55f4cb4510fbfbdf90aaca1d347c097be8ba7b8a 100644
--- a/xfa/src/fxbarcode/src/BC_PDF417BoundingBox.cpp
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp
@@ -20,10 +20,10 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_ResultPoint.h"
-#include "include/BC_CommonBitMatrix.h"
-#include "include/BC_PDF417BoundingBox.h"
+#include "../barcode.h"
+#include "../BC_ResultPoint.h"
+#include "../common/BC_CommonBitMatrix.h"
+#include "BC_PDF417BoundingBox.h"
CBC_BoundingBox::CBC_BoundingBox(CBC_CommonBitMatrix* image, CBC_ResultPoint* topLeft, CBC_ResultPoint* bottomLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomRight, FX_INT32 &e)
{
if ((topLeft == NULL && topRight == NULL) ||
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698