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

/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp617 int xCoord, yCoord; local
619 xCoord = x_offset + x;
621 if((xCoord > 0) && (yCoord > 0) && (xCoord < width) && (yCoord < height))
622 set_pixel(xCoord,yCoord,color);
623 xCoord = x_offset - x;
624 if((xCoord > 0) && (yCoord > 0) && (xCoord < width) && (yCoord < height))
625 set_pixel(xCoord,yCoord,color);
626 xCoord
[all...]
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp103 float xCoord = -rect.Width() / 2; local
104 const float xCenter = xCoord * -1;
118 yCoordArray[i] = sinus * (xCoord - xCoordArray[i]);
119 xCoordArray[i] = cosinus * xCoord;
154 xCoord += (escapementArray[i] /*+ escapeDeltas[i].nonspace + escapeDeltas[i].space*/)
156 //printf("xCoord %f\n", xCoord);
/haiku/src/tests/kits/interface/bregion/
H A DRegionTestcase.cpp136 float xCoord = theRect.left + (i * xIncrement); local
138 xCoord = theRect.right;
145 pointArray[numPoints].Set(floor(xCoord), floor(yCoord));

Completed in 84 milliseconds