Searched refs:row_byte_cnt (Results 1 – 2 of 2) sorted by relevance
131 uint32_t row_byte_cnt = (imgdsc->header.w + 7) >> 3; in lv_qrcode_update() local151 uint32_t px = row_byte_cnt * y + (x >> 3); in lv_qrcode_update()164 uint32_t px = row_byte_cnt * y + (x >> 3); in lv_qrcode_update()170 const uint8_t * row_ori = buf_u8 + row_byte_cnt * y; in lv_qrcode_update()172 lv_memcpy((uint8_t *)buf_u8 + row_byte_cnt * (y + s), row_ori, row_byte_cnt); in lv_qrcode_update()
494 uint32_t row_byte_cnt = (dsc->header.w + 7) >> 3; in lv_canvas_fill_bg() local496 lv_memset((uint8_t *)dsc->data + 8, color.full ? 0xff : 0x00, row_byte_cnt * dsc->header.h); in lv_canvas_fill_bg()499 uint32_t row_byte_cnt = (dsc->header.w + 7) >> 3; in lv_canvas_fill_bg() local500 … lv_memset((uint8_t *)dsc->data, opa > LV_OPA_50 ? 0xff : 0x00, row_byte_cnt * dsc->header.h); in lv_canvas_fill_bg()