Searched defs:matrixHeight (Results 1 – 5 of 5) sorted by relevance
70 public final int matrixHeight; field in SymbolInfo85 int matrixWidth, int matrixHeight, int dataRegions) { in SymbolInfo()91 int matrixWidth, int matrixHeight, int dataRegions, in SymbolInfo()
67 int32_t matrixHeight = barcodeMatrix->getHeight(); in Encode() local
118 int matrixHeight = (bottom - top + 1) / moduleSize; in extractPureBits() local
187 int matrixHeight = matrix.getHeight(); in convertByteMatrixToBitMatrix() local
149 int matrixHeight = Math.round((bottom - top + 1) / moduleSize); in extractPureBits() local