Home
last modified time | relevance | path

Searched refs:otherCodeword (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417DetectionResult.cpp312 CBC_Codeword* otherCodeword = (CBC_Codeword*)otherCodewords.GetAt(i); in adjustRowNumbers() local
313 if (adjustRowNumber(codeword, otherCodeword)) { in adjustRowNumbers()
319 CBC_Codeword* otherCodeword) { in adjustRowNumber() argument
320 if (otherCodeword == NULL) { in adjustRowNumber()
323 if (otherCodeword->hasValidRowNumber() && in adjustRowNumber()
324 otherCodeword->getBucket() == codeword->getBucket()) { in adjustRowNumber()
325 codeword->setRowNumber(otherCodeword->getRowNumber()); in adjustRowNumber()
DBC_PDF417DetectionResult.h53 CBC_Codeword* otherCodeword);
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...