Searched refs:txt_clip (Results 1 – 1 of 1) sorted by relevance
/lvgl-2.7.6/src/lv_widgets/ |
D | lv_label.c | 1075 lv_area_t txt_clip; in lv_label_design() local 1076 bool is_common = _lv_area_intersect(&txt_clip, clip_area, &txt_coords); in lv_label_design() 1120 lv_draw_label(&txt_coords, &txt_clip, &label_draw_dsc, ext->text, hint); in lv_label_design() 1133 lv_draw_label(&txt_coords, &txt_clip, &label_draw_dsc, ext->text, hint); in lv_label_design() 1141 lv_draw_label(&txt_coords, &txt_clip, &label_draw_dsc, ext->text, hint); in lv_label_design()
|