Lines Matching refs:t
255 lv_draw_task_t * t = lv_draw_get_next_available_task(layer, NULL, DRAW_UNIT_ID_NEMA_GFX); in nema_gfx_dispatch() local
258 if(t == NULL || t->preferred_draw_unit_id != DRAW_UNIT_ID_NEMA_GFX) in nema_gfx_dispatch()
265 t->state = LV_DRAW_TASK_STATE_IN_PROGRESS; in nema_gfx_dispatch()
267 draw_nema_gfx_unit->base_unit.clip_area = &t->clip_area; in nema_gfx_dispatch()
268 draw_nema_gfx_unit->task_act = t; in nema_gfx_dispatch()
289 lv_draw_task_t * t = u->task_act; in nema_gfx_execute_drawing() local
292 switch(t->type) { in nema_gfx_execute_drawing()
294 lv_draw_nema_gfx_fill(draw_unit, t->draw_dsc, &t->area); in nema_gfx_execute_drawing()
297 lv_draw_nema_gfx_img(draw_unit, t->draw_dsc, &t->area); in nema_gfx_execute_drawing()
300 lv_draw_nema_gfx_triangle(draw_unit, t->draw_dsc); in nema_gfx_execute_drawing()
303 lv_draw_nema_gfx_label(draw_unit, t->draw_dsc, &t->area); in nema_gfx_execute_drawing()
306 lv_draw_nema_gfx_layer(draw_unit, t->draw_dsc, &t->area); in nema_gfx_execute_drawing()
309 lv_draw_nema_gfx_line(draw_unit, t->draw_dsc); in nema_gfx_execute_drawing()
313 lv_draw_nema_gfx_arc(draw_unit, t->draw_dsc, &t->area); in nema_gfx_execute_drawing()
317 lv_draw_nema_gfx_border(draw_unit, t->draw_dsc, &t->area); in nema_gfx_execute_drawing()