Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixWriter.cpp76 symbolInfo->getSymbolDataHeight(e)); in Encode()
95 int32_t symbolHeight = symbolInfo->getSymbolDataHeight(e); in encodeLowLevel()
DBC_SymbolInfo.cpp211 int32_t CBC_SymbolInfo::getSymbolDataHeight(int32_t& e) { in getSymbolDataHeight() function in CBC_SymbolInfo
218 return getSymbolDataHeight(e) + (getVerticalDataRegions(e) * 2); in getSymbolHeight()
249 sb += getSymbolDataHeight(e); in toString()
DBC_SymbolInfo.h45 int32_t getSymbolDataHeight(int32_t& e);