Searched refs:lv_imagebutton_src_info_t (Results 1 – 3 of 3) sorted by relevance
38 …lv_imagebutton_src_info_t src_mid[LV_IMAGEBUTTON_STATE_NUM]; /**< Store center images to each st…39 …lv_imagebutton_src_info_t src_left[LV_IMAGEBUTTON_STATE_NUM]; /**< Store left side images to each…40 …lv_imagebutton_src_info_t src_right[LV_IMAGEBUTTON_STATE_NUM]; /**< Store right side images to eac…
39 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()
206 typedef struct _lv_imagebutton_src_info_t lv_imagebutton_src_info_t; typedef