Searched refs:set_pixel (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/kits/game/ParticlesII/ |
H A D | particlesII.cpp | 17 #define set_pixel(x,y,color) (frame_buffer[x + (line_length*y)] = color) macro 369 set_pixel(s->lx,s->ly,0); in MyCode() 372 set_pixel(s->x,s->y, 169); in MyCode() 378 set_pixel(s->lx, s->ly,0); in MyCode() 390 set_pixel(s->lx, s->ly,0); in MyCode() 451 set_pixel(x,y,color); in draw_line() 467 set_pixel(x,y,color); in draw_line() 496 set_pixel(i, j, color); in fill_rect() 509 set_pixel(cx,cy,color); in draw_ellipse() 562 set_pixel(cx,cy,color); in fill_ellipse() [all …]
|