Searched refs:style3 (Results 1 – 1 of 1) sorted by relevance
/lvgl-2.7.6/tests/lv_test_core/ |
D | lv_test_style.c | 440 lv_style_t style3; in mem_leak() local 441 lv_style_init(&style3); in mem_leak() 450 _lv_style_set_color(&style3, LV_STYLE_LINE_COLOR, LV_COLOR_RED); in mem_leak() 451 …_lv_style_set_color(&style3, LV_STYLE_LINE_COLOR | (LV_STATE_EDITED) << LV_STYLE_STATE_POS, LV_COL… in mem_leak() 452 _lv_style_set_color(&style3, LV_STYLE_LINE_COLOR, LV_COLOR_BLUE); in mem_leak() 453 …_lv_style_set_color(&style3, LV_STYLE_LINE_COLOR | (LV_STATE_EDITED | LV_STATE_FOCUSED) << LV_STYL… in mem_leak() 455 _lv_style_set_color(&style3, LV_STYLE_BG_COLOR, LV_COLOR_RED); in mem_leak() 457 _lv_style_set_color(&style3, LV_STYLE_IMAGE_RECOLOR, LV_COLOR_RED); in mem_leak() 461 lv_style_reset(&style3); in mem_leak() 500 _lv_style_set_color(&style3, LV_STYLE_LINE_COLOR, LV_COLOR_RED); in mem_leak() [all …]
|