Searched refs:SetModuleHeight (Results 1 – 9 of 9) sorted by relevance
34 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_CodeBase35 return m_pBCWriter && m_pBCWriter->SetModuleHeight(moduleHeight); in SetModuleHeight()
19 virtual bool SetModuleHeight(int32_t moduleHeight);
36 bool SetModuleHeight(int32_t moduleHeight);
24 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_Writer
103 void CFWL_Barcode::SetModuleHeight(int32_t height) { in SetModuleHeight() function in CFWL_Barcode187 m_pBarcodeEngine->SetModuleHeight(m_nModuleHeight); in GenerateBarcodeImageCache()
72 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CFX_Barcode73 return m_pBCEngine ? m_pBCEngine->SetModuleHeight(moduleHeight) : false; in SetModuleHeight()
38 bool SetModuleHeight(int32_t moduleHeight);
59 void SetModuleHeight(int32_t height);
202 pBarCodeWidget->SetModuleHeight(intVal); in UpdateWidgetProperty()