Home
last modified time | relevance | path

Searched refs:m_ModuleWidth (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxbarcode/pdf417/
DBC_PDF417Writer.cpp51 int32_t col = (m_Width / m_ModuleWidth - 69) / 17; in Encode()
52 int32_t row = m_Height / (m_ModuleWidth * 20); in Encode()
/external/pdfium/fxbarcode/
DBC_Writer.cpp30 m_ModuleWidth = moduleWidth; in SetModuleWidth()
DBC_Writer.h34 int32_t m_ModuleWidth = 1; variable
DBC_TwoDimWriter.cpp35 float moduleHSize = std::min(m_ModuleWidth, m_ModuleHeight); in RenderResult()