Home
last modified time | relevance | path

Searched refs:tex_w (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_img.c126 uint32_t tex_w = lv_area_get_width(coords); in _draw_nema_gfx_img() local
155 nema_bind_src_tex((uintptr_t)(src_buf), tex_w, tex_h, src_nema_cf, src_stride, in _draw_nema_gfx_img()
201 (coords->y1 - layer->buf_area.y1), tex_w, tex_h); in _draw_nema_gfx_img()
207 float x1 = x0 + tex_w ; in _draw_nema_gfx_img()
209 float x2 = x0 + tex_w ; in _draw_nema_gfx_img()
/lvgl-latest/src/drivers/glfw/
Dlv_opengles_driver.c214 float tex_w = (float)lv_area_get_width(&intersection); in lv_opengles_render_internal() local
217 float hor_scale = tex_w / (float)disp_w; in lv_opengles_render_internal()