Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.c194 int32_t marker_topp = lv_obj_get_style_pad_top(obj, LV_PART_INDICATOR); in lv_checkbox_event() local
198 marker_size.y = font_h + marker_topp + marker_bottomp; in lv_checkbox_event()
232 int32_t marker_topp = lv_obj_get_style_pad_top(obj, LV_PART_INDICATOR); in lv_checkbox_draw() local
252 marker_area.y2 = marker_area.y1 + font_h + marker_topp + marker_bottomp - 1; in lv_checkbox_draw()