Lines Matching defs:UIQrcode
23 UIQrcode::UIQrcode()
30 UIQrcode::~UIQrcode()
43 void UIQrcode::SetQrcodeInfo(const char* val, ColorType backgroundColor, ColorType qrColor)
46 GRAPHIC_LOGE("UIQrcode::SetQrcodeInfo val is null!\n");
51 GRAPHIC_LOGE("UIQrcode::SetQrcodeInfo val length is equal 0 or greater than QRCODE_VAL_MAX!\n");
60 void UIQrcode::RefreshQrcode()
68 void UIQrcode::SetWidth(int16_t width)
76 void UIQrcode::SetHeight(int16_t height)
84 void UIQrcode::ReMeasure()
91 GRAPHIC_LOGE("UIQrcode::ReMeasure qrcodeVal_ is null!\n");
99 void UIQrcode::SetQrcodeVal(const char* qrcodeVal, uint32_t length)
116 void UIQrcode::SetImageInfo(qrcodegen::QrCode& qrcode)
122 GRAPHIC_LOGE("UIQrcode::SetImageInfo width is less than the minimum qrcode width!\n");
136 GRAPHIC_LOGE("UIQrcode::SetImageInfo imageInfo_.data is null!\n");
142 void UIQrcode::GenerateQrCode(qrcodegen::QrCode& qrcode)
149 void UIQrcode::FillQrCodeColor(qrcodegen::QrCode& qrcode)
153 GRAPHIC_LOGE("UIQrcode::FillQrCodeColor generated qrcode size is less or equal 0!\n");
177 void UIQrcode::FillQrCodeBackgroundColor()
192 GRAPHIC_LOGE("UIQrcode::FillQrCodeBackgroundColor memcpy_s failed!\n");
201 GRAPHIC_LOGE("UIQrcode::FillQrCodeBackgroundColor memcpy_s failed!\n");
207 void UIQrcode::GetDestData(uint8_t* destData, int32_t outFilePixelPrescaler)