Searched refs:img_w (Results 1 – 4 of 4) sorted by relevance
64 int32_t img_w = dsc->header.w; in _draw_nema_gfx_tile() local74 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()
205 int32_t img_w = draw_dsc->header.w; in lv_draw_image_tiled_helper() local215 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()
271 int32_t img_w = test_img_lvgl_logo_png.header.w; in test_image_stretch() local274 int32_t w_array[] = {img_w / 2, img_w, img_w * 2}; in test_image_stretch()
1424 float img_w = (float)image->img_dsc.header.w; in _render_image() local1426 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()