Searched defs:bg (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.4.0/demos/music/ |
D | lv_demo_music.c | 215 lv_obj_t * bg = lv_layer_top(); in auto_step_cb() local
|
/lvgl-3.4.0/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 176 lv_obj_t * bg = lv_obj_get_parent(mbox); in msgbox_create() local
|
/lvgl-3.4.0/src/draw/sw/ |
D | lv_draw_sw_blend.c | 654 static inline lv_color_t color_blend_true_color_additive(lv_color_t fg, lv_color_t bg, lv_opa_t opa) in color_blend_true_color_additive() 707 static inline lv_color_t color_blend_true_color_subtractive(lv_color_t fg, lv_color_t bg, lv_opa_t … in color_blend_true_color_subtractive() 733 static inline lv_color_t color_blend_true_color_multiply(lv_color_t fg, lv_color_t bg, lv_opa_t opa) in color_blend_true_color_multiply()
|
/lvgl-3.4.0/src/hal/ |
D | lv_hal_disp.c | 673 uint8_t bg = lv_img_buf_get_px_alpha(d, x, y); in set_px_alpha_generic() local
|
/lvgl-3.4.0/src/extra/libs/gif/ |
D | gifdec.c | 182 uint8_t cw, ch, fg, bg; in read_plain_text_ext() local
|
/lvgl-3.4.0/src/misc/ |
D | lv_color.h | 450 uint32_t bg = (uint32_t)((uint32_t)c2.full | ((uint32_t)c2.full << 16)) & in lv_color_mix() local
|