HomeSort by: relevance | last modified time | path
    Searched defs:grid_unit (Results 1 - 1 of 1) sorted by relevancy

  /src/games/testpat/
testpat.c 58 float grid_unit; local in function:main
114 grid_unit = b_axis / 13;
115 grid_y = grid_unit;
116 grid_x = grid_unit * 2;
210 for (i = roundf(1 * grid_unit); i < roundf(2 * grid_unit); i++) {
216 for (col = roundf((4 * grid_unit * 2) +
217 circle_pos[y_limit / 2][0]); col <= roundf((9 * grid_unit
222 i = roundf(1.4 * grid_unit);
231 for (line = roundf(2 * grid_unit); line < 4 * grid_unit; line++)
    [all...]

Completed in 12 milliseconds