Searched refs:matrixHeight (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417Writer.cpp | 65 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/ |
D | BC_SymbolInfo.cpp | 84 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()
|
D | BC_SymbolInfo.h | 18 int32_t matrixHeight, 40 int32_t matrixHeight() const { return m_matrixHeight; } in matrixHeight() function 46 int32_t matrixHeight,
|
D | BC_DataMatrixWriter.cpp | 65 if ((y % symbolInfo->matrixHeight()) == 0) { in encodeLowLevel() 87 if (y % symbolInfo->matrixHeight() == symbolInfo->matrixHeight() - 1) { in encodeLowLevel()
|