Home
last modified time | relevance | path

Searched refs:lv_color_white (Results 1 – 25 of 27) sorted by relevance

12

/lvgl-latest/src/draw/
Dlv_draw_rect.c40 dsc->bg_color = lv_color_white(); in lv_draw_rect_dsc_init()
41 dsc->bg_grad.stops[0].color = lv_color_white(); in lv_draw_rect_dsc_init()
Dlv_draw_img.c358 rect_dsc.bg_color = lv_color_white();
/lvgl-latest/examples/widgets/btnmatrix/
Dlv_example_btnmatrix_2.c22 dsc->label_dsc->color = lv_color_white(); in event_cb()
30 dsc->label_dsc->color = lv_color_white(); in event_cb()
/lvgl-latest/examples/widgets/imgbtn/
Dlv_example_imgbtn_1.c17 lv_style_set_text_color(&style_def, lv_color_white()); in lv_example_imgbtn_1()
/lvgl-latest/examples/styles/
Dlv_example_style_11.c19 lv_style_set_text_color(&style_base, lv_color_white()); in lv_example_style_11()
/lvgl-latest/examples/widgets/label/
Dlv_example_label_4.c45 label_dsc.color = lv_color_white(); in lv_example_label_4()
/lvgl-latest/examples/widgets/btn/
Dlv_example_btn_2.c31 lv_style_set_text_color(&style, lv_color_white()); in lv_example_btn_2()
/lvgl-latest/examples/widgets/canvas/
Dlv_example_canvas_1.c18 rect_dsc.border_color = lv_color_white(); in lv_example_canvas_1()
/lvgl-latest/examples/widgets/bar/
Dlv_example_bar_6.c32 label_dsc.color = lv_color_white(); in event_cb()
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_4.c39 draw_rect_dsc.bg_img_recolor = lv_color_white(); in event_cb()
Dlv_example_chart_6.c48 draw_label_dsc.color = lv_color_white(); in event_cb()
/lvgl-latest/examples/widgets/roller/
Dlv_example_roller_3.c63 lv_style_set_text_color(&style, lv_color_white()); in lv_example_roller_3()
/lvgl-latest/examples/widgets/table/
Dlv_example_table_2.c26 rect_dsc.bg_color = lv_color_white(); in draw_event_cb()
/lvgl-latest/demos/music/
Dlv_demo_music.c240 lv_obj_set_style_text_color(bg, lv_color_white(), 0); in auto_step_cb()
/lvgl-latest/src/extra/themes/default/
Dlv_theme_default.c24 #define LIGHT_COLOR_CARD lv_color_white()
347 lv_style_set_text_color(&styles->bg_color_primary, lv_color_white()); in style_init()
357 lv_style_set_text_color(&styles->bg_color_secondary, lv_color_white()); in style_init()
424 lv_style_set_text_color(&styles->cb_marker_checked, lv_color_white()); in style_init()
431 lv_style_set_bg_color(&styles->switch_knob, lv_color_white()); in style_init()
632 lv_style_set_bg_color(&styles->led, lv_color_white()); in style_init()
636 lv_style_set_shadow_color(&styles->led, lv_color_white()); in style_init()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c723 lv_obj_set_style_outline_color(meter3, lv_color_white(), LV_PART_INDICATOR); in analytics_create()
729 lv_meter_set_scale_ticks(meter3, scale, 21, 3, 17, lv_color_white()); in analytics_create()
730 lv_meter_set_scale_major_ticks(meter3, scale, 4, 4, 22, lv_color_white(), 15); in analytics_create()
984 lv_obj_set_style_bg_color(color_cont, lv_color_white(), 0); in color_changer_create()
1007 lv_obj_set_style_bg_color(btn, lv_color_white(), LV_STATE_CHECKED); in color_changer_create()
1322 label_dsc.color = lv_color_white(); in slider_event_cb()
1395 dsc->rect_dsc->outline_color = lv_color_white(); in chart_event_cb()
1444 label_dsc.color = lv_color_white(); in chart_event_cb()
/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl_img.c203 _lv_img_cache_entry_t * cdsc = _lv_img_cache_open(src, lv_color_white(), frame_id); in lv_draw_sdl_img_load_texture()
389 … lv_color_t recolor = lv_color_mix(draw_dsc->recolor, lv_color_white(), draw_dsc->recolor_opa); in apply_recolor_opa()
/lvgl-latest/src/extra/themes/mono/
Dlv_theme_mono.c20 #define COLOR_FG dark_bg ? lv_color_white() : lv_color_black()
21 #define COLOR_BG dark_bg ? lv_color_black() : lv_color_white()
/lvgl-latest/src/misc/
Dlv_color.c128 return lv_color_mix(lv_color_white(), c, lvl); in lv_color_lighten()
Dlv_style.c321 value.color = lv_color_white(); in lv_style_prop_get_default()
Dlv_color.h695 static inline lv_color_t lv_color_white(void) in lv_color_white() function
/lvgl-latest/src/extra/others/ime/
Dlv_ime_pinyin.c593 lv_obj_set_style_bg_color(pinyin_ime->cand_panel, lv_color_white(), LV_PART_ITEMS); in lv_ime_pinyin_constructor()
599 …lv_obj_set_style_bg_color(pinyin_ime->cand_panel, lv_color_white(), LV_PART_ITEMS | LV_STATE_PRESS… in lv_ime_pinyin_constructor()
/lvgl-latest/src/extra/themes/basic/
Dlv_theme_basic.c20 #define COLOR_WHITE lv_color_white()
/lvgl-latest/docs/overview/
Dcolor.md87 `lv_color_white()` and `lv_color_black()` return `0xFFFFFF` and `0x000000` respectively.
/lvgl-latest/src/hal/
Dlv_hal_disp.c207 disp->bg_color = lv_color_white(); in lv_disp_drv_register()

12