Searched refs:matrixWidth (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417Writer.cpp | 64 int32_t matrixWidth = barcodeMatrix->getWidth(); in Encode() local 67 if (matrixWidth < matrixHeight) { in Encode() 68 RotateArray(&matrixData, matrixHeight, matrixWidth); in Encode() 69 std::swap(matrixWidth, matrixHeight); in Encode() 71 *pOutWidth = matrixWidth; in Encode()
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_SymbolInfo.cpp | 83 int32_t matrixWidth, in CBC_SymbolInfo() argument 88 matrixWidth, in CBC_SymbolInfo() 96 int32_t matrixWidth, in CBC_SymbolInfo() argument 101 : m_rectangular(matrixWidth != matrixHeight), in CBC_SymbolInfo() 104 m_matrixWidth(matrixWidth), in CBC_SymbolInfo()
|
D | BC_SymbolInfo.h | 17 int32_t matrixWidth, 39 int32_t matrixWidth() const { return m_matrixWidth; } in matrixWidth() function 45 int32_t matrixWidth,
|
D | BC_DataMatrixWriter.cpp | 75 if (x % symbolInfo->matrixWidth() == 0) { in encodeLowLevel() 81 if (x % symbolInfo->matrixWidth() == symbolInfo->matrixWidth() - 1) { in encodeLowLevel()
|