Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 10 of 10) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_printf.c125 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/
Dtest_snapshot.c12 uint32_t idx = 0; in test_snapshot_should_not_leak_memory() local
Dtest_switch.c51 size_t idx = 0; in test_switch_should_not_leak_memory_after_deletion() local
/lvgl-3.7.0/src/extra/widgets/animimg/
Dlv_animimg.c130 lv_coord_t idx; in index_change() local
/lvgl-3.7.0/demos/music/
Dlv_demo_music_list.c224 uint32_t idx = lv_obj_get_child_id(btn); in btn_click_event_cb() local
/lvgl-3.7.0/src/extra/widgets/calendar/
Dlv_calendar_header_dropdown.c72 uint32_t idx = 0; in lv_calendar_header_dropdown_set_year_list() local
/lvgl-3.7.0/src/draw/sdl/
Dlv_draw_sdl_composite.c269 const size_t idx = y * pitch + x * 4; in dump_masks() local
/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_arc.c548 int idx = *pidx; in add_split_arc_path() local
/lvgl-3.7.0/src/widgets/
Dlv_table.c284 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/
Dstb_truetype_htcw.h2205 static stbtt__buf stbtt__get_subr(stbtt__buf idx, int n)