Home
last modified time | relevance | path

Searched defs:top (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/src/others/fragment/
Dlv_fragment_manager.c90 lv_fragment_stack_item_t * top = lv_ll_get_tail(&manager->stack); in lv_fragment_manager_create_obj() local
155 lv_fragment_stack_item_t * top = lv_ll_get_tail(&manager->stack); in lv_fragment_manager_push() local
170 lv_fragment_t * top = lv_fragment_manager_get_top(manager); in lv_fragment_manager_pop() local
179 lv_fragment_t * top = lv_fragment_manager_find_by_container(manager, *container); in lv_fragment_manager_replace() local
209 lv_fragment_stack_item_t * top = lv_ll_get_tail(&manager->stack); in lv_fragment_manager_get_top() local
/lvgl-latest/tests/src/test_cases/
Dtest_margin_align.c29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
Dtest_margin_flex.c29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
Dtest_margin_grid.c29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
/lvgl-latest/src/widgets/tileview/
Dlv_tileview.c169 int32_t top = scroll_end.y; in tileview_event_cb() local
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c1222 int32_t top = lv_obj_get_style_pad_top(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area() local
1408 int32_t top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in draw_placeholder() local
1449 int32_t top = lv_obj_get_style_pad_top(obj, LV_PART_CURSOR) + border_width; in draw_cursor() local
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.h45 uint16_t top; /* Top end */ member
/lvgl-latest/src/core/
Dlv_obj_pos.c256 int32_t top = lv_obj_get_style_space_top(obj, LV_PART_MAIN); in lv_obj_set_content_height() local
571 int32_t top = lv_obj_get_style_space_top(obj, LV_PART_MAIN); in lv_obj_get_content_height() local
Dlv_refr.c215 lv_area_t top = obj->coords; in lv_obj_redraw() local
/lvgl-latest/src/widgets/bar/
Dlv_bar.c443 int32_t * top = reversed ? axis2 : axis1; in draw_indic() local
/lvgl-latest/src/libs/thorvg/
DtvgSwRle.cpp946 auto top = band->max; in rleRender() local
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c542 int32_t top = lv_obj_get_style_pad_top(dropdown->list, LV_PART_MAIN) + border_width; in lv_dropdown_open() local
/lvgl-latest/src/libs/qrcode/
Dqrcodegen.c578 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]) in fillRectangle()