Searched defs:idx (Results 1 – 10 of 10) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_printf.c | 125 static inline void _out_buffer(char character, void * buffer, size_t idx, size_t maxlen) in _out_buffer() 133 static inline void _out_null(char character, void * buffer, size_t idx, size_t maxlen) in _out_null() 168 static size_t _out_rev(out_fct_type out, char * buffer, size_t idx, size_t maxlen, const char * buf… in _out_rev() 197 static size_t _ntoa_format(out_fct_type out, char * buffer, size_t idx, size_t maxlen, char * buf, … in _ntoa_format() 251 static size_t _ntoa_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned long … in _ntoa_long() 276 static size_t _ntoa_long_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned … in _ntoa_long_long() 309 static size_t _ftoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _ftoa() 438 static size_t _etoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _etoa() 553 size_t idx = 0U; in _vsnprintf() local
|
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_snapshot.c | 12 uint32_t idx = 0; in test_snapshot_should_not_leak_memory() local
|
D | test_switch.c | 51 size_t idx = 0; in test_switch_should_not_leak_memory_after_deletion() local
|
/lvgl-3.7.0/src/extra/widgets/animimg/ |
D | lv_animimg.c | 130 lv_coord_t idx; in index_change() local
|
/lvgl-3.7.0/demos/music/ |
D | lv_demo_music_list.c | 224 uint32_t idx = lv_obj_get_child_id(btn); in btn_click_event_cb() local
|
/lvgl-3.7.0/src/extra/widgets/calendar/ |
D | lv_calendar_header_dropdown.c | 72 uint32_t idx = 0; in lv_calendar_header_dropdown_set_year_list() local
|
/lvgl-3.7.0/src/draw/sdl/ |
D | lv_draw_sdl_composite.c | 269 const size_t idx = y * pitch + x * 4; in dump_masks() local
|
/lvgl-3.7.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite_arc.c | 548 int idx = *pidx; in add_split_arc_path() local
|
/lvgl-3.7.0/src/widgets/ |
D | lv_table.c | 284 uint32_t idx = old_col_start + min_col_cnt + i; in lv_table_set_col_cnt() local
|
/lvgl-3.7.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 2205 static stbtt__buf stbtt__get_subr(stbtt__buf idx, int n)
|