Searched refs:lv_xml_strtol (Results 1 – 3 of 3) sorted by relevance
50 int32_t lv_xml_strtol(const char * str, char ** endptr, int32_t base);
57 return lv_color_hex(lv_xml_strtol(str, NULL, 16)); in lv_xml_to_color()124 int32_t lv_xml_strtol(const char * str, char ** endptr, int32_t base) in lv_xml_strtol() function
77 …void * item = lv_chart_add_series(lv_xml_state_get_parent(state), lv_color_hex(lv_xml_strtol(color… in lv_xml_chart_series_create()107 …void * item = lv_chart_add_cursor(lv_xml_state_get_parent(state), lv_color_hex(lv_xml_strtol(color… in lv_xml_chart_cursor_create()