Home
last modified time | relevance | path

Searched refs:QRCODE_FACTOR_NUM (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_qrcode.cpp129 imageInfo_.dataSize = width * imageInfo_.header.height * QRCODE_FACTOR_NUM; in SetImageInfo()
164 int64_t oneLinePixel = width * QRCODE_FACTOR_NUM * outFilePixelPrescaler; in FillQrCodeColor()
165 int64_t oneLineOffsetPixel = (offsetY * width * QRCODE_FACTOR_NUM) + (offsetX * QRCODE_FACTOR_NUM); in FillQrCodeColor()
172 destData += QRCODE_FACTOR_NUM * outFilePixelPrescaler; in FillQrCodeColor()
190 initColorData += QRCODE_FACTOR_NUM; in FillQrCodeBackgroundColor()
191 if (memcpy_s(initColorData, QRCODE_FACTOR_NUM, tempColorData, QRCODE_FACTOR_NUM) != EOK) { in FillQrCodeBackgroundColor()
197 int32_t deltaWidth = QRCODE_FACTOR_NUM * width; in FillQrCodeBackgroundColor()
213 uint8_t* tempData = destData + width * QRCODE_FACTOR_NUM * in GetDestData()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_qrcode.h120 static constexpr uint8_t QRCODE_FACTOR_NUM = 4; member in OHOS::UIQrcode

Completed in 2 milliseconds