Home
last modified time | relevance | path

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

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