Searched defs:top (Results 1 – 13 of 13) sorted by relevance
/lvgl-latest/src/others/fragment/ |
D | lv_fragment_manager.c | 90 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/ |
D | test_margin_align.c | 29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
|
D | test_margin_flex.c | 29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
|
D | test_margin_grid.c | 29 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/ |
D | lv_tileview.c | 169 int32_t top = scroll_end.y; in tileview_event_cb() local
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 1222 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/ |
D | tjpgd.h | 45 uint16_t top; /* Top end */ member
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 256 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
|
D | lv_refr.c | 215 lv_area_t top = obj->coords; in lv_obj_redraw() local
|
/lvgl-latest/src/widgets/bar/ |
D | lv_bar.c | 443 int32_t * top = reversed ? axis2 : axis1; in draw_indic() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRle.cpp | 946 auto top = band->max; in rleRender() local
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 542 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/ |
D | qrcodegen.c | 578 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]) in fillRectangle()
|