Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/pdf417/
DBC_PDF417Writer.cpp65 int32_t matrixHeight = barcodeMatrix->getHeight(); in Encode() local
67 if (matrixWidth < matrixHeight) { in Encode()
68 RotateArray(&matrixData, matrixHeight, matrixWidth); in Encode()
69 std::swap(matrixWidth, matrixHeight); in Encode()
72 *pOutHeight = matrixHeight; in Encode()
/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.cpp84 int32_t matrixHeight, in CBC_SymbolInfo() argument
89 matrixHeight, in CBC_SymbolInfo()
97 int32_t matrixHeight, in CBC_SymbolInfo() argument
101 : m_rectangular(matrixWidth != matrixHeight), in CBC_SymbolInfo()
105 m_matrixHeight(matrixHeight), in CBC_SymbolInfo()
DBC_SymbolInfo.h18 int32_t matrixHeight,
40 int32_t matrixHeight() const { return m_matrixHeight; } in matrixHeight() function
46 int32_t matrixHeight,
DBC_DataMatrixWriter.cpp65 if ((y % symbolInfo->matrixHeight()) == 0) { in encodeLowLevel()
87 if (y % symbolInfo->matrixHeight() == symbolInfo->matrixHeight() - 1) { in encodeLowLevel()