Home
last modified time | relevance | path

Searched refs:m_maxX (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.cpp140 return m_maxX; in getMaxX()
198 m_maxX = (int32_t)(m_topRight->GetX() > m_bottomRight->GetX() in calculateMinMaxValues()
DBC_PDF417BoundingBox.h46 int32_t m_maxX; variable