Lines Matching refs:srect
223 int srect;
232 srect = (width < height) ? (width / 20) : (height / 20);
241 nrects = ((width * height) / (srect * srect)) / 10;
244 rectangles [j].width = srect;
245 rectangles [j].height = srect;
249 rectangles [j].x = ((lrand48() % width) / srect) * srect;
250 rectangles [j].y = ((lrand48() % height) / srect) * srect;