/lvgl-latest/src/draw/ |
D | lv_draw_rect.c | 40 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()
|
D | lv_draw_img.c | 358 rect_dsc.bg_color = lv_color_white();
|
/lvgl-latest/examples/widgets/btnmatrix/ |
D | lv_example_btnmatrix_2.c | 22 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/ |
D | lv_example_imgbtn_1.c | 17 lv_style_set_text_color(&style_def, lv_color_white()); in lv_example_imgbtn_1()
|
/lvgl-latest/examples/styles/ |
D | lv_example_style_11.c | 19 lv_style_set_text_color(&style_base, lv_color_white()); in lv_example_style_11()
|
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_4.c | 45 label_dsc.color = lv_color_white(); in lv_example_label_4()
|
/lvgl-latest/examples/widgets/btn/ |
D | lv_example_btn_2.c | 31 lv_style_set_text_color(&style, lv_color_white()); in lv_example_btn_2()
|
/lvgl-latest/examples/widgets/canvas/ |
D | lv_example_canvas_1.c | 18 rect_dsc.border_color = lv_color_white(); in lv_example_canvas_1()
|
/lvgl-latest/examples/widgets/bar/ |
D | lv_example_bar_6.c | 32 label_dsc.color = lv_color_white(); in event_cb()
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_4.c | 39 draw_rect_dsc.bg_img_recolor = lv_color_white(); in event_cb()
|
D | lv_example_chart_6.c | 48 draw_label_dsc.color = lv_color_white(); in event_cb()
|
/lvgl-latest/examples/widgets/roller/ |
D | lv_example_roller_3.c | 63 lv_style_set_text_color(&style, lv_color_white()); in lv_example_roller_3()
|
/lvgl-latest/examples/widgets/table/ |
D | lv_example_table_2.c | 26 rect_dsc.bg_color = lv_color_white(); in draw_event_cb()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music.c | 240 lv_obj_set_style_text_color(bg, lv_color_white(), 0); in auto_step_cb()
|
/lvgl-latest/src/extra/themes/default/ |
D | lv_theme_default.c | 24 #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/ |
D | lv_demo_widgets.c | 723 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/ |
D | lv_draw_sdl_img.c | 203 _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/ |
D | lv_theme_mono.c | 20 #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/ |
D | lv_color.c | 128 return lv_color_mix(lv_color_white(), c, lvl); in lv_color_lighten()
|
D | lv_style.c | 321 value.color = lv_color_white(); in lv_style_prop_get_default()
|
D | lv_color.h | 695 static inline lv_color_t lv_color_white(void) in lv_color_white() function
|
/lvgl-latest/src/extra/others/ime/ |
D | lv_ime_pinyin.c | 593 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/ |
D | lv_theme_basic.c | 20 #define COLOR_WHITE lv_color_white()
|
/lvgl-latest/docs/overview/ |
D | color.md | 87 `lv_color_white()` and `lv_color_black()` return `0xFFFFFF` and `0x000000` respectively.
|
/lvgl-latest/src/hal/ |
D | lv_hal_disp.c | 207 disp->bg_color = lv_color_white(); in lv_disp_drv_register()
|