Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.cpp146 return m_maxY; in getMaxY()
204 m_maxY = (int32_t)(m_bottomLeft->GetY() > m_bottomRight->GetY() in calculateMinMaxValues()
DBC_PDF417BoundingBox.h48 int32_t m_maxY; variable