Home
last modified time | relevance | path

Searched defs:CBC_ResultPoint (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDetectorResult.h10 class CBC_ResultPoint; variable
DBC_QRAlignmentPattern.h10 class CBC_ResultPoint; variable
DBC_QRFinderPattern.h9 class CBC_ResultPoint; variable
DBC_QRFinderPatternFinder.h11 class CBC_ResultPoint; variable
DBC_QRDetector.h9 class CBC_ResultPoint; variable
DBC_QRCodeReader.h12 class CBC_ResultPoint; variable
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417Reader.h10 class CBC_ResultPoint; variable
DBC_PDF417BoundingBox.h10 class CBC_ResultPoint; variable
DBC_PDF417ScanningDecoder.h14 class CBC_ResultPoint; variable
/external/pdfium/xfa/src/fxbarcode/
DBC_ResultPoint.h9 class CBC_ResultPoint; variable
DBC_ResultPoint.cpp25 CBC_ResultPoint::CBC_ResultPoint(FX_FLOAT x, FX_FLOAT y) : m_x(x), m_y(y) {} in CBC_ResultPoint() function in CBC_ResultPoint
/external/pdfium/xfa/src/fxbarcode/common/
DBC_WhiteRectangleDetector.h10 class CBC_ResultPoint; variable
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixDetector.h11 class CBC_ResultPoint; variable
DBC_DataMatrixDetector.cpp306 CFX_MapPtrTemplate<CBC_ResultPoint*, int32_t>& table, in Increment()