Searched refs:CBC_CodeBase (Results 1 – 4 of 4) sorted by relevance
9 static CBC_CodeBase* FX_Barcode_CreateBarCodeEngineObject(BC_TYPE type) { in FX_Barcode_CreateBarCodeEngineObject()214 typedef FX_BOOL (CBC_CodeBase::*memptrtype)(BC_TEXT_LOC); in SetTextLocation()234 typedef FX_BOOL (CBC_CodeBase::*memptrtype)(int32_t); in SetWideNarrowRatio()249 typedef FX_BOOL (CBC_CodeBase::*memptrtype)(FX_CHAR); in SetStartChar()261 typedef FX_BOOL (CBC_CodeBase::*memptrtype)(FX_CHAR); in SetEndChar()273 typedef FX_BOOL (CBC_CodeBase::*memptrtype)(int32_t); in SetVersion()285 typedef FX_BOOL (CBC_CodeBase::*memptrtype)(int32_t); in SetErrorCorrectionLevel()300 typedef void (CBC_CodeBase::*memptrtype)(FX_BOOL); in SetTruncated()351 CBC_CodeBase* pTmpEngine = FX_Barcode_CreateBarCodeEngineObject(t); in Decode()366 CBC_CodeBase* pTmpEngine = FX_Barcode_CreateBarCodeEngineObject(t); in Decode()
47 class CBC_CodeBase {49 CBC_CodeBase();50 virtual ~CBC_CodeBase();78 class CBC_OneCode : public CBC_CodeBase {213 class CBC_QRCode : public CBC_CodeBase {228 class CBC_PDF417I : public CBC_CodeBase {243 class CBC_DataMatrix : public CBC_CodeBase {
83 CBC_CodeBase::CBC_CodeBase() {} in CBC_CodeBase() function in CBC_CodeBase84 CBC_CodeBase::~CBC_CodeBase() {} in ~CBC_CodeBase()85 FX_BOOL CBC_CodeBase::SetCharEncoding(int32_t encoding) { in SetCharEncoding()91 FX_BOOL CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight()97 FX_BOOL CBC_CodeBase::SetModuleWidth(int32_t moduleWidth) { in SetModuleWidth()103 FX_BOOL CBC_CodeBase::SetHeight(int32_t height) { in SetHeight()109 FX_BOOL CBC_CodeBase::SetWidth(int32_t width) { in SetWidth()115 void CBC_CodeBase::SetBackgroundColor(FX_ARGB backgroundColor) { in SetBackgroundColor()120 void CBC_CodeBase::SetBarcodeColor(FX_ARGB foregroundColor) { in SetBarcodeColor()
50 CBC_CodeBase* m_pBCEngine;