Home
last modified time | relevance | path

Searched refs:LV_CHART_AXIS_TICK_LABEL_MAX_LEN (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/
A Dlv_conf_checker.h488 #ifndef LV_CHART_AXIS_TICK_LABEL_MAX_LEN
489 # define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 20 macro
/AliOS-Things-master/components/littlevgl/
A Dlv_conf.h352 # define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 20 macro
A Dlv_conf_template.h352 # define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 20
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_chart.c1069 … char buf[LV_CHART_AXIS_TICK_LABEL_MAX_LEN + 1]; /* up to N symbols per label + null terminator */ in lv_chart_draw_y_ticks()
1130 if(j < LV_CHART_AXIS_TICK_LABEL_MAX_LEN) in lv_chart_draw_y_ticks()
1178 … char buf[LV_CHART_AXIS_TICK_LABEL_MAX_LEN + 1]; /* up to N symbols per label + null terminator */ in lv_chart_draw_x_ticks()
1238 if(j < LV_CHART_AXIS_TICK_LABEL_MAX_LEN) in lv_chart_draw_x_ticks()

Completed in 7 milliseconds