/lvgl-latest/scripts/ |
D | jpg_to_sjpg.py | 69 header = bytearray() variable 72 header = header + bytearray("_SJPG__".encode("UTF-8")); variable 75 header = header + bytearray(("\x00" + SJPG_FILE_FORMAT_VERSION + "\x00").encode("UTF-8")); variable 78 header = header + width.to_bytes(2, byteorder='little'); variable 81 header = header + height.to_bytes(2, byteorder='little'); variable 84 header = header + spilts.to_bytes(2, byteorder='little'); variable 87 header = header + int(JPEG_SPLIT_HEIGHT).to_bytes(2, byteorder='little'); variable 91 header = header + item_len.to_bytes(2, byteorder='little'); variable
|
/lvgl-latest/src/extra/widgets/win/ |
D | lv_win.c | 56 lv_obj_t * header = lv_win_get_header(win); in lv_win_add_title() local 66 lv_obj_t * header = lv_win_get_header(win); in lv_win_add_btn() local 98 lv_obj_t * header = lv_obj_create(obj); in lv_win_constructor() local
|
/lvgl-latest/src/extra/widgets/calendar/ |
D | lv_calendar_header_arrow.c | 105 lv_obj_t * header = lv_obj_get_parent(btn); in month_event_cb() local 140 lv_obj_t * header = lv_event_get_target(e); in value_changed_event_cb() local
|
D | lv_calendar_header_dropdown.c | 176 lv_obj_t * header = lv_event_get_target(e); in value_changed_event_cb() local
|
/lvgl-latest/examples/widgets/btnmatrix/ |
D | lv_example_btnmatrix_2.c | 46 lv_img_header_t header; in event_cb() local
|
/lvgl-latest/src/extra/widgets/imgbtn/ |
D | lv_imgbtn.c | 200 lv_img_header_t header; in lv_imgbtn_event() local 241 lv_img_header_t header; in draw_main() local 303 lv_img_header_t header; in refr_img() local
|
/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl_img.c | 106 lv_draw_sdl_img_header_t * header = NULL; in lv_draw_sdl_img_core() local 167 static void calc_draw_part(SDL_Texture * texture, const lv_draw_sdl_img_header_t * header, const lv… in calc_draw_part() 201 lv_draw_sdl_img_header_t ** header, bool * texture_in_cache) in lv_draw_sdl_img_load_texture() 310 …img_simple(lv_draw_sdl_ctx_t * ctx, SDL_Texture * texture, const lv_draw_sdl_img_header_t * header, in draw_img_simple() 331 …mg_rounded(lv_draw_sdl_ctx_t * ctx, SDL_Texture * texture, const lv_draw_sdl_img_header_t * header, in draw_img_rounded() 400 … const lv_draw_sdl_img_header_t * header, int w, int h, lv_coord_t radius, in img_rounded_frag_obtain()
|
D | lv_draw_sdl_texture_cache.c | 118 lv_draw_sdl_cache_key_head_img_t header; in lv_draw_sdl_texture_img_key_create() local
|
D | lv_draw_sdl_rect.c | 553 lv_img_header_t header; in draw_bg_img() local
|
/lvgl-latest/src/extra/libs/bmp/ |
D | lv_bmp.c | 72 static lv_res_t decoder_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t * header) in decoder_info() 140 uint8_t header[54]; in decoder_open() local
|
/lvgl-latest/src/extra/others/imgfont/ |
D | lv_imgfont.c | 110 lv_img_header_t header; in imgfont_get_glyph_dsc() local
|
/lvgl-latest/src/extra/libs/png/ |
D | lv_png.c | 65 …_res_t decoder_info(struct _lv_img_decoder_t * decoder, const void * src, lv_img_header_t * header) in decoder_info()
|
/lvgl-latest/src/draw/ |
D | lv_img_decoder.h | 114 lv_img_header_t header; member
|
D | lv_img_decoder.c | 83 lv_res_t lv_img_decoder_get_info(const void * src, lv_img_header_t * header) in lv_img_decoder_get_info() 273 …v_img_decoder_built_in_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t * header) in lv_img_decoder_built_in_info()
|
D | lv_img_buf.h | 141 lv_img_header_t header; /**< A header describing the basics of the image*/ member
|
/lvgl-latest/tests/unity/ |
D | unity_support.c | 146 char header[8]; // 8 is the maximum size that can be checked in read_png_file() local
|
/lvgl-latest/src/extra/libs/ffmpeg/ |
D | lv_ffmpeg.c | 261 static lv_res_t decoder_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t * header) in decoder_info() 578 lv_img_header_t * header) in ffmpeg_get_img_header()
|
/lvgl-latest/src/widgets/ |
D | lv_img.c | 106 lv_img_header_t header; in lv_img_set_src() local
|
D | lv_canvas.c | 606 lv_img_header_t header; in lv_canvas_draw_img() local
|
D | lv_dropdown.c | 819 lv_img_header_t header; in draw_main() local
|
/lvgl-latest/src/extra/libs/sjpg/ |
D | lv_sjpg.c | 147 static lv_res_t decoder_info(lv_img_decoder_t * decoder, const void * src, lv_img_header_t * header) in decoder_info()
|
/lvgl-latest/src/font/ |
D | lv_font_loader.c | 339 … uint32_t start, uint32_t * glyph_offset, uint32_t loca_count, font_header_bin_t * header) in load_glyph()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_rect.c | 355 lv_img_header_t header; in draw_bg_img() local
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 750 lv_img_header_t header; in refr_area_part() local
|