Searched refs:SetModuleHeight (Results 1 – 11 of 11) sorted by relevance
37 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_CodeBase38 return m_pBCWriter->SetModuleHeight(moduleHeight); in SetModuleHeight()
20 virtual bool SetModuleHeight(int32_t moduleHeight);
34 bool SetModuleHeight(int32_t moduleHeight);
24 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_Writer
101 void CFWL_Barcode::SetModuleHeight(int32_t height) { in SetModuleHeight() function in CFWL_Barcode185 m_pBarcodeEngine->SetModuleHeight(m_nModuleHeight); in GenerateBarcodeImageCache()
75 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CFX_Barcode76 return m_pBCEngine ? m_pBCEngine->SetModuleHeight(moduleHeight) : false; in SetModuleHeight()
36 bool SetModuleHeight(int32_t moduleHeight);
58 void SetModuleHeight(int32_t height);
47 barcode_->SetModuleHeight(300); in Create()
25 barcode.SetModuleHeight(300); in LLVMFuzzerTestOneInput()
200 pBarCodeWidget->SetModuleHeight(*height); in UpdateWidgetProperty()