Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.cpp84 int32_t matrixHeight, in CBC_SymbolInfo()
97 int32_t matrixHeight, in CBC_SymbolInfo()
DBC_SymbolInfo.h40 int32_t matrixHeight() const { return m_matrixHeight; } in matrixHeight() function
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417Writer.cpp65 int32_t matrixHeight = barcodeMatrix->getHeight(); in Encode() local