Lines Matching refs:Task
36 A "Draw Task" (:cpp:type:`lv_draw_task_t`) is a package of information that is
39 one or more Draw Tasks and pass them down the Drawing Pipeline. Each Draw Task
45 A Draw Task carries the following information:
67 generate the output required by a :ref:`Draw Task <draw tasks>`. This can be a CPU
81 :ref:`Draw Task Evaluation` is performed) is governed by the order in which each Draw
102 Draw Task Evaluation
105 When each :ref:`Draw Task <draw tasks>` is created, each existing Draw Unit is
136 If a Draw Unit is busy with another Draw Task, it just returns. However, if it is
137 available it can take a Draw Task.
140 useful helper function which is used by the ``dispatch_cb`` to get the next Draw Task
141 it should act on. If it handled the task, it sets the Draw Task's ``state`` field to
177 - :cpp:enumerator:`LV_EVENT_DRAW_TASK_ADDED` when each :ref:`Draw Task <draw tasks>`