Searched defs:sl (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.c | 100 int32_t sl = lv_obj_get_scroll_left(scroll_obj); in lv_indev_scroll_handler() local 173 int32_t sl = lv_obj_get_scroll_left(scroll_obj); in lv_indev_scroll_throw_handler() local 214 int32_t sl = lv_obj_get_scroll_left(scroll_obj); in lv_indev_scroll_throw_handler() local 350 int32_t sl = 0; in lv_indev_find_scroll_obj() local
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_tlsf.c | 529 int fl, sl; in mapping_insert() local 557 int sl = *sli; in search_suitable_block() local 585 static void remove_free_block(control_t * control, block_header_t * block, int fl, int sl) in remove_free_block() 611 static void insert_free_block(control_t * control, block_header_t * block, int fl, int sl) in insert_free_block() 634 int fl, sl; in block_remove() local 642 int fl, sl; in block_insert() local 756 int fl = 0, sl = 0; in block_locate_free() local 1019 int fl = 0, sl = 0; in lv_tlsf_remove_pool() local
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.c | 483 int32_t sl = lv_obj_get_scroll_left(obj); in lv_obj_get_scrollbar_area() local 663 int32_t sl = lv_obj_get_scroll_left(obj); in lv_obj_readjust_scroll() local 770 int32_t sl = lv_obj_get_scroll_left(parent); in scroll_area_into_view() local
|
D | lv_obj.c | 483 int32_t sl = lv_obj_get_scroll_left(parent); in lv_obj_constructor() local 780 int32_t sl = lv_obj_get_scroll_left(obj); in lv_obj_event() local
|