Lines Matching refs:rand
71 int x = rand() % out.width;
72 int y = rand() % out.height;
73 int w = rand() % (out.width - x);
74 int h = rand() % (out.height - y);
75 int tx = rand() % (2*out.width) - out.width;
76 int ty = rand() % (2*out.height) - out.height;
77 uint8_t stipple = rand() % 4;
78 uint8_t opaque = rand() % 1;
79 uint8_t alu = rand() % (GXset + 1);
80 uint32_t fg = rand();
81 uint32_t bg = rand();
122 int x = rand() % (2*out.width) - out.width;
123 int y = rand() % (2*out.height) - out.height;
124 int w = rand() % (2*out.width);
125 int h = rand() % (2*out.height);
126 int tx = rand() % (2*out.width) - out.width;
127 int ty = rand() % (2*out.height) - out.height;
128 uint8_t stipple = rand() % 4;
129 uint8_t opaque = rand() % 1;
130 uint8_t alu = rand() % (GXset + 1);
131 uint32_t fg = rand();
132 uint32_t bg = rand();
173 nclip = (rand() % 16) + 2;
176 clip[r].x = rand() % out.width;
177 clip[r].y = rand() % out.height;
178 clip[r].width = rand() % (out.width - clip[r].x);
179 clip[r].height = rand() % (out.height - clip[r].y);
183 int x = rand() % (2*out.width) - out.width;
184 int y = rand() % (2*out.height) - out.height;
185 int w = rand() % (2*out.width);
186 int h = rand() % (2*out.height);
187 int tx = rand() % (2*out.width) - out.width;
188 int ty = rand() % (2*out.height) - out.height;
189 uint8_t stipple = rand() % 4;
190 uint8_t opaque = rand() % 1;
191 uint8_t alu = rand() % (GXset + 1);
192 uint32_t fg = rand();
193 uint32_t bg = rand();