Home
last modified time | relevance | path

Searched refs:LV_COORD_MAX (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_area.h29 #define LV_COORD_MAX ((lv_coord_t)((uint32_t)((uint32_t)1 << (8 * sizeof(lv_coord_t) - 1)) - 1000)) macro
30 #define LV_COORD_MIN (-LV_COORD_MAX)
A Dlv_txt.c101 if(flag & LV_TXT_FLAG_EXPAND) max_width = LV_COORD_MAX; in lv_txt_get_size()
148 if(flag & LV_TXT_FLAG_EXPAND) max_width = LV_COORD_MAX; in lv_txt_get_next_line()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_style.h25 #define LV_RADIUS_CIRCLE (LV_COORD_MAX) /**< A very big radius to always draw as circle*/
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.c495 max_w = LV_COORD_MAX; in lv_label_get_letter_pos()
564 max_w = LV_COORD_MAX; in lv_label_get_letter_on()
679 max_w = LV_COORD_MAX; in lv_label_is_char_under_pos()
859 LV_COORD_MAX, flag); in lv_label_design()
881 LV_COORD_MAX, flag); in lv_label_design()
980 max_w = LV_COORD_MAX; in lv_label_refr_text()
A Dlv_cont.c615 tight_area.x1 = LV_COORD_MAX; in lv_cont_refr_autofit()
616 tight_area.y1 = LV_COORD_MAX; in lv_cont_refr_autofit()
A Dlv_img.c179 LV_COORD_MAX, LV_TXT_FLAG_NONE); in lv_img_set_src()
A Dlv_gauge.c376 LV_COORD_MAX, LV_TXT_FLAG_NONE); in lv_gauge_draw_scale()
A Dlv_chart.c1145 LV_COORD_MAX, LV_TXT_FLAG_CENTER); in lv_chart_draw_y_ticks()
1253 LV_COORD_MAX, LV_TXT_FLAG_CENTER); in lv_chart_draw_x_ticks()
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_label.c69 …get_size(&p, txt, style->text.font, style->text.letter_space, style->text.line_space, LV_COORD_MAX, in lv_draw_label()

Completed in 16 milliseconds