Home
last modified time | relevance | path

Searched refs:getSymbolDataWidth (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixWriter.cpp75 new CBC_DefaultPlacement(codewords, symbolInfo->getSymbolDataWidth(e), in Encode()
93 int32_t symbolWidth = symbolInfo->getSymbolDataWidth(e); in encodeLowLevel()
DBC_SymbolInfo.cpp208 int32_t CBC_SymbolInfo::getSymbolDataWidth(int32_t& e) { in getSymbolDataWidth() function in CBC_SymbolInfo
215 return getSymbolDataWidth(e) + (getHorizontalDataRegions(e) * 2); in getSymbolWidth()
246 sb += getSymbolDataWidth(e); in toString()
DBC_SymbolInfo.h44 int32_t getSymbolDataWidth(int32_t& e);