Lines Matching refs:stride
304 if(image->header.stride == 0) { in lv_bin_decoder_open()
307 tmp.header.stride = (tmp.header.w * lv_color_format_get_bpp(cf) + 7) >> 3; in lv_bin_decoder_open()
316 if(decoded->header.stride == 0) { in lv_bin_decoder_open()
318 decoded->header.stride = dsc->header.stride; in lv_bin_decoder_open()
459 offset += decoded_area->y1 * dsc->header.stride; in lv_bin_decoder_get_area()
489 offset += decoded_area->y1 * dsc->header.stride; in lv_bin_decoder_get_area()
502 uint32_t len = decoded->header.stride; in lv_bin_decoder_get_area()
503 offset += decoded_area->y1 * dsc->header.stride; /*Move to y1*/ in lv_bin_decoder_get_area()
512 offset += dsc->header.h * dsc->header.stride; /*Move to A8 map*/ in lv_bin_decoder_get_area()
513 offset += decoded_area->y1 * (dsc->header.stride / 2); /*Move to y1*/ in lv_bin_decoder_get_area()
577 uint32_t stride = dsc->header.stride; in decode_indexed() local
605 dsc->header.stride); in decode_indexed()
651 stride = decoded->header.stride; in decode_indexed()
658 in += dsc->header.stride; in decode_indexed()
659 out += stride; in decode_indexed()
679 LV_UNUSED(stride); in decode_indexed()
725 if(decoded->header.stride == 0) { in load_indexed()
727 decoded->header.stride = dsc->header.stride; in load_indexed()
737 dsc->header.stride); in load_indexed()
789 uint32_t len = dsc->header.stride * dsc->header.h; in decode_rgb()
791 len += (dsc->header.stride / 2) * dsc->header.h; /*A8 mask*/ in decode_rgb()
795 dsc->header.stride); in decode_rgb()
841 uint32_t w = (dsc->header.stride * 8) / bpp; in decode_alpha_only()
845 uint32_t file_len = (uint32_t)dsc->header.stride * dsc->header.h; in decode_alpha_only()
1105 dsc->header.stride); in decompress_image()