lv_draw_get_dependent_count() function
Tell how many draw task are waiting to be drawn on the area of `t_check`. It can be used to determine if a GPU shall combine many draw tasks into one or not. If a lot of tasks are waiting for the current ones it makes sense to draw them one-by-one to not block the dependent tasks' rendering
Arguments
t_check
the task whose dependent tasks shall be counted
Return value
number of tasks depending on `t_check`