/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_4.c | 34 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/ |
D | lv_example_style_10.c | 9 …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/ |
D | lv_example_button_2.c | 49 static lv_style_prop_t props[] = {LV_STYLE_OUTLINE_WIDTH, LV_STYLE_OUTLINE_OPA, 0}; in lv_example_button_2() local
|
D | lv_example_button_3.c | 10 static lv_style_prop_t props[] = { in lv_example_button_3() local
|
/lvgl-latest/examples/widgets/slider/ |
D | lv_example_slider_2.c | 10 static const lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, 0}; in lv_example_slider_2() local
|
/lvgl-latest/src/core/ |
D | lv_obj_style.c | 141 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/ |
D | lv_style.c | 306 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()
|
D | lv_style.h | 352 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/ |
D | style_api_gen.py | 7 props = [ variable
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland_smm.c | 102 struct smm_pool_properties props; member 110 struct smm_buffer_properties props; member 118 struct smm_group_properties props; member
|
D | lv_wayland.c | 1318 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/ |
D | lv_linux_drm.c | 246 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/ |
D | lv_demo_ebike_home.c | 366 …static const lv_style_prop_t props[] = {LV_STYLE_BG_OPA, LV_STYLE_TRANSFORM_HEIGHT, LV_STYLE_TRANS… in bullets_create() local
|