Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/misc/
Dlv_style.c235 case LV_STYLE_TRANSFORM_ZOOM: in lv_style_prop_get_default()
Dlv_style.h174LV_STYLE_TRANSFORM_ZOOM = 14 | LV_STYLE_PROP_EXT_DRAW | LV_STYLE_PROP_LAYOUT_REFR | LV_ST… enumerator
Dlv_style_gen.h160 .prop = LV_STYLE_TRANSFORM_ZOOM, .value = { .num = (int32_t)val } \
Dlv_style_gen.c112 lv_style_set_prop(style, LV_STYLE_TRANSFORM_ZOOM, v); in lv_style_set_transform_zoom()
/lvgl-3.4.0/src/core/
Dlv_obj_style.c393 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()
Dlv_obj_style_gen.c112 lv_obj_set_local_style_prop(obj, LV_STYLE_TRANSFORM_ZOOM, v, selector); in lv_obj_set_style_transform_zoom()
Dlv_obj_style_gen.h81 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/
Dlv_theme_default.c211 LV_STYLE_TRANSFORM_ZOOM, LV_STYLE_TRANSFORM_ANGLE, in style_init()