Home | History | Annotate | Download | only in raw

Lines Matching full:width

70         pulse->originX = (int)randf(State->width * 2 / PULSE_SIZE) * PULSE_SIZE;
90 pulse->originX = State->width * 2;
119 void drawBackground(int width, int height) {
124 drawRect(0.0f, 0.0f, height*2, width, 0.0f);
126 drawRect(0.0f, 0.0f, width*2, height, 0.0f);
170 if (xx >= State->width * 2) {
279 int width = State->width;
289 matrixTranslate(matrix, -(State->xOffset * width), 0, 0);
294 drawBackground(width, height);