Home
last modified time | relevance | path

Searched refs:element (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/font/
Dlv_font_fmt_txt.c36 static int32_t unicode_list_compare(const void * ref, const void * element);
37 static int32_t kern_pair_8_compare(const void * ref, const void * element);
38 static int32_t kern_pair_16_compare(const void * ref, const void * element);
326 static int32_t kern_pair_8_compare(const void * ref, const void * element) in kern_pair_8_compare() argument
329 const uint8_t * element8_p = element; in kern_pair_8_compare()
337 static int32_t kern_pair_16_compare(const void * ref, const void * element) in kern_pair_16_compare() argument
340 const uint16_t * element16_p = element; in kern_pair_16_compare()
591 static int32_t unicode_list_compare(const void * ref, const void * element) in unicode_list_compare() argument
593 return ((int32_t)(*(uint16_t *)ref)) - ((int32_t)(*(uint16_t *)element)); in unicode_list_compare()
/lvgl-latest/docs/widgets/core/
Dbtnmatrix.md19 Note that the last element has to be either `NULL` or an empty string (`""`)!
51 An element of `ctrl_map` should look like `ctrl_map[0] = width | LV_BTNM_CTRL_NO_REPEAT | LV_BTNM_…
/lvgl-latest/docs/layouts/
Dgrid.md26 … can be done by declaring 2 arrays and the track sizes in them. The last element must be `LV_GRID_…
/lvgl-latest/docs/overview/
Danimation.md108 Firstly, create an animation element but don’t call `lv_anim_start()`.
Dindev.md69 … or encoder(s). It works similar to the *TAB* key on the PC to select an element in an application…
Dscroll.md140 From time to time you may need to retrieve the scroll position of an element, either to restore it …
Dstyle.md5 …ts to change their appearance. Upon assignment, the target part (*pseudo-element* in CSS) and targ…