Home
last modified time | relevance | path

Searched refs:allocate_item (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_gradient.c76 static lv_grad_t * allocate_item(const lv_grad_dsc_t * g, int32_t w, int32_t h);
92 static lv_grad_t * allocate_item(const lv_grad_dsc_t * g, int32_t w, int32_t h) in allocate_item() function
150 lv_grad_t * item = allocate_item(g, w, h); in lv_gradient_get()