Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_checkbox.c176 lv_coord_t marker_topp = lv_obj_get_style_pad_top(obj, LV_PART_INDICATOR); in lv_checkbox_event() local
180 marker_size.y = font_h + marker_topp + marker_bottomp; in lv_checkbox_event()
211 lv_coord_t marker_topp = lv_obj_get_style_pad_top(obj, LV_PART_INDICATOR); in lv_checkbox_draw() local
224 marker_area.y2 = marker_area.y1 + font_h + marker_topp + marker_bottomp - 1; in lv_checkbox_draw()