Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_pos.c546 return lv_obj_get_style_x(obj, LV_PART_MAIN); in lv_obj_get_x_aligned()
633 lv_coord_t x = lv_obj_get_style_x(obj, LV_PART_MAIN); in lv_obj_refr_pos()
1021 if(lv_obj_get_style_x(child, 0) == 0) { in calc_content_width()
Dlv_obj_style_gen.h37 static inline lv_coord_t lv_obj_get_style_x(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_x() function