Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixWriter.cpp98 symbolInfo->getSymbolWidth(e), symbolInfo->getSymbolHeight(e)); in encodeLowLevel()
106 for (int32_t x = 0; x < symbolInfo->getSymbolWidth(e); x++) { in encodeLowLevel()
128 for (int32_t x = 0; x < symbolInfo->getSymbolWidth(e); x++) { in encodeLowLevel()
DBC_SymbolInfo.cpp153 (symbol->getSymbolWidth(e) < minSize->getWidth() || in lookup()
159 (symbol->getSymbolWidth(e) > maxSize->getWidth() || in lookup()
214 int32_t CBC_SymbolInfo::getSymbolWidth(int32_t& e) { in getSymbolWidth() function in CBC_SymbolInfo
240 sb += getSymbolWidth(e); in toString()
DBC_SymbolInfo.h46 int32_t getSymbolWidth(int32_t& e);