Lines Matching refs:rand
67 x = rand() % buf_width;68 y = rand() % buf_height;75 w = rand() % (buf_width - x);76 h = rand() % (buf_height - y);81 img.color = rand();156 x = rand() % buf_width;157 y = rand() % buf_height;164 w = rand() % (buf_width - x);165 h = rand() % (buf_height - y);170 images[j].color = rand();