Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/win95/
H A Dplat_shp.c57 VECTORCH *shape1PointsPtr; in SetupPolygonAccess() local
87 shape1PointsPtr = (VECTORCH *)(*shape1Ptr->points); in SetupPolygonAccess()
97 VECTORCH vertex1 = *shape1PointsPtr; in SetupPolygonAccess()
113 shape1PointsPtr++; in SetupPolygonAccess()
/dports/games/avp/avp-20170505/src/
H A Dfrustum.c894 VECTORCH *shape1PointsPtr; in PolygonWithinFrustrum() local
904 shape1PointsPtr = (VECTORCH *)*shape1Ptr->points; in PolygonWithinFrustrum()
905 pop = shape1PointsPtr[polyPtr->Poly1stPt]; in PolygonWithinFrustrum()
919 shape1PointsPtr = (VECTORCH *)(*shape1Ptr->points); in PolygonWithinFrustrum()
923 VECTORCH vertex1 = shape1PointsPtr[polyPtr->Poly1stPt]; in PolygonWithinFrustrum()
H A Dkshape.c4505 VECTORCH *shape1PointsPtr; in MorphPoints() local
4532 shape1PointsPtr = (VECTORCH *)(*shape1Ptr->points); in MorphPoints()
4541 VECTORCH vertex1 = *shape1PointsPtr; in MorphPoints()
4557 shape1PointsPtr++; in MorphPoints()