Searched refs:ext_copy (Results 1 – 2 of 2) sorted by relevance
104 lv_bar_ext_t * ext_copy = lv_obj_get_ext_attr(copy); in lv_bar_create() local105 ext->min_value = ext_copy->min_value; in lv_bar_create()106 ext->max_value = ext_copy->max_value; in lv_bar_create()107 ext->cur_value = ext_copy->cur_value; in lv_bar_create()108 ext->style_indic = ext_copy->style_indic; in lv_bar_create()109 ext->sym = ext_copy->sym; in lv_bar_create()
123 lv_chart_ext_t * ext_copy = lv_obj_get_ext_attr(copy); in lv_chart_create() local125 ext->type = ext_copy->type; in lv_chart_create()126 ext->ymin = ext_copy->ymin; in lv_chart_create()127 ext->ymax = ext_copy->ymax; in lv_chart_create()128 ext->hdiv_cnt = ext_copy->hdiv_cnt; in lv_chart_create()129 ext->vdiv_cnt = ext_copy->vdiv_cnt; in lv_chart_create()130 ext->point_cnt = ext_copy->point_cnt; in lv_chart_create()131 ext->series.opa = ext_copy->series.opa; in lv_chart_create()132 ext->margin = ext_copy->margin; in lv_chart_create()133 memcpy(&ext->x_axis, &ext_copy->x_axis, sizeof(lv_chart_axis_cfg_t)); in lv_chart_create()[all …]
Completed in 6 milliseconds