Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_img.c79 static bool apply_mask(const lv_draw_image_dsc_t * draw_dsc);
103 bool visible = apply_mask(draw_dsc); in lv_draw_sw_layer()
606 static bool apply_mask(const lv_draw_image_dsc_t * draw_dsc) in apply_mask() function