Home
last modified time | relevance | path

Searched defs:bg (Results 1 – 6 of 6) sorted by relevance

/lvgl-3.4.0/demos/music/
Dlv_demo_music.c215 lv_obj_t * bg = lv_layer_top(); in auto_step_cb() local
/lvgl-3.4.0/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c176 lv_obj_t * bg = lv_obj_get_parent(mbox); in msgbox_create() local
/lvgl-3.4.0/src/draw/sw/
Dlv_draw_sw_blend.c654 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/
Dlv_hal_disp.c673 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/
Dgifdec.c182 uint8_t cw, ch, fg, bg; in read_plain_text_ext() local
/lvgl-3.4.0/src/misc/
Dlv_color.h450 uint32_t bg = (uint32_t)((uint32_t)c2.full | ((uint32_t)c2.full << 16)) & in lv_color_mix() local