Home
last modified time | relevance | path

Searched refs:shapeitemptr (Results 1 – 4 of 4) sorted by relevance

/dports/games/avp/avp-20170505/src/avp/win95/
H A Dkzsort.c934 OutcodeItem[*shapeitemptr](shapeitemptr, &ItemOCSBlock);
940 OutcodeItem[*shapeitemptr](shapeitemptr, &ItemOCSBlock);
979 CreateItemPtsArray[*shapeitemptr](shapeitemptr, &PointsArray[0]);
982 ItemColour = ItemLightingModel[*shapeitemptr](shapeitemptr);
986 OutputKItem(shapeitemptr);
1164 CreateItemPtsArray[*shapeitemptr](shapeitemptr, &ClipPointsArray0[0]);
1165 clip_output = Clip2d[*shapeitemptr](shapeitemptr);
1169 CreateItemPtsArray_Clip3d[*shapeitemptr](shapeitemptr, &ClipPointsArray0[0]);
1170 clip_output = Clip3d[*shapeitemptr](shapeitemptr);
1176 ItemColour = ItemLightingModel[*shapeitemptr](shapeitemptr);
[all …]
H A Dkzsort.h28 extern void OutputKItem(int *shapeitemptr);
/dports/games/avp/avp-20170505/src/win95/
H A Dplspecfn.c126 int *shapeitemptr; in ShapePointsInstr() local
155 shapeitemptr = *shapeitemarrayptr; in ShapePointsInstr()
405 … MMX_VectorTransformedAndAdd(rotptsptr,(VECTORCH *)shapeitemptr,&LToVMat,&Global_ODB_Ptr->ObView); in ShapePointsInstr()
409 x = shapeitemptr[ix]; in ShapePointsInstr()
410 y = shapeitemptr[iy]; in ShapePointsInstr()
411 z = shapeitemptr[iz]; in ShapePointsInstr()
428 shapeitemptr += 3; in ShapePointsInstr()
439 x = shapeitemptr[ix]; in ShapePointsInstr()
440 y = shapeitemptr[iy]; in ShapePointsInstr()
441 z = shapeitemptr[iz]; in ShapePointsInstr()
[all …]
/dports/games/avp/avp-20170505/src/
H A Dkshape.c3374 rotptsptr->vx = shapeitemptr[ix]; in ShapeSpritePointsInstr()
3377 rotptsptr->vy = shapeitemptr[iy]; in ShapeSpritePointsInstr()
3380 rotptsptr->vz = shapeitemptr[iz]; in ShapeSpritePointsInstr()
3383 shapeitemptr += vsize; in ShapeSpritePointsInstr()
3570 x = shapeitemptr[ix]; in ShapeSpriteRPointsInstr()
3571 y = shapeitemptr[iy]; in ShapeSpriteRPointsInstr()
3572 z = shapeitemptr[iz]; in ShapeSpriteRPointsInstr()
3592 shapeitemptr += vsize; in ShapeSpriteRPointsInstr()
3748 x = -shapeitemptr[ix]; in ShapeSpriteRPointsInstr()
3749 y = shapeitemptr[iy]; in ShapeSpriteRPointsInstr()
[all …]