Home
last modified time | relevance | path

Searched refs:CBC_BarcodeValue (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BarcodeValue.cpp26 CBC_BarcodeValue::CBC_BarcodeValue() {} in CBC_BarcodeValue() function in CBC_BarcodeValue
27 CBC_BarcodeValue::~CBC_BarcodeValue() {} in ~CBC_BarcodeValue()
28 void CBC_BarcodeValue::setValue(int32_t value) { in setValue()
41 CFX_Int32Array* CBC_BarcodeValue::getValue() { in getValue()
55 int32_t CBC_BarcodeValue::getConfidence(int32_t value) { in getConfidence()
DBC_PDF417BarcodeValue.h9 class CBC_BarcodeValue {
11 CBC_BarcodeValue();
12 virtual ~CBC_BarcodeValue();
DBC_PDF417ScanningDecoder.cpp163 CBC_BarcodeValue* barcodeValue = in toString()
164 (CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt(row)) in toString()
328 ((CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt(0))->GetAt(1)) in adjustCodewordCount()
342 ((CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt(0))->GetAt(1)) in adjustCodewordCount()
345 ((CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt(0))->GetAt(1)) in adjustCodewordCount()
359 delete (CBC_BarcodeValue*)temp->GetAt(j); in createDecoderResult()
377 ((CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt(row)) in createDecoderResult()
400 delete (CBC_BarcodeValue*)temp->GetAt(j); in createDecoderResult()
471 temp->SetAt(colume, new CBC_BarcodeValue()); in createBarcodeMatrix()
491 ((CBC_BarcodeValue*)((CFX_PtrArray*)barcodeMatrix->GetAt( in createBarcodeMatrix()
DBC_PDF417DetectionResultRowIndicatorColumn.cpp170 CBC_BarcodeValue barcodeColumnCount; in getBarcodeMetadata()
171 CBC_BarcodeValue barcodeRowCountUpperPart; in getBarcodeMetadata()
172 CBC_BarcodeValue barcodeRowCountLowerPart; in getBarcodeMetadata()
173 CBC_BarcodeValue barcodeECLevel; in getBarcodeMetadata()
DBC_PDF417ScanningDecoder.h16 class CBC_BarcodeValue; variable