Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.c195 int32_t marker_bottomp = lv_obj_get_style_pad_bottom(obj, LV_PART_INDICATOR); in lv_checkbox_event() local
198 marker_size.y = font_h + marker_topp + marker_bottomp; in lv_checkbox_event()
233 int32_t marker_bottomp = lv_obj_get_style_pad_bottom(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()