Lines Matching refs:border_width
1221 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_CURSOR); in refr_cursor_area() local
1222 int32_t top = lv_obj_get_style_pad_top(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area()
1223 int32_t bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area()
1224 int32_t left = lv_obj_get_style_pad_left(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area()
1225 int32_t right = lv_obj_get_style_pad_right(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area()
1410 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_placeholder() local
1413 ph_coords.x1 += left + border_width; in draw_placeholder()
1414 ph_coords.x2 -= right + border_width; in draw_placeholder()
1415 ph_coords.y1 += top + border_width; in draw_placeholder()
1416 ph_coords.y2 -= bottom + border_width; in draw_placeholder()
1447 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_CURSOR); in draw_cursor() local
1448 int32_t left = lv_obj_get_style_pad_left(obj, LV_PART_CURSOR) + border_width; in draw_cursor()
1449 int32_t top = lv_obj_get_style_pad_top(obj, LV_PART_CURSOR) + border_width; in draw_cursor()