Searched refs:marker_leftp (Results 1 – 1 of 1) sorted by relevance
192 int32_t marker_leftp = lv_obj_get_style_pad_left(obj, LV_PART_INDICATOR); in lv_checkbox_event() local197 marker_size.x = font_h + marker_leftp + marker_rightp; in lv_checkbox_event()230 int32_t marker_leftp = lv_obj_get_style_pad_left(obj, LV_PART_INDICATOR); in lv_checkbox_draw() local245 marker_area.x1 = marker_area.x2 - font_h - marker_leftp - marker_rightp + 1; in lv_checkbox_draw()249 marker_area.x2 = marker_area.x1 + font_h + marker_leftp + marker_rightp - 1; in lv_checkbox_draw()