Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 9 of 9) sorted by relevance

/lvgl-3.4.0/src/misc/
Dlv_anim_timeline.c31 bool reverse; /**< Reverse playback*/ member
96 bool reverse = at->reverse; in lv_anim_timeline_start() local
102 if(reverse) { in lv_anim_timeline_start()
128 void lv_anim_timeline_set_reverse(lv_anim_timeline_t * at, bool reverse) in lv_anim_timeline_set_reverse() argument
131 at->reverse = reverse; in lv_anim_timeline_set_reverse()
187 return at->reverse; in lv_anim_timeline_get_reverse()
Dlv_anim_timeline.h72 void lv_anim_timeline_set_reverse(lv_anim_timeline_t * at, bool reverse);
Dlv_tlsf.c87 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() local
88 const int bit = 32 - __builtin_clz(reverse); in tlsf_ffs()
140 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() local
141 const int bit = 32 - _CountLeadingZeros(reverse); in tlsf_ffs()
150 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() local
151 const int bit = 32 - __clz(reverse); in tlsf_ffs()
168 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() local
169 const int bit = 32 - __CLZ32(reverse); in tlsf_ffs()
185 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() local
186 return TLSF_FLS32(reverse) - 1; in tlsf_ffs()
/lvgl-3.4.0/examples/anim/
Dlv_example_anim_timeline_1.c100 bool reverse = lv_obj_has_state(btn, LV_STATE_CHECKED); in btn_start_event_handler() local
101 lv_anim_timeline_set_reverse(anim_timeline, reverse); in btn_start_event_handler()
Dlv_example_anim_timeline_1.py133 reverse = btn.has_state(lv.STATE.CHECKED)
134 lv.anim_timeline_set_reverse(self.anim_timeline,reverse)
/lvgl-3.4.0/docs/overview/
Danimation.md117 …backward playback of the entire animation group, using `lv_anim_timeline_set_reverse(at, reverse)`.
125 Call `lv_anim_timeline_get_reverse(at)` function to get whether to reverse the animation timeline.
/lvgl-3.4.0/src/extra/layouts/grid/
Dlv_grid.c58 lv_coord_t * size_array, lv_coord_t * pos_array, bool reverse);
705 lv_coord_t * size_array, lv_coord_t * pos_array, bool reverse) in grid_align() argument
760 if(reverse) { in grid_align()
/lvgl-3.4.0/src/extra/libs/png/
Dlodepng.c742 unsigned reverse = reverseBits(symbol, l); in HuffmanTree_makeTable() local
752 unsigned index = reverse | (j << l); in HuffmanTree_makeTable()
760 unsigned index = reverse & mask; in HuffmanTree_makeTable()
769 unsigned reverse2 = reverse >> FIRSTBITS; /* l - FIRSTBITS bits */ in HuffmanTree_makeTable()
/lvgl-3.4.0/scripts/
DDoxyfile1251 # set bundle. This should be a reverse domain-name style string, e.g.
1259 # the documentation publisher. This should be a reverse domain-name style