Home | History | Annotate | Download | only in raw

Lines Matching full:width

41         float xpos = randf2(-State->width, State->width);
61 void drawNight(int width, int height) {
66 width, -32.0f, 0.0f,
68 width, 1024.0f - 32.0f, 0.0f,
74 void drawSunrise(int width, int height) {
76 drawRect(0.0f, 0.0f, width, height, 0.0f);
79 void drawNoon(int width, int height) {
81 drawRect(0.0f, 0.0f, width, height, 0.0f);
84 void drawSunset(int width, int height) {
86 drawRect(0.0f, 0.0f, width, height, 0.0f);
192 int width = State->width;
195 float x = lerpf(width, 0, State->xOffset);
207 drawNight(width, height);
212 drawNight(width, height);
215 drawSunrise(width, height);
217 drawSunrise(width, height);
219 drawNoon(width, height);
222 drawNoon(width, height);
226 drawNoon(width, height);
230 drawSunset(width, height);
232 drawSunset(width, height);
234 drawNight(width, height);
238 drawNight(width, height);