Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxbarcode/oned/
H A DBC_OneDimWriter.cpp259 m_ModuleHeight = std::max(m_ModuleHeight, 20); in RenderResult()
/aosp_15_r20/external/pdfium/fxbarcode/
H A DBC_Writer.cpp21 m_ModuleHeight = moduleHeight; in SetModuleHeight()
H A DBC_Writer.h34 int32_t m_ModuleHeight = 1; variable
H A DBC_TwoDimWriter.cpp36 float moduleHSize = std::min(m_ModuleWidth, m_ModuleHeight); in RenderResult()