Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/imagebutton/
Dlv_imagebutton_private.h38lv_imagebutton_src_info_t src_mid[LV_IMAGEBUTTON_STATE_NUM]; /**< Store center images to each st…
39lv_imagebutton_src_info_t src_left[LV_IMAGEBUTTON_STATE_NUM]; /**< Store left side images to each…
40lv_imagebutton_src_info_t src_right[LV_IMAGEBUTTON_STATE_NUM]; /**< Store right side images to eac…
Dlv_imagebutton.c39 static void update_src_info(lv_imagebutton_src_info_t * info, const void * src);
198 lv_imagebutton_src_info_t * src_info = &imagebutton->src_left[state]; in draw_main()
329 static void update_src_info(lv_imagebutton_src_info_t * info, const void * src) in update_src_info()
332 lv_memzero(info, sizeof(lv_imagebutton_src_info_t)); in update_src_info()
/lvgl-latest/src/misc/
Dlv_types.h206 typedef struct _lv_imagebutton_src_info_t lv_imagebutton_src_info_t; typedef