Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_img.c64 int32_t img_w = dsc->header.w; in _draw_nema_gfx_tile() local
74 lv_area_set_width(&tile_area, img_w); in _draw_nema_gfx_tile()
87 tile_area.x1 += img_w; in _draw_nema_gfx_tile()
88 tile_area.x2 += img_w; in _draw_nema_gfx_tile()
94 tile_area.x2 = tile_x_start + img_w - 1; in _draw_nema_gfx_tile()
/lvgl-latest/src/draw/
Dlv_draw_image.c205 int32_t img_w = draw_dsc->header.w; in lv_draw_image_tiled_helper() local
215 lv_area_set_width(&tile_area, img_w); in lv_draw_image_tiled_helper()
236 tile_area.x1 += img_w; in lv_draw_image_tiled_helper()
237 tile_area.x2 += img_w; in lv_draw_image_tiled_helper()
243 tile_area.x2 = tile_x_start + img_w - 1; in lv_draw_image_tiled_helper()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_image.c271 int32_t img_w = test_img_lvgl_logo_png.header.w; in test_image_stretch() local
274 int32_t w_array[] = {img_w / 2, img_w, img_w * 2}; in test_image_stretch()
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c1424 float img_w = (float)image->img_dsc.header.w; in _render_image() local
1426 float scale_x = image->width / img_w; in _render_image()
1447 float tx = (image->width - img_w * scale) / 2; in _render_image()
1453 float tx = image->width - img_w * scale; in _render_image()
1465 float tx = (image->width - img_w * scale) / 2; in _render_image()
1472 float tx = image->width - img_w * scale; in _render_image()
1485 float tx = (image->width - img_w * scale) / 2; in _render_image()
1492 float tx = image->width - img_w * scale; in _render_image()