Searched refs:bytes_per_pixel (Results 1 – 1 of 1) sorted by relevance
133 uint32_t bytes_per_pixel = lv_color_format_get_size(cf); in _dave2d_buf_invalidate_cache_cb() local136 int32_t bytes_to_flush_per_line = (int32_t)width * (int32_t)bytes_per_pixel; in _dave2d_buf_invalidate_cache_cb()139 address = address + (area->x1 * (int32_t)bytes_per_pixel) + (stride * (uint32_t)area->y1); in _dave2d_buf_invalidate_cache_cb()