Home
last modified time | relevance | path

Searched defs:reverse (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/misc/
Dlv_anim_timeline.c35 bool reverse; /**< Reverse playback*/ member
127 void lv_anim_timeline_set_reverse(lv_anim_timeline_t * at, bool reverse) in lv_anim_timeline_set_reverse()
/lvgl-latest/examples/anim/
Dlv_example_anim_timeline_1.c27 bool reverse = lv_obj_has_state(btn, LV_STATE_CHECKED); in btn_start_event_handler() local
/lvgl-latest/src/stdlib/builtin/
Dlv_tlsf.c87 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() local
140 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() local
150 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() local
168 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() local
185 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() local
/lvgl-latest/src/libs/thorvg/
DtvgSwRasterTexmap.h853 …rCoverage(AALine* lines, int32_t eidx, int32_t y, int32_t diagonal, int32_t edgeDist, bool reverse) in _calcIrregularCoverage()
868 static void _calcVertCoverage(AALine *lines, int32_t eidx, int32_t y, int32_t rewind, bool reverse) in _calcVertCoverage()
DtvgSwStroke.cpp70 static void _borderClose(SwStrokeBorder* border, bool reverse) in _borderClose()
/lvgl-latest/src/layouts/grid/
Dlv_grid.c590 int32_t * size_array, int32_t * pos_array, bool reverse) in grid_align()
/lvgl-latest/src/libs/lodepng/
Dlodepng.c764 unsigned symbol, reverse; in HuffmanTree_makeTable() local