Searched defs:matrixHeight (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fxbarcode/datamatrix/
H A DBC_SymbolInfo.h18 int32_t matrixHeight,
41 int32_t matrixHeight() const { return m_matrixHeight; } function in class:CBC_SymbolInfo
47 int32_t matrixHeight,
H A DBC_SymbolInfo.cpp85 int32_t matrixHeight,
90 matrixHeight,
98 int32_t matrixHeight,
102 : m_rectangular(matrixWidth != matrixHeight),
106 m_matrixHeight(matrixHeight),
82 CBC_SymbolInfo(int32_t dataCapacity, int32_t errorCodewords, int32_t matrixWidth, int32_t matrixHeight, int32_t dataRegions) argument
95 CBC_SymbolInfo(int32_t dataCapacity, int32_t errorCodewords, int32_t matrixWidth, int32_t matrixHeight, int32_t dataRegions, int32_t rsBlockData, int32_t rsBlockError) argument
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 95 milliseconds