Searched refs:m_pBCEngine (Results 1 – 2 of 2) sorted by relevance
64 barcode->m_pBCEngine = CreateBarCodeEngineObject(type); in Create()69 return m_pBCEngine ? m_pBCEngine->GetType() : BC_UNKNOWN; in GetType()73 return m_pBCEngine && m_pBCEngine->SetCharEncoding(encoding); in SetCharEncoding()77 return m_pBCEngine && m_pBCEngine->SetModuleHeight(moduleHeight); in SetModuleHeight()81 return m_pBCEngine && m_pBCEngine->SetModuleWidth(moduleWidth); in SetModuleWidth()85 return m_pBCEngine && m_pBCEngine->SetHeight(height); in SetHeight()89 return m_pBCEngine && m_pBCEngine->SetWidth(width); in SetWidth()102 return m_pBCEngine ? (static_cast<CBC_OneCode*>(m_pBCEngine.get()) in SetPrintChecksum()121 return m_pBCEngine ? (static_cast<CBC_OneCode*>(m_pBCEngine.get()) in SetDataLength()140 return m_pBCEngine ? (static_cast<CBC_OneCode*>(m_pBCEngine.get()) in SetCalChecksum()[all …]
59 std::unique_ptr<CBC_CodeBase> m_pBCEngine; variable