Searched refs:LV_STYLE_TRANSFORM_WIDTH (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/examples/widgets/button/ |
D | lv_example_button_3.c | 11 LV_STYLE_TRANSFORM_WIDTH, LV_STYLE_TRANSFORM_HEIGHT, LV_STYLE_TEXT_LETTER_SPACE, 0 in lv_example_button_3()
|
/lvgl-latest/examples/widgets/imagebutton/ |
D | lv_example_imagebutton_1.c | 11 static lv_style_prop_t tr_prop[] = {LV_STYLE_TRANSFORM_WIDTH, LV_STYLE_IMAGE_RECOLOR_OPA, 0}; in lv_example_imagebutton_1()
|
/lvgl-latest/src/misc/ |
D | lv_style.h | 303 LV_STYLE_TRANSFORM_WIDTH = 104, enumerator
|
D | lv_style.c | 48 …[LV_STYLE_TRANSFORM_WIDTH] = LV_STYLE_PROP_FLAG_EXT_DRAW_UPDATE | LV_STYLE_PROP_FLAG_TRA…
|
D | lv_style_gen.c | 98 lv_style_set_prop(style, LV_STYLE_TRANSFORM_WIDTH, v); in lv_style_set_transform_width()
|
D | lv_style_gen.h | 189 .prop = LV_STYLE_TRANSFORM_WIDTH, .value = { .num = (int32_t)val } \
|
/lvgl-latest/src/widgets/property/ |
D | lv_style_properties.h | 122 …ROPERTY_ID(STYLE, TRANSFORM_WIDTH, LV_PROPERTY_TYPE_INT, LV_STYLE_TRANSFORM_WIDTH),
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 366 …e_prop_t props[] = {LV_STYLE_BG_OPA, LV_STYLE_TRANSFORM_HEIGHT, LV_STYLE_TRANSFORM_WIDTH, LV_STYLE… in bullets_create()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 98 lv_obj_set_local_style_prop(obj, LV_STYLE_TRANSFORM_WIDTH, v, selector); in lv_obj_set_style_transform_width()
|
D | lv_obj_style.c | 531 … if(lv_style_get_prop(style, LV_STYLE_TRANSFORM_WIDTH, &v)) res = LV_STYLE_STATE_CMP_DIFF_DRAW_PAD; in lv_obj_style_state_compare()
|
D | lv_obj_style_gen.h | 84 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_TRANSFORM_WIDTH); in lv_obj_get_style_transform_width()
|
/lvgl-latest/src/themes/default/ |
D | lv_theme_default.c | 218 LV_STYLE_TRANSFORM_WIDTH, LV_STYLE_TRANSFORM_HEIGHT, in style_init()
|