Home
last modified time | relevance | path

Searched defs:buf_stride (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_img.c390 uint32_t buf_stride = blend_w * px_size; in recolor_only() local
473 uint32_t buf_stride = blend_w * 3; in transform_and_recolor() local
479 uint32_t buf_stride = blend_w * lv_color_format_get_size(cf_final); in transform_and_recolor() local
/lvgl-latest/src/libs/bin_decoder/
Dlv_bin_decoder.c842 uint32_t buf_stride = (w * 8 + 7) >> 3; /*stride for img_data*/ in decode_alpha_only() local