Searched refs:m_ModuleWidth (Results 1 – 4 of 4) sorted by relevance
51 int32_t col = (m_Width / m_ModuleWidth - 69) / 17; in Encode()52 int32_t row = m_Height / (m_ModuleWidth * 20); in Encode()
30 m_ModuleWidth = moduleWidth; in SetModuleWidth()
34 int32_t m_ModuleWidth = 1; variable
35 float moduleHSize = std::min(m_ModuleWidth, m_ModuleHeight); in RenderResult()