Searched refs:lv_obj_set_style_bitmap_mask_src (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_4.c | 52 lv_obj_set_style_bitmap_mask_src(grad, &mask, 0); in lv_example_label_4()
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_layer.c | 24 lv_obj_set_style_bitmap_mask_src(obj, mask_src, 0); in test_obj_create()
|
/lvgl-latest/examples/widgets/roller/ |
D | lv_example_roller_3.c | 80 lv_obj_set_style_bitmap_mask_src(roller1, &mask, 0); in lv_example_roller_3()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 781 void lv_obj_set_style_bitmap_mask_src(lv_obj_t * obj, const void * value, lv_style_selector_t selec… in lv_obj_set_style_bitmap_mask_src() function
|
D | lv_obj_style_gen.h | 862 void lv_obj_set_style_bitmap_mask_src(lv_obj_t * obj, const void * value, lv_style_selector_t selec…
|