Searched refs:width_bytes (Results 1 – 5 of 5) sorted by relevance
60 .width_bytes = w * output_cf_size, in lv_draw_dma2d_opaque_image()78 .width_bytes = w * image_cf_size, in lv_draw_dma2d_opaque_image()147 .width_bytes = w * output_cf_size, in lv_draw_dma2d_image()163 .width_bytes = w * image_cf_size, in lv_draw_dma2d_image()
49 .width_bytes = w * cf_size, in lv_draw_dma2d_opaque_fill()83 .width_bytes = w * cf_size, in lv_draw_dma2d_fill()
111 uint32_t width_bytes; member
220 …uint32_t cache_lines = ((((row_addr + mem_area->width_bytes - 1) & ~(__SCB_DCACHE_LINE_SIZE - 1U))… in lv_draw_dma2d_invalidate_cache()255 …uint32_t cache_lines = ((((row_addr + mem_area->width_bytes - 1) & ~(__SCB_DCACHE_LINE_SIZE - 1U))… in lv_draw_dma2d_clean_cache()
125 uint32_t width_bytes = width_bits / 8; in _width_to_stride() local128 return (width_bytes + align_bytes - 1) & ~(align_bytes - 1); in _width_to_stride()