Home | History | Annotate | Download | only in test

Lines Matching refs:lines

78 SDL_Rect lines[MAX_LINES];
88 lines[num_lines].x = x1;
89 lines[num_lines].y = y1;
90 lines[num_lines].w = x2;
91 lines[num_lines].h = y2;
115 SDL_RenderDrawLine(renderer, lines[i].x, lines[i].y, lines[i].w, lines[i].h);
167 x1 = lines[j].x;
168 y1 = lines[j].y;
169 x2 = lines[j].w;
170 y2 = lines[j].h;