Searched refs:oneLineOffsetPixel (Results 1 – 1 of 1) sorted by relevance
165 …int64_t oneLineOffsetPixel = (offsetY * width * QRCODE_FACTOR_NUM) + (offsetX * QRCODE_FACTOR_NUM); in FillQrCodeColor() local167 destData = const_cast<uint8_t*>(imageInfo_.data) + (oneLinePixel * y) + oneLineOffsetPixel; in FillQrCodeColor()