Home
last modified time | relevance | path

Searched refs:rotptsptr (Results 1 – 2 of 2) sorted by relevance

/dports/games/avp/avp-20170505/src/win95/
H A Dplspecfn.c127 VECTORCH *rotptsptr; in ShapePointsInstr() local
156 rotptsptr = &RotatedPts[0]; in ShapePointsInstr()
191 rotptsptr->vx += Global_ODB_Ptr->ObView.vx; in ShapePointsInstr()
204 rotptsptr->vy = MUL_FIXED(rotptsptr->vy,87381); in ShapePointsInstr()
206 rotptsptr++; in ShapePointsInstr()
354 rotptsptr->vy = MUL_FIXED(rotptsptr->vy,87381); in ShapePointsInstr()
355 rotptsptr++; in ShapePointsInstr()
429 rotptsptr->vy = MUL_FIXED(rotptsptr->vy,87381); in ShapePointsInstr()
430 rotptsptr++; in ShapePointsInstr()
459 rotptsptr->vy = MUL_FIXED(rotptsptr->vy,87381); in ShapePointsInstr()
[all …]
/dports/games/avp/avp-20170505/src/
H A Dkshape.c3368 VECTORCH *rotptsptr = RotatedPts; in ShapeSpritePointsInstr() local
3374 rotptsptr->vx = shapeitemptr[ix]; in ShapeSpritePointsInstr()
3377 rotptsptr->vy = shapeitemptr[iy]; in ShapeSpritePointsInstr()
3380 rotptsptr->vz = shapeitemptr[iz]; in ShapeSpritePointsInstr()
3384 rotptsptr++; in ShapeSpritePointsInstr()
3415 VECTORCH *rotptsptr = RotatedPts; in ShapeSpriteRPointsInstr() local
3574 rotptsptr->vx = MUL_FIXED(m.mat11, x); in ShapeSpriteRPointsInstr()
3578 if (flipX) rotptsptr->vx = - rotptsptr->vx; in ShapeSpriteRPointsInstr()
3593 rotptsptr++; in ShapeSpriteRPointsInstr()
3615 VECTORCH *rotptsptr = RotatedPts; in ShapeSpriteRPointsInstr() local
[all …]