Home
last modified time | relevance | path

Searched refs:x_ofs (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_chart.c697 lv_coord_t x_ofs = chart->coords.x1; in lv_chart_draw_div() local
710 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 …]
A Dlv_gauge.c350 lv_coord_t x_ofs = lv_obj_get_width(gauge) / 2 + gauge->coords.x1; in lv_gauge_draw_scale() local
367 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() local
414 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()
A Dlv_line.c220 lv_coord_t x_ofs = area.x1; in lv_line_design() local
238 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()
A Dlv_lmeter.c269 lv_coord_t x_ofs = lv_obj_get_width(lmeter) / 2 + lmeter->coords.x1; in lv_lmeter_design() local
300 p2.x = x_in + x_ofs; in lv_lmeter_design()
303 p1.x = x_out + x_ofs; in lv_lmeter_design()
A Dlv_cont.c543 lv_coord_t x_ofs; in lv_cont_layout_grid() local
545 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()
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_label.c82 lv_coord_t x_ofs = 0; in lv_draw_label() local
85 x_ofs = offset->x; in lv_draw_label()
154 pos.x += x_ofs; in lv_draw_label()

Completed in 16 milliseconds