Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj.c843 uint16_t layout = lv_obj_get_style_layout(obj, LV_PART_MAIN); in lv_obj_event()
859 uint16_t layout = lv_obj_get_style_layout(obj, LV_PART_MAIN); in lv_obj_event()
Dlv_obj_pos.c283 uint32_t layout = lv_obj_get_style_layout(parent, LV_PART_MAIN); in lv_obj_is_layout_positioned()
1139 uint32_t layout_id = lv_obj_get_style_layout(obj, LV_PART_MAIN); in layout_update_core()
Dlv_obj_style_gen.h559 static inline uint16_t lv_obj_get_style_layout(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_layout() function