Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 6 of 6) sorted by relevance

/lvgl-3.7.0/
Dlvgl.pc.in1 prefix="@CMAKE_INSTALL_PREFIX@"
2 includedir="${prefix}/@INC_INSTALL_DIR@"
3 libdir=${prefix}/lib
/lvgl-3.7.0/tests/
Dmain.py64 prefix = 'OPTIONS_'
65 assert options_name.startswith(prefix)
66 return options_name[len(prefix):].lower()
/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.c16 uint16_t prefix; 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()
447 if (entry.prefix == 0xFFF) in read_image_data()
450 entry = table->entries[entry.prefix]; in read_image_data()
/lvgl-3.7.0/docs/widgets/core/
Dimg.md35 …, that is the images can display texts by using `LV_SYMBOL_DUMMY` as the prefix of the text. For e…
/lvgl-3.7.0/docs/
DCHANGELOG.md1281 - fix(mem) add lv_ prefix to tlsf functions and types [`0d52b59`](https://github.com/lvgl/lvgl/comm…
1571 - fix(mem) add lv_ prefix to tlsf functions and types <a href="https://github.com/lvgl/lvgl/commit/…
1621 - The `lv_` prefix is removed from the folder names
/lvgl-3.7.0/scripts/
DDoxyfile1071 # In case all classes in a project start with a common prefix, all classes will
1073 # can be used to specify a prefix (or a list of prefixes) that should be ignored