Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/image/
Dlv_image.c39 static lv_point_t lv_image_get_pivot_helper(lv_obj_t * obj);
67 .getter = lv_image_get_pivot_helper,
880 static lv_point_t lv_image_get_pivot_helper(lv_obj_t * obj) in lv_image_get_pivot_helper() function