Lines Matching refs:CFX_Barcode

58 CFX_Barcode::CFX_Barcode() {}  in CFX_Barcode()  function in CFX_Barcode
60 CFX_Barcode::~CFX_Barcode() {} in ~CFX_Barcode()
62 bool CFX_Barcode::Create(BC_TYPE type) { in Create()
67 BC_TYPE CFX_Barcode::GetType() { in GetType()
71 bool CFX_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding()
75 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight()
79 bool CFX_Barcode::SetModuleWidth(int32_t moduleWidth) { in SetModuleWidth()
83 bool CFX_Barcode::SetHeight(int32_t height) { in SetHeight()
87 bool CFX_Barcode::SetWidth(int32_t width) { in SetWidth()
91 bool CFX_Barcode::SetPrintChecksum(bool checksum) { in SetPrintChecksum()
110 bool CFX_Barcode::SetDataLength(int32_t length) { in SetDataLength()
129 bool CFX_Barcode::SetCalChecksum(bool state) { in SetCalChecksum()
148 bool CFX_Barcode::SetFont(CFX_Font* pFont) { in SetFont()
166 bool CFX_Barcode::SetFontSize(float size) { in SetFontSize()
185 bool CFX_Barcode::SetFontColor(FX_ARGB color) { in SetFontColor()
204 bool CFX_Barcode::SetTextLocation(BC_TEXT_LOC location) { in SetTextLocation()
225 bool CFX_Barcode::SetWideNarrowRatio(int8_t ratio) { in SetWideNarrowRatio()
241 bool CFX_Barcode::SetStartChar(char start) { in SetStartChar()
254 bool CFX_Barcode::SetEndChar(char end) { in SetEndChar()
267 bool CFX_Barcode::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel()
283 bool CFX_Barcode::SetTruncated(bool truncated) { in SetTruncated()
297 bool CFX_Barcode::Encode(const WideStringView& contents) { in Encode()
301 bool CFX_Barcode::RenderDevice(CFX_RenderDevice* device, in RenderDevice()