Searched refs:set_pixel (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp17 #define set_pixel(x,y,color) (frame_buffer[x + (line_length*y)] = color) macro
369 set_pixel(s->lx,s->ly,0);
372 set_pixel(s->x,s->y, 169);
378 set_pixel(s->lx, s->ly,0);
390 set_pixel(s->lx, s->ly,0);
451 set_pixel(x,y,color);
467 set_pixel(x,y,color);
496 set_pixel(i, j, color);
509 set_pixel(cx,cy,color);
562 set_pixel(c
[all...]

Completed in 43 milliseconds