HomeSort by relevance Sort by last modified time
    Searched defs:CBC_BarcodeValue (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BarcodeValue.h 9 class CBC_BarcodeValue {
11 CBC_BarcodeValue();
12 virtual ~CBC_BarcodeValue();
BC_PDF417BarcodeValue.cpp 26 CBC_BarcodeValue::CBC_BarcodeValue() {}
27 CBC_BarcodeValue::~CBC_BarcodeValue() {}
28 void CBC_BarcodeValue::setValue(int32_t value) {
41 CFX_Int32Array* CBC_BarcodeValue::getValue() {
55 int32_t CBC_BarcodeValue::getConfidence(int32_t value) {

Completed in 3087 milliseconds