Searched refs:SetModuleHeight (Results 1 – 10 of 10) sorted by relevance
19 virtual FX_BOOL SetModuleHeight(int32_t moduleHeight);
24 FX_BOOL CBC_Writer::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_Writer
91 FX_BOOL CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_CodeBase93 return m_pBCWriter->SetModuleHeight(moduleHeight); in SetModuleHeight()
29 virtual FX_BOOL SetModuleHeight(int32_t moduleHeight);
27 virtual FX_BOOL SetModuleHeight(int32_t moduleHeight) = 0;
58 FX_BOOL CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CFX_Barcode59 return m_pBCEngine ? m_pBCEngine->SetModuleHeight(moduleHeight) : FALSE; in SetModuleHeight()
135 m_pBarcodeEngine->SetModuleHeight(pData->GetModuleHeight()); in GenerateBarcodeImageCache()
27 void SetModuleHeight(int32_t height) { in SetModuleHeight() function
97 pBarCodeWidget->SetModuleHeight(intVal); in UpdateWidgetProperty()
66 virtual FX_BOOL SetModuleHeight(int32_t moduleHeight);