Searched refs:lv_image_dsc_t (Results 1 – 25 of 370) sorted by relevance
12345678910>>...15
/lvgl-latest/src/others/snapshot/ |
D | lv_snapshot.h | 76 void lv_snapshot_free(lv_image_dsc_t * dsc); 88 lv_result_t lv_snapshot_take_to_buf(lv_obj_t * obj, lv_color_format_t cf, lv_image_dsc_t * dsc,
|
D | lv_snapshot.c | 156 void lv_snapshot_free(lv_image_dsc_t * dsc) in lv_snapshot_free() 162 lv_result_t lv_snapshot_take_to_buf(lv_obj_t * obj, lv_color_format_t cf, lv_image_dsc_t * dsc, in lv_snapshot_take_to_buf() 171 lv_memcpy((void *)dsc, &draw_buf, sizeof(lv_image_dsc_t)); in lv_snapshot_take_to_buf()
|
/lvgl-latest/src/widgets/image/ |
D | lv_image.h | 204 void lv_image_set_bitmap_map_src(lv_obj_t * obj, const lv_image_dsc_t * src); 295 const lv_image_dsc_t * lv_image_get_bitmap_map_src(lv_obj_t * obj); 302 #define LV_IMAGE_DECLARE(var_name) extern const lv_image_dsc_t var_name
|
/lvgl-latest/src/draw/ |
D | lv_draw_buf.h | 321 void lv_draw_buf_from_image(lv_draw_buf_t * buf, const lv_image_dsc_t * img); 323 void lv_draw_buf_to_image(const lv_draw_buf_t * buf, lv_image_dsc_t * img); 340 void lv_image_buf_set_palette(lv_image_dsc_t * dsc, uint8_t id, lv_color32_t c); 346 void lv_image_buf_free(lv_image_dsc_t * dsc);
|
/lvgl-latest/src/libs/ffmpeg/ |
D | lv_ffmpeg_private.h | 32 lv_image_dsc_t imgdsc;
|
/lvgl-latest/src/libs/gif/ |
D | lv_gif_private.h | 38 lv_image_dsc_t imgdsc;
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 122 lv_image_dsc_t * image = (lv_image_dsc_t *)src; in lv_bin_decoder_info() 252 lv_image_dsc_t * image = (lv_image_dsc_t *)dsc->src; in lv_bin_decoder_open() 306 lv_image_dsc_t tmp = *image; in lv_bin_decoder_open() 474 const lv_image_dsc_t * image = dsc->src; in lv_bin_decoder_get_area() 630 lv_image_dsc_t * image = (lv_image_dsc_t *)dsc->src; in decode_indexed() 713 lv_image_dsc_t * image = (lv_image_dsc_t *)dsc->src; in load_indexed() 870 lv_memcpy(img_data, ((lv_image_dsc_t *)dsc->src)->data, file_len); in decode_alpha_only() 963 lv_image_dsc_t * image = (lv_image_dsc_t *)dsc->src; in decode_compressed() 990 lv_image_dsc_t * image = (lv_image_dsc_t *)dsc->src; in decode_compressed()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.h | 138 void lv_demo_smartwatch_register_watchface_cb(const char * name, const lv_image_dsc_t * preview, lv… 153 void lv_demo_smartwatch_register_app_cb(const char * name, const lv_image_dsc_t * icon, lv_obj_t **…
|
/lvgl-latest/demos/smartwatch/assets/ |
D | img_twitter_icon.c | 45 const lv_image_dsc_t img_twitter_icon = {
|
D | img_twitter_x_icon.c | 45 const lv_image_dsc_t img_twitter_x_icon = {
|
D | img_unmute_icon.c | 38 const lv_image_dsc_t img_unmute_icon = {
|
D | img_up_arrow_icon.c | 30 const lv_image_dsc_t img_up_arrow_icon = {
|
D | img_viber_icon.c | 45 const lv_image_dsc_t img_viber_icon = {
|
D | img_vkontakte_icon.c | 45 const lv_image_dsc_t img_vkontakte_icon = {
|
D | img_vol_down_icon.c | 141 const lv_image_dsc_t img_vol_down_icon = {
|
D | img_vol_up_icon.c | 141 const lv_image_dsc_t img_vol_up_icon = {
|
D | img_volume_down_g_icon.c | 45 const lv_image_dsc_t img_volume_down_g_icon = {
|
D | img_volupe_up_g_icon.c | 45 const lv_image_dsc_t img_volupe_up_g_icon = {
|
D | img_weather_app_icon.c | 141 const lv_image_dsc_t img_weather_app_icon = {
|
D | img_weather_day_0.c | 141 const lv_image_dsc_t img_weather_day_0 = {
|
D | img_weather_day_1.c | 141 const lv_image_dsc_t img_weather_day_1 = {
|
D | img_weather_day_2.c | 141 const lv_image_dsc_t img_weather_day_2 = {
|
D | img_weather_day_3.c | 141 const lv_image_dsc_t img_weather_day_3 = {
|
D | img_weather_day_4.c | 141 const lv_image_dsc_t img_weather_day_4 = {
|
D | img_weather_day_5.c | 141 const lv_image_dsc_t img_weather_day_5 = {
|
12345678910>>...15