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

  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417DetectionResultColumn.h 11 class CBC_DetectionResultColumn {
13 CBC_DetectionResultColumn(CBC_BoundingBox* boundingBox);
14 virtual ~CBC_DetectionResultColumn();
BC_PDF417DetectionResultColumn.cpp 27 int32_t CBC_DetectionResultColumn::MAX_NEARBY_DISTANCE = 5;
28 CBC_DetectionResultColumn::CBC_DetectionResultColumn(
34 CBC_DetectionResultColumn::~CBC_DetectionResultColumn() {
41 CBC_Codeword* CBC_DetectionResultColumn::getCodewordNearby(int32_t imageRow) {
64 int32_t CBC_DetectionResultColumn::imageRowToCodewordIndex(int32_t imageRow) {
67 int32_t CBC_DetectionResultColumn::codewordIndexToImageRow(
71 void CBC_DetectionResultColumn::setCodeword(int32_t imageRow,
75 CBC_Codeword* CBC_DetectionResultColumn::getCodeword(int32_t imageRow) {
    [all...]

Completed in 1062 milliseconds