Lines Matching refs:imageRow
123 for (int32_t imageRow = boundingBox->getMinY();
124 imageRow <= boundingBox->getMaxY(); imageRow++) {
126 getStartColumn(detectionResult, barcodeColumn, imageRow, leftToRight);
135 startColumn, imageRow, minCodewordWidth, maxCodewordWidth);
137 detectionResultColumn->setCodeword(imageRow, codeword);
304 for (int32_t imageRow = (int32_t)startPoint.GetY();
305 imageRow <= boundingBox->getMaxY() &&
306 imageRow >= boundingBox->getMinY();
307 imageRow += increment) {
310 imageRow, minCodewordWidth, maxCodewordWidth);
312 rowIndicatorColumn->setCodeword(imageRow, codeword);
508 int32_t imageRow,
514 ->getCodeword(imageRow);
520 ->getCodewordNearby(imageRow);
526 ->getCodewordNearby(imageRow);
562 int32_t imageRow,
566 leftToRight, startColumn, imageRow);
568 image, minColumn, maxColumn, leftToRight, startColumn, imageRow);
602 int32_t imageRow) {
612 if (image->Get(imageColumn, imageRow) == previousPixelValue) {
640 int32_t imageRow) {
646 leftToRight == image->Get(correctedStartColumn, imageRow)) {