summaryrefslogtreecommitdiff
path: root/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2018-08-21 21:04:26 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-08-21 21:04:26 +0000
commitb10aff29932d434b3e333f6a92d7d6edf574963d (patch)
tree04d715dfe02e9a95038f45450288d4316dac92a8 /fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h
parent3cfe89d632315b6bdae3264cc75fc5ed06d36f45 (diff)
downloadpdfium-b10aff29932d434b3e333f6a92d7d6edf574963d.tar.xz
Remove excessive padding above and below PDF417 barcodes.
Bug: pdfium:1135 Change-Id: Iea16a65a5eebcb914192eb49de17a2c4eda83320 Reviewed-on: https://pdfium-review.googlesource.com/40690 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h')
-rw-r--r--fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h b/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h
index 71ada98872..4f6591ed55 100644
--- a/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h
+++ b/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h
@@ -23,7 +23,7 @@ class CBC_BarcodeMatrix {
int32_t getHeight() const { return m_outHeight; }
void set(int32_t x, int32_t y, uint8_t value);
void setMatrix(int32_t x, int32_t y, bool black);
- void startRow();
+ void nextRow();
std::vector<uint8_t>& getMatrix();
std::vector<uint8_t>& getScaledMatrix(int32_t scale);
std::vector<uint8_t>& getScaledMatrix(int32_t xScale, int32_t yScale);