Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_color_op.h34 lv_color_filter_cb_t filter_cb; member
Dlv_color_op.c69 dsc->filter_cb = cb; in lv_color_filter_dsc_init()
Dlv_color.c29 const lv_color_filter_dsc_t lv_color_filter_shade = {.filter_cb = lv_color_filter_shade_cb};
/lvgl-latest/src/core/
Dlv_obj_style.c484 if(f && f->filter_cb) { in lv_obj_style_apply_color_filter()
486 if(f_opa != 0) v.color = f->filter_cb(f, v.color, f_opa); in lv_obj_style_apply_color_filter()