Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/pdf417/
DBC_PDF417.cpp393 m_maxRows(90), in CBC_PDF417()
452 m_maxRows = maxRows; in setDimensions()
551 if (rows > m_maxRows) { in determineDimensions()
DBC_PDF417.h64 int32_t m_maxRows; variable