Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixWriter.cpp104 if ((y % symbolInfo->m_matrixHeight) == 0) { in encodeLowLevel()
126 if ((y % symbolInfo->m_matrixHeight) == symbolInfo->m_matrixHeight - 1) { in encodeLowLevel()
DBC_SymbolInfo.cpp93 m_matrixHeight = matrixHeight; in CBC_SymbolInfo()
110 m_matrixHeight = matrixHeight; in CBC_SymbolInfo()
212 return getVerticalDataRegions(e) * m_matrixHeight; in getSymbolDataHeight()
238 sb += m_matrixHeight; in toString()
DBC_SymbolInfo.h58 int32_t m_matrixHeight; variable