Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_DataMatrixWriter.cpp111 if ((y % symbolInfo->m_matrixHeight) == 0) { in encodeLowLevel()
133 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()
211 return getVerticalDataRegions(e) * m_matrixHeight; in getSymbolDataHeight()
DBC_SymbolInfo.h61 int32_t m_matrixHeight; variable