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

/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp62 void ellipse_points(int x, int y, int x_offset, int y_offset, int color);
63 void ellipse_fill_points(int x, int y, int x_offset, int y_offset, int color);
609 NWindowScreen::ellipse_points(int x, int y, int x_offset, int y_offset, int color) argument
613 // the x_offset and y_offset values are needed since the midpoint ellipse algorithm
619 xCoord = x_offset + x;
623 xCoord = x_offset - x;
626 xCoord = x_offset + x;
630 xCoord = x_offset - x;
637 NWindowScreen::ellipse_fill_points(int x, int y, int x_offset, int y_offset, int color) argument
642 // the x_offset an
[all...]
/haiku/src/tools/hack_coff/
H A Drs6000.h176 char x_offset[4]; member in struct:external_auxent::__anon16::__anon17::__anon18

Completed in 32 milliseconds