Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/win95/
H A Dtexio.c796 int *ShapePoints = *(sptr->points); local
838 iptr[ix] = ((VECTORCH*)ShapePoints)[*mypolystart].vx;
839 iptr[iy] = ((VECTORCH*)ShapePoints)[*mypolystart].vy;
840 iptr[iz] = ((VECTORCH*)ShapePoints)[*mypolystart].vz;
/dports/games/avp/avp-20170505/src/
H A Dkshape.c3443 int *ShapePoints; in ShapeSpriteRPointsInstr() local
3457 ShapePoints = *(Global_ShapeHeaderPtr->points); in ShapeSpriteRPointsInstr()
3512 *(ShapePoints + *mypolystart + ix) = iptr[0]; in ShapeSpriteRPointsInstr()
3513 *(ShapePoints + *mypolystart + iy) = iptr[1]; in ShapeSpriteRPointsInstr()
3645 int *ShapePoints; in ShapeSpriteRPointsInstr() local
3659 ShapePoints = *(Global_ShapeHeaderPtr->points); in ShapeSpriteRPointsInstr()
3716 ((VECTORCH *)ShapePoints)[*mypolystart].vx = iptr[0]; in ShapeSpriteRPointsInstr()
3717 ((VECTORCH *)ShapePoints)[*mypolystart].vy = iptr[1]; in ShapeSpriteRPointsInstr()