Searched refs:x_ofs (Results 1 – 6 of 6) sorted by relevance
697 lv_coord_t x_ofs = chart->coords.x1; in lv_chart_draw_div() local710 p1.x = 0 + x_ofs; in lv_chart_draw_div()711 p2.x = w + x_ofs; in lv_chart_draw_div()734 p1.x += x_ofs; in lv_chart_draw_div()773 p1.x = 0 + x_ofs; in lv_chart_draw_lines()774 p2.x = 0 + x_ofs; in lv_chart_draw_lines()956 p1.x = 0 + x_ofs; in lv_chart_draw_vertical_lines()957 p2.x = 0 + x_ofs; in lv_chart_draw_vertical_lines()1015 p2.x = 0 + x_ofs; in lv_chart_draw_areas()1104 p1.x = x_ofs - 1; in lv_chart_draw_y_ticks()[all …]
350 lv_coord_t x_ofs = lv_obj_get_width(gauge) / 2 + gauge->coords.x1; in lv_gauge_draw_scale() local367 x += x_ofs; in lv_gauge_draw_scale()400 lv_coord_t x_ofs = lv_obj_get_width(gauge) / 2 + gauge->coords.x1; in lv_gauge_draw_needle() local414 p_mid.x = x_ofs; in lv_gauge_draw_needle()425 p_end_low.x = (lv_trigo_sin(needle_angle_low + 90) * r) / LV_TRIGO_SIN_MAX + x_ofs; in lv_gauge_draw_needle()428 p_end_high.x = (lv_trigo_sin(needle_angle_high + 90) * r) / LV_TRIGO_SIN_MAX + x_ofs; in lv_gauge_draw_needle()457 nm_cord.x1 = x_ofs - style->body.radius; in lv_gauge_draw_needle()459 nm_cord.x2 = x_ofs + style->body.radius; in lv_gauge_draw_needle()
220 lv_coord_t x_ofs = area.x1; in lv_line_design() local238 p1.x = ext->point_array[i].x + x_ofs; in lv_line_design()239 p2.x = ext->point_array[i + 1].x + x_ofs; in lv_line_design()
269 lv_coord_t x_ofs = lv_obj_get_width(lmeter) / 2 + lmeter->coords.x1; in lv_lmeter_design() local300 p2.x = x_in + x_ofs; in lv_lmeter_design()303 p1.x = x_out + x_ofs; in lv_lmeter_design()
543 lv_coord_t x_ofs; in lv_cont_layout_grid() local545 x_ofs = w_obj + (w_fit - (obj_row * w_obj)) / (obj_row - 1); in lv_cont_layout_grid()547 x_ofs = w_tot / 2 - w_obj / 2; in lv_cont_layout_grid()565 act_x += x_ofs; in lv_cont_layout_grid()567 lv_obj_set_pos(child, x_ofs, act_y); in lv_cont_layout_grid()
82 lv_coord_t x_ofs = 0; in lv_draw_label() local85 x_ofs = offset->x; in lv_draw_label()154 pos.x += x_ofs; in lv_draw_label()
Completed in 16 milliseconds