/src/games/testpat/ |
testpat.c | 55 int xpos, ypos, spacing_residual, spacing_start, spacing_end; local in function:main 300 spacing_end = circle_pos[y_limit / 2][1]; 302 spacing_end = (spacing * (i + 1)) + spacing_residual; 306 for (col = spacing_start; col < spacing_end; col++) {
|
testpat.c | 55 int xpos, ypos, spacing_residual, spacing_start, spacing_end; local in function:main 300 spacing_end = circle_pos[y_limit / 2][1]; 302 spacing_end = (spacing * (i + 1)) + spacing_residual; 306 for (col = spacing_start; col < spacing_end; col++) {
|
testpat.c | 55 int xpos, ypos, spacing_residual, spacing_start, spacing_end; local in function:main 300 spacing_end = circle_pos[y_limit / 2][1]; 302 spacing_end = (spacing * (i + 1)) + spacing_residual; 306 for (col = spacing_start; col < spacing_end; col++) {
|