Home
last modified time | relevance | path

Searched refs:cycle_direction (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestdraw2.c54 cycle_direction = -cycle_direction; in DrawPoints()
58 cycle_direction = -cycle_direction; in DrawPoints()
65 cycle_direction = -cycle_direction; in DrawPoints()
69 cycle_direction = -cycle_direction; in DrawPoints()
97 cycle_direction = -cycle_direction; in DrawLines()
101 cycle_direction = -cycle_direction; in DrawLines()
108 cycle_direction = -cycle_direction; in DrawLines()
112 cycle_direction = -cycle_direction; in DrawLines()
149 cycle_direction = -cycle_direction; in DrawRects()
153 cycle_direction = -cycle_direction; in DrawRects()
[all …]
A Dtestintersections.c32 static int cycle_direction = 1; variable
53 current_color += cycle_direction; in DrawPoints()
56 cycle_direction = -cycle_direction; in DrawPoints()
60 cycle_direction = -cycle_direction; in DrawPoints()
64 current_alpha += cycle_direction; in DrawPoints()
67 cycle_direction = -cycle_direction; in DrawPoints()
71 cycle_direction = -cycle_direction; in DrawPoints()
A Dtestsprite2.c33 static int cycle_direction = 1; variable
129 current_color += cycle_direction; in MoveSprites()
132 cycle_direction = -cycle_direction; in MoveSprites()
136 cycle_direction = -cycle_direction; in MoveSprites()
142 current_alpha += cycle_direction; in MoveSprites()
145 cycle_direction = -cycle_direction; in MoveSprites()
149 cycle_direction = -cycle_direction; in MoveSprites()

Completed in 7 milliseconds