Searched refs:LV_STYLE_TRANSFORM_ZOOM (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.4.0/src/misc/ |
D | lv_style.c | 235 case LV_STYLE_TRANSFORM_ZOOM: in lv_style_prop_get_default()
|
D | lv_style.h | 174 …LV_STYLE_TRANSFORM_ZOOM = 14 | LV_STYLE_PROP_EXT_DRAW | LV_STYLE_PROP_LAYOUT_REFR | LV_ST… enumerator
|
D | lv_style_gen.h | 160 .prop = LV_STYLE_TRANSFORM_ZOOM, .value = { .num = (int32_t)val } \
|
D | lv_style_gen.c | 112 lv_style_set_prop(style, LV_STYLE_TRANSFORM_ZOOM, v); in lv_style_set_transform_zoom()
|
/lvgl-3.4.0/src/core/ |
D | lv_obj_style.c | 393 else if(lv_style_get_prop(style, LV_STYLE_TRANSFORM_ZOOM, &v)) layout_diff = true; in _lv_obj_style_state_compare() 403 …else if(lv_style_get_prop(style, LV_STYLE_TRANSFORM_ZOOM, &v)) res = _LV_STYLE_STATE_CMP_DIFF_DRAW… in _lv_obj_style_state_compare()
|
D | lv_obj_style_gen.c | 112 lv_obj_set_local_style_prop(obj, LV_STYLE_TRANSFORM_ZOOM, v, selector); in lv_obj_set_style_transform_zoom()
|
D | lv_obj_style_gen.h | 81 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_TRANSFORM_ZOOM); in lv_obj_get_style_transform_zoom()
|
/lvgl-3.4.0/src/extra/themes/default/ |
D | lv_theme_default.c | 211 LV_STYLE_TRANSFORM_ZOOM, LV_STYLE_TRANSFORM_ANGLE, in style_init()
|