Searched refs:sel_coords (Results 1 – 1 of 1) sorted by relevance
212 lv_area_t sel_coords; in lv_draw_label() local213 sel_coords.x1 = pos.x; in lv_draw_label()214 sel_coords.y1 = pos.y; in lv_draw_label()215 sel_coords.x2 = pos.x + letter_w + style->text.letter_space - 1; in lv_draw_label()216 sel_coords.y2 = pos.y + line_height - 1; in lv_draw_label()217 lv_draw_rect(&sel_coords, mask, &sel_style, opa); in lv_draw_label()
Completed in 2 milliseconds