Searched refs:suffix (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_txt.c | 77 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/ |
D | gifdec.c | 17 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/ |
D | code-format.cfg | 22 --suffix=none
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 1017 - fix(core) add L suffix to enums to ensure 16-bit compatibility [`2760`](https://github.com/lvgl/l…
|