Home
last modified time | relevance | path

Searched refs:m_bAllowRectangular (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxbarcode/datamatrix/
DBC_EncoderContext.cpp94 m_symbolInfo = CBC_SymbolInfo::Lookup(len, m_bAllowRectangular); in UpdateSymbolInfo()
102 m_bAllowRectangular = true; in resetSymbolInfo()
DBC_EncoderContext.h49 bool m_bAllowRectangular = false; // Force square when false. variable