Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_color_op.c46 lv_color32_t lv_color_mix32(lv_color32_t fg, lv_color32_t bg) in lv_color_mix32()
Dlv_color.c318 uint32_t bg = (uint32_t)(c2 | ((uint32_t)c2 << 16)) & 0x7E0F81F; in lv_color_16_16_mix() local
/lvgl-latest/demos/ebike/
Dlv_demo_ebike.c85 lv_obj_t * bg = lv_image_create(lv_screen_active()); in lv_demo_ebike() local
/lvgl-latest/demos/music/
Dlv_demo_music.c218 lv_obj_t * bg = lv_layer_top(); in auto_step_cb() local
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c177 lv_obj_t * bg = lv_obj_get_parent(mbox); in msgbox_create() local
/lvgl-latest/src/libs/thorvg/
DtvgSaver.cpp44 Paint* bg = nullptr; member
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c59 lv_obj_t * bg = base_obj; in lv_demo_high_res_home() local
Dlv_demo_high_res_app_about.c56 lv_obj_t * bg = base_obj; in lv_demo_high_res_app_about() local
Dlv_demo_high_res_app_smart_home.c61 lv_obj_t * bg = base_obj; in lv_demo_high_res_app_smart_home() local
Dlv_demo_high_res_app_thermostat.c66 lv_obj_t * bg = base_obj; in lv_demo_high_res_app_thermostat() local
Dlv_demo_high_res_app_ev_charging.c81 lv_obj_t * bg = base_obj; in lv_demo_high_res_app_ev_charging() local
Dlv_demo_high_res_app_smart_meter.c79 lv_obj_t * bg = base_obj; in lv_demo_high_res_app_smart_meter() local
/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_al88.c934 …atic inline lv_color16a_t LV_ATTRIBUTE_FAST_MEM lv_color_mix16a(lv_color16a_t fg, lv_color16a_t bg) in lv_color_mix16a()
949 static inline void LV_ATTRIBUTE_FAST_MEM lv_color_16a_16a_mix(lv_color16a_t fg, lv_color16a_t * bg, in lv_color_16a_16a_mix()
Dlv_draw_sw_blend_to_argb8888.c971 …atic inline lv_color32_t LV_ATTRIBUTE_FAST_MEM lv_color_32_32_mix(lv_color32_t fg, lv_color32_t bg, in lv_color_32_32_mix()
/lvgl-latest/src/libs/gif/
Dgifdec.c188 uint8_t cw, ch, fg, bg; in read_plain_text_ext() local