Home
last modified time | relevance | path

Searched refs:getBottomLeft (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.h36 CBC_ResultPoint* getBottomLeft();
DBC_PDF417DetectionResultRowIndicatorColumn.cpp58 m_isLeft ? boundingBox->getBottomLeft() : boundingBox->getBottomRight(); in adjustCompleteIndicatorColumnRowNumbers()
134 m_isLeft ? boundingBox->getBottomLeft() : boundingBox->getBottomRight(); in adjustIncompleteIndicatorColumnRowNumbers()
DBC_PDF417BoundingBox.cpp154 CBC_ResultPoint* CBC_BoundingBox::getBottomLeft() { in getBottomLeft() function in CBC_BoundingBox