Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.cpp85 int32_t matrixHeight, in CBC_SymbolInfo() argument
90 matrixHeight, in CBC_SymbolInfo()
98 int32_t matrixHeight, in CBC_SymbolInfo() argument
102 : m_rectangular(matrixWidth != matrixHeight), in CBC_SymbolInfo()
106 m_matrixHeight(matrixHeight), in CBC_SymbolInfo()
DBC_SymbolInfo.h18 int32_t matrixHeight,
41 int32_t matrixHeight() const { return m_matrixHeight; } in matrixHeight() function
47 int32_t matrixHeight,
DBC_DataMatrixWriter.cpp66 if ((y % symbolInfo->matrixHeight()) == 0) { in encodeLowLevel()
88 if (y % symbolInfo->matrixHeight() == symbolInfo->matrixHeight() - 1) { in encodeLowLevel()