HomeSort by relevance Sort by last modified time
    Searched refs:CBC_Code128 (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxbarcode/
cbc_code128.h 15 class CBC_Code128 : public CBC_OneCode {
17 explicit CBC_Code128(BC_TYPE type);
18 ~CBC_Code128() override;
cbc_code128.cpp 22 #include "xfa/fxbarcode/cbc_code128.h"
26 CBC_Code128::CBC_Code128(BC_TYPE type)
29 CBC_Code128::~CBC_Code128() {}
31 bool CBC_Code128::SetTextLocation(BC_TEXT_LOC location) {
38 bool CBC_Code128::Encode(const CFX_WideStringC& contents,
71 bool CBC_Code128::RenderDevice(CFX_RenderDevice* device,
81 bool CBC_Code128::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) {
89 BC_TYPE CBC_Code128::GetType()
    [all...]
  /external/pdfium/xfa/fwl/
cfx_barcode.cpp 10 #include "xfa/fxbarcode/cbc_code128.h"
30 return new CBC_Code128(BC_CODE128_B);
32 return new CBC_Code128(BC_CODE128_B);
34 return new CBC_Code128(BC_CODE128_C);
214 memptr = (memptrtype)&CBC_Code128::SetTextLocation;

Completed in 419 milliseconds