Home
last modified time | relevance | path

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

/lvgl-latest/demos/render/
Dlv_demo_render.c926 lv_obj_t * op_label = lv_label_create(parent); in linear_gradient_cb() local
927 lv_label_set_text(op_label, opa_txt[x]); in linear_gradient_cb()
928 … lv_obj_set_grid_cell(op_label, LV_GRID_ALIGN_CENTER, 1 + x * 2, 2, LV_GRID_ALIGN_CENTER, 0, 1); in linear_gradient_cb()
1004 lv_obj_t * op_label = lv_label_create(parent); in radial_gradient_cb() local
1005 lv_label_set_text(op_label, opa_txt[x]); in radial_gradient_cb()
1006 … lv_obj_set_grid_cell(op_label, LV_GRID_ALIGN_CENTER, 1 + x * 2, 2, LV_GRID_ALIGN_CENTER, 0, 1); in radial_gradient_cb()
1078 lv_obj_t * op_label = lv_label_create(parent); in conical_gradient_cb() local
1079 lv_label_set_text(op_label, opa_txt[x]); in conical_gradient_cb()
1080 … lv_obj_set_grid_cell(op_label, LV_GRID_ALIGN_CENTER, 1 + x * 2, 2, LV_GRID_ALIGN_CENTER, 0, 1); in conical_gradient_cb()