Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_checkbox.c175 lv_coord_t marker_rightp = lv_obj_get_style_pad_right(obj, LV_PART_INDICATOR); in lv_checkbox_event() local
179 marker_size.x = font_h + marker_leftp + marker_rightp; in lv_checkbox_event()
210 lv_coord_t marker_rightp = lv_obj_get_style_pad_right(obj, LV_PART_INDICATOR); in lv_checkbox_draw() local
222 marker_area.x2 = marker_area.x1 + font_h + marker_leftp + marker_rightp - 1; in lv_checkbox_draw()