Home
last modified time | relevance | path

Searched refs:img_h (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_img.c65 int32_t img_h = dsc->header.h; in _draw_nema_gfx_tile() local
75 lv_area_set_height(&tile_area, img_h); in _draw_nema_gfx_tile()
91 tile_area.y1 += img_h; in _draw_nema_gfx_tile()
92 tile_area.y2 += img_h; in _draw_nema_gfx_tile()
/lvgl-latest/src/draw/
Dlv_draw_image.c206 int32_t img_h = draw_dsc->header.h; in lv_draw_image_tiled_helper() local
216 lv_area_set_height(&tile_area, img_h); in lv_draw_image_tiled_helper()
240 tile_area.y1 += img_h; in lv_draw_image_tiled_helper()
241 tile_area.y2 += img_h; in lv_draw_image_tiled_helper()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_image.c272 int32_t img_h = test_img_lvgl_logo_png.header.h; in test_image_stretch() local
275 int32_t h_array[] = {img_h / 2, img_h, img_h * 2}; in test_image_stretch()
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c1425 float img_h = (float)image->img_dsc.header.h; in _render_image() local
1427 float scale_y = image->height / img_h; in _render_image()
1459 float ty = (image->height - img_h * scale) / 2; in _render_image()
1466 float ty = (image->height - img_h * scale) / 2; in _render_image()
1473 float ty = (image->height - img_h * scale) / 2; in _render_image()
1479 float ty = image->height - img_h * scale; in _render_image()
1486 float ty = image->height - img_h * scale; in _render_image()
1493 float ty = image->height - img_h * scale; in _render_image()