Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.cpp102 int32_t newMaxY = (int32_t)bottom->GetY() + missingEndRows; in addMissingRows() local
103 if (newMaxY >= m_image->GetHeight()) { in addMissingRows()
104 newMaxY = m_image->GetHeight() - 1; in addMissingRows()
107 new CBC_ResultPoint((FX_FLOAT)bottom->GetX(), (FX_FLOAT)newMaxY); in addMissingRows()