Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.7.0/tests/src/test_cases/
Dtest_txt.c77 const char * suffix = "World"; in test_txt_should_insert_string_into_another() local
83 _lv_txt_ins(target, msg_len, suffix); in test_txt_should_insert_string_into_another()
/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.c17 uint8_t suffix; member
320 add_entry(Table **tablep, uint16_t length, uint16_t prefix, uint8_t suffix) in add_entry() argument
330 table->entries[table->nentries] = (Entry) {length, prefix, suffix}; in add_entry()
424 ret = add_entry(&table, str_len + 1, key, entry.suffix); in read_image_data()
446 gif->frame[(gif->fy + y) * gif->width + gif->fx + x] = entry.suffix; in read_image_data()
454 table->entries[table->nentries - 1].suffix = entry.suffix; in read_image_data()
/lvgl-3.7.0/scripts/
Dcode-format.cfg22 --suffix=none
/lvgl-3.7.0/docs/
DCHANGELOG.md1017 - fix(core) add L suffix to enums to ensure 16-bit compatibility [`2760`](https://github.com/lvgl/l…