Searched refs:img_h (Results 1 – 4 of 4) sorted by relevance
65 int32_t img_h = dsc->header.h; in _draw_nema_gfx_tile() local75 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()
206 int32_t img_h = draw_dsc->header.h; in lv_draw_image_tiled_helper() local216 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()
272 int32_t img_h = test_img_lvgl_logo_png.header.h; in test_image_stretch() local275 int32_t h_array[] = {img_h / 2, img_h, img_h * 2}; in test_image_stretch()
1425 float img_h = (float)image->img_dsc.header.h; in _render_image() local1427 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()