Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.h41 int32_t matrixHeight() const { return m_matrixHeight; } in matrixHeight()
60 const int32_t m_matrixHeight; variable
DBC_SymbolInfo.cpp106 m_matrixHeight(matrixHeight), in CBC_SymbolInfo()
169 return getVerticalDataRegions() * m_matrixHeight; in getSymbolDataHeight()