Home
last modified time | relevance | path

Searched defs:props (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/examples/scroll/
Dlv_example_scroll_4.c34 static const lv_style_prop_t props[] = {LV_STYLE_BG_OPA, LV_STYLE_WIDTH, 0}; in lv_example_scroll_4() local
/lvgl-latest/examples/styles/
Dlv_example_style_10.c9 …static const lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, LV_STYLE_BORDER_COLOR, LV_STYLE_BORDER_… in lv_example_style_10() local
/lvgl-latest/examples/widgets/button/
Dlv_example_button_2.c49 static lv_style_prop_t props[] = {LV_STYLE_OUTLINE_WIDTH, LV_STYLE_OUTLINE_OPA, 0}; in lv_example_button_2() local
Dlv_example_button_3.c10 static lv_style_prop_t props[] = { in lv_example_button_3() local
/lvgl-latest/examples/widgets/slider/
Dlv_example_slider_2.c10 static const lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, 0}; in lv_example_slider_2() local
/lvgl-latest/src/core/
Dlv_obj_style.c141 lv_style_const_prop_t * props = style->values_and_props; in lv_obj_add_style() local
147 …lv_style_prop_t * props = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv… in lv_obj_add_style() local
1009 lv_style_const_prop_t * props = style->values_and_props; in full_cache_refresh() local
1015 …lv_style_prop_t * props = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv… in full_cache_refresh() local
1029 lv_style_const_prop_t * props = style->values_and_props; in full_cache_refresh() local
1035 …lv_style_prop_t * props = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv… in full_cache_refresh() local
1061 lv_style_const_prop_t * props = style->values_and_props; in style_has_flag() local
1070 …lv_style_prop_t * props = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv… in style_has_flag() local
/lvgl-latest/src/misc/
Dlv_style.c306 lv_style_prop_t * props; in lv_style_set_prop() local
355 void lv_style_transition_dsc_init(lv_style_transition_dsc_t * tr, const lv_style_prop_t props[], in lv_style_transition_dsc_init()
Dlv_style.h352 const lv_style_prop_t * props; /**< An array with the properties to animate.*/ member
504 lv_style_const_prop_t * props = (lv_style_const_prop_t *)style->values_and_props; in lv_style_get_prop_inlined() local
514 …lv_style_prop_t * props = (lv_style_prop_t *)style->values_and_props + style->prop_cnt * sizeof(lv… in lv_style_get_prop_inlined() local
/lvgl-latest/scripts/
Dstyle_api_gen.py7 props = [ variable
/lvgl-latest/src/drivers/wayland/
Dlv_wayland_smm.c102 struct smm_pool_properties props; member
110 struct smm_buffer_properties props; member
118 struct smm_group_properties props; member
Dlv_wayland.c1318 const struct smm_buffer_properties * props; in handle_wl_buffer_release() local
1400 const struct smm_buffer_properties * props = SMM_BUFFER_PROPERTIES(src_buf); in cache_apply_areas() local
1437 const struct smm_pool_properties * props = SMM_POOL_PROPERTIES(pool); in sme_new_pool() local
1451 const struct smm_pool_properties * props = SMM_POOL_PROPERTIES(pool); in sme_expand_pool() local
1471 const struct smm_buffer_properties * props = SMM_BUFFER_PROPERTIES(buf); in sme_new_buffer() local
1504 const struct smm_buffer_properties * props = SMM_BUFFER_PROPERTIES(buf); in sme_init_buffer() local
/lvgl-latest/src/drivers/display/drm/
Dlv_linux_drm.c246 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(drm_dev->fd, drm_dev->plane_id, in drm_get_plane_props() local
267 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(drm_dev->fd, drm_dev->crtc_id, in drm_get_crtc_props() local
288 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(drm_dev->fd, drm_dev->conn_id, in drm_get_conn_props() local
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_home.c366 …static const lv_style_prop_t props[] = {LV_STYLE_BG_OPA, LV_STYLE_TRANSFORM_HEIGHT, LV_STYLE_TRANS… in bullets_create() local