Searched refs:lv_ll_is_empty (Results 1 – 8 of 8) sorted by relevance
65 #define _lv_ll_is_empty lv_ll_is_empty
155 bool lv_ll_is_empty(lv_ll_t * ll_p);
285 bool lv_ll_is_empty(lv_ll_t * ll_p) in lv_ll_is_empty() function
195 if(lv_ll_is_empty(&indev_ctx->key_cache)) { in _simple_text_input_read_cb()214 data->continue_reading = !lv_ll_is_empty(&indev_ctx->key_cache); in _simple_text_input_read_cb()
368 if(false == lv_ll_is_empty(&_ll_Dave2D_Tasks)) { in lv_draw_dave2d_dispatch()600 while(false == lv_ll_is_empty(&_ll_Dave2D_Tasks)) { in dave2d_execute_dlist_and_flush()
120 if(lv_ll_is_empty(&glfw_window_ll)) { in lv_glfw_window_delete()
711 if(lv_ll_is_empty(&chart->series_ll) == false) { in lv_chart_event()1168 if(lv_ll_is_empty(&chart->cursor_ll)) return; in draw_cursors()
492 if(lv_ll_is_empty(&disp_refr->sync_areas)) return; in refr_sync_areas()