Lines Matching refs:GetAt
162 for (; l < ((CFX_PtrArray*)barcodeMatrix->GetAt(row))->GetSize(); l++) { in toString()
164 (CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt(row)) in toString()
165 ->GetAt(l); in toString()
169 result += barcodeValue->getValue()->GetAt(0); in toString()
171 barcodeValue->getConfidence(barcodeValue->getValue()->GetAt(0)); in toString()
224 int32_t rowHeight = rowHeights->GetAt(i); in adjustBoundingBox()
231 for (int32_t row = 0; missingStartRows > 0 && codewords->GetAt(row) == NULL; in adjustBoundingBox()
237 missingEndRows += maxRowHeight - rowHeights->GetAt(row1); in adjustBoundingBox()
238 if (rowHeights->GetAt(row1) > 0) { in adjustBoundingBox()
243 missingEndRows > 0 && codewords->GetAt(row2) == NULL; row2--) { in adjustBoundingBox()
255 int32_t value = values.GetAt(i); in getMax()
328 ((CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt(0))->GetAt(1)) in adjustCodewordCount()
342 ((CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt(0))->GetAt(1)) in adjustCodewordCount()
344 } else if (numberOfCodewords->GetAt(0) != calculatedNumberOfCodewords) { in adjustCodewordCount()
345 ((CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt(0))->GetAt(1)) in adjustCodewordCount()
357 CFX_PtrArray* temp = (CFX_PtrArray*)barcodeMatrix->GetAt(i); in createDecoderResult()
359 delete (CBC_BarcodeValue*)temp->GetAt(j); in createDecoderResult()
377 ((CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt(row)) in createDecoderResult()
378 ->GetAt(l + 1)) in createDecoderResult()
385 codewords[codewordIndex] = values->GetAt(0); in createDecoderResult()
395 ambiguousIndexValues.SetAt(i, ambiguousIndexValuesList.GetAt(i)); in createDecoderResult()
398 CFX_PtrArray* temp = (CFX_PtrArray*)barcodeMatrix->GetAt(l); in createDecoderResult()
400 delete (CBC_BarcodeValue*)temp->GetAt(j); in createDecoderResult()
428 ((CFX_Int32Array*)ambiguousIndexValues.GetAt(l)) in createDecoderResultFromAmbiguousValues()
429 ->GetAt(ambiguousIndexCount[l]); in createDecoderResultFromAmbiguousValues()
445 ((CFX_Int32Array*)(ambiguousIndexValues.GetAt(i)))->GetSize() - 1) { in createDecoderResultFromAmbiguousValues()
480 .GetAt(i); in createBarcodeMatrix()
487 CBC_Codeword* codeword = (CBC_Codeword*)temp->GetAt(l); in createBarcodeMatrix()
491 ((CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt( in createBarcodeMatrix()
493 ->GetAt(colume)) in createBarcodeMatrix()
543 ->GetAt(i); in getStartColumn()
578 int32_t tmpCount = moduleBitCount->GetAt(i); in detectCodeword()
580 i, moduleBitCount->GetAt(moduleBitCount->GetSize() - 1 - i)); in detectCodeword()
614 moduleBitCount->GetAt(moduleNumber) + 1); in getModuleBitCount()
706 int32_t numberOfCodewords = codewords.GetAt(0); in verifyCodewordCount()
734 result->SetAt(i, result->GetAt(i) + 1); in getBitCountForCodeword()
747 return (moduleBitCount.GetAt(0) - moduleBitCount.GetAt(2) + in getCodewordBucketNumber()
748 moduleBitCount.GetAt(4) - moduleBitCount.GetAt(6) + 9) % in getCodewordBucketNumber()