Searched refs:SetModuleHeight (Results 1 – 10 of 10) sorted by relevance
57 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_CodeBase58 return m_pBCWriter->SetModuleHeight(moduleHeight); in SetModuleHeight()
76 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CFX_Barcode77 return m_pBCEngine && m_pBCEngine->SetModuleHeight(moduleHeight); in SetModuleHeight()
18 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_Writer
18 virtual bool SetModuleHeight(int32_t moduleHeight);
39 bool SetModuleHeight(int32_t moduleHeight);
35 bool SetModuleHeight(int32_t moduleHeight);
23 barcode->SetModuleHeight(300); in LLVMFuzzerTestOneInput()
101 void CFWL_Barcode::SetModuleHeight(int32_t height) { in SetModuleHeight() function in CFWL_Barcode180 m_pBarcodeEngine->SetModuleHeight(m_nModuleHeight); in GenerateBarcodeImageCache()
51 void SetModuleHeight(int32_t height);
225 pBarCodeWidget->SetModuleHeight(*height); in UpdateWidgetProperty()