Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_img.c127 uint32_t tex_h = lv_area_get_height(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()
210 float y2 = y0 + tex_h; in _draw_nema_gfx_img()
212 float y3 = y0 + tex_h; in _draw_nema_gfx_img()
/lvgl-latest/src/drivers/glfw/
Dlv_opengles_driver.c215 float tex_h = (float)lv_area_get_height(&intersection); in lv_opengles_render_internal() local
218 float ver_scale = tex_h / (float)disp_h; in lv_opengles_render_internal()