Searched defs:reverse (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_anim_timeline.c | 35 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/ |
D | lv_example_anim_timeline_1.c | 27 bool reverse = lv_obj_has_state(btn, LV_STATE_CHECKED); in btn_start_event_handler() local
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_tlsf.c | 87 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/ |
D | tvgSwRasterTexmap.h | 853 …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()
|
D | tvgSwStroke.cpp | 70 static void _borderClose(SwStrokeBorder* border, bool reverse) in _borderClose()
|
/lvgl-latest/src/layouts/grid/ |
D | lv_grid.c | 590 int32_t * size_array, int32_t * pos_array, bool reverse) in grid_align()
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 764 unsigned symbol, reverse; in HuffmanTree_makeTable() local
|