Searched refs:element (Results 1 – 7 of 7) sorted by relevance
36 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() argument329 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() argument340 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() argument593 return ((int32_t)(*(uint16_t *)ref)) - ((int32_t)(*(uint16_t *)element)); in unicode_list_compare()
19 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_…
26 … can be done by declaring 2 arrays and the track sizes in them. The last element must be `LV_GRID_…
108 Firstly, create an animation element but don’t call `lv_anim_start()`.
69 … or encoder(s). It works similar to the *TAB* key on the PC to select an element in an application…
140 From time to time you may need to retrieve the scroll position of an element, either to restore it …
5 …ts to change their appearance. Upon assignment, the target part (*pseudo-element* in CSS) and targ…