Home | History | Annotate | Download | only in fxbarcode

Lines Matching refs:CBC_Code128

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() {