Home
last modified time | relevance | path

Searched refs:style_common (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c70 static lv_style_t style_common; variable
105 lv_style_reset(&style_common); in rectangle_cb()
106 lv_style_set_bg_opa(&style_common, opa_mode ? LV_OPA_50 : LV_OPA_COVER); in rectangle_cb()
107 rect_create(&style_common); in rectangle_cb()
112 lv_style_reset(&style_common); in rectangle_rounded_cb()
113 lv_style_set_radius(&style_common, RADIUS); in rectangle_rounded_cb()
114 lv_style_set_bg_opa(&style_common, opa_mode ? LV_OPA_50 : LV_OPA_COVER); in rectangle_rounded_cb()
115 rect_create(&style_common); in rectangle_rounded_cb()
120 lv_style_reset(&style_common); in rectangle_circle_cb()
121 lv_style_set_radius(&style_common, LV_RADIUS_CIRCLE); in rectangle_circle_cb()
[all …]