Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/image/
Dlv_image.c35 static void scale_update(lv_obj_t * obj, int32_t scale_x, int32_t scale_y);
371 scale_update(obj, zoom, zoom); in lv_image_set_scale()
387 scale_update(obj, zoom, img->scale_y); in lv_image_set_scale_x()
403 scale_update(obj, img->scale_x, zoom); in lv_image_set_scale_y()
818 static void scale_update(lv_obj_t * obj, int32_t scale_x, int32_t scale_y) in scale_update() function
863 scale_update(obj, scale_x, scale_y); in update_align()
869 scale_update(obj, LV_SCALE_NONE, LV_SCALE_NONE); in update_align()