Home
last modified time | relevance | path

Searched refs:CBC_Code128 (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/
DBC_BarCode.cpp360 CBC_Code128::CBC_Code128(BC_TYPE type) { in CBC_Code128() function in CBC_Code128
364 CBC_Code128::~CBC_Code128() { in ~CBC_Code128()
374 FX_BOOL CBC_Code128::SetTextLocation(BC_TEXT_LOC location) { in SetTextLocation()
380 FX_BOOL CBC_Code128::Encode(const CFX_WideStringC& contents, in Encode()
408 FX_BOOL CBC_Code128::RenderDevice(CFX_RenderDevice* device, in RenderDevice()
416 FX_BOOL CBC_Code128::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
422 CFX_WideString CBC_Code128::Decode(uint8_t* buf, in Decode()
429 CFX_WideString CBC_Code128::Decode(CFX_DIBitmap* pBitmap, int32_t& e) { in Decode()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfxmath_barcodeimp.cpp16 return new CBC_Code128(BC_CODE128_B); in FX_Barcode_CreateBarCodeEngineObject()
18 return new CBC_Code128(BC_CODE128_B); in FX_Barcode_CreateBarCodeEngineObject()
20 return new CBC_Code128(BC_CODE128_C); in FX_Barcode_CreateBarCodeEngineObject()
226 memptr = (memptrtype)&CBC_Code128::SetTextLocation; in SetTextLocation()
/external/pdfium/xfa/include/fxbarcode/
DBC_BarCode.h145 class CBC_Code128 : public CBC_OneCode {
147 CBC_Code128(BC_TYPE type);
148 virtual ~CBC_Code128();