Home
last modified time | relevance | path

Searched refs:mypolystart (Results 1 – 3 of 3) sorted by relevance

/dports/games/avp/avp-20170505/src/win95/
H A Dtexio.c795 int *mypolystart; local
834 mypolystart = &pheader->Poly1stPt;
838 iptr[ix] = ((VECTORCH*)ShapePoints)[*mypolystart].vx;
839 iptr[iy] = ((VECTORCH*)ShapePoints)[*mypolystart].vy;
840 iptr[iz] = ((VECTORCH*)ShapePoints)[*mypolystart].vz;
848 mypolystart++;
/dports/games/avp/avp-20170505/src/
H A Dmaths.c2498 int *mypolystart = &pheader->Poly1stPt; in PolyAveragePoint() local
2510 while(*mypolystart != Term) { in PolyAveragePoint()
2512 x = *(spts + *mypolystart + ix); in PolyAveragePoint()
2513 y = *(spts + *mypolystart + iy); in PolyAveragePoint()
2514 z = *(spts + *mypolystart + iz); in PolyAveragePoint()
2525 mypolystart++; in PolyAveragePoint()
H A Dkshape.c3447 int *mypolystart; in ShapeSpriteRPointsInstr() local
3506 mypolystart = &pheader->Poly1stPt; in ShapeSpriteRPointsInstr()
3508 while(*mypolystart != Term) { in ShapeSpriteRPointsInstr()
3512 *(ShapePoints + *mypolystart + ix) = iptr[0]; in ShapeSpriteRPointsInstr()
3513 *(ShapePoints + *mypolystart + iy) = iptr[1]; in ShapeSpriteRPointsInstr()
3515 mypolystart++; in ShapeSpriteRPointsInstr()
3649 int *mypolystart; in ShapeSpriteRPointsInstr() local
3710 mypolystart = &pheader->Poly1stPt; in ShapeSpriteRPointsInstr()
3712 while(*mypolystart != Term) { in ShapeSpriteRPointsInstr()
3716 ((VECTORCH *)ShapePoints)[*mypolystart].vx = iptr[0]; in ShapeSpriteRPointsInstr()
[all …]