Searched refs:CBC_DataMatrix (Results 1 – 3 of 3) sorted by relevance
26 CBC_DataMatrix::CBC_DataMatrix() : CBC_CodeBase(new CBC_DataMatrixWriter) {} in CBC_DataMatrix() function in CBC_DataMatrix28 CBC_DataMatrix::~CBC_DataMatrix() {} in ~CBC_DataMatrix()30 bool CBC_DataMatrix::Encode(const CFX_WideStringC& contents, in Encode()48 bool CBC_DataMatrix::RenderDevice(CFX_RenderDevice* device, in RenderDevice()56 bool CBC_DataMatrix::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()64 BC_TYPE CBC_DataMatrix::GetType() { in GetType()
15 class CBC_DataMatrix : public CBC_CodeBase {17 CBC_DataMatrix();18 ~CBC_DataMatrix() override;
46 return new CBC_DataMatrix(); in CreateBarCodeEngineObject()