put_pixel         227 tests/rotozoom.c       put_pixel(i, j, ipol(tab_r, x, y), ipol(tab_g, x, y), ipol(tab_b, x, y));
put_pixel         232 tests/rotozoom.c           put_pixel(i, j, tab_r[dep], tab_g[dep], tab_b[dep]);
put_pixel         229 tests/videogen.c             put_pixel(x, y, r, g, b);
put_pixel         240 tests/videogen.c             put_pixel(x + NOISE_X, y + NOISE_Y, r, g, b);
put_pixel         257 tests/videogen.c                 put_pixel(x + p->x, y + p->y, r, g, b);