Home
last modified time | relevance | path

Searched refs:sh_normals (Results 1 – 5 of 5) sorted by relevance

/dports/games/avp/avp-20170505/src/win95/
H A Dplat_shp.c69 ShapeNormalsPtr = (int *) *(shape1Ptr->sh_normals); in SetupPolygonAccess()
79 ShapeNormalsPtr = (int *) *(shape2Ptr->sh_normals); in SetupPolygonAccess()
120 ShapeNormalsPtr = (int *) *(shape1Ptr->sh_normals); in SetupPolygonAccess()
121 Shape2NormalsPtr = (int *) *(shape2Ptr->sh_normals); in SetupPolygonAccess()
132 ShapeNormalsPtr = (int *)(*shape1Ptr->sh_normals); in SetupPolygonAccess()
237 ShapeNormalsPtr = (int *)(*shape1Ptr->sh_normals); in SetupPolygonAccessFromShapeIndex()
H A Dchnkload.cpp1054 this_shape->sh_normals=main_shape->sh_normals; in copy_to_mainshapelist()
1121 this_shape->sh_normals=main_shape->sh_normals; in copy_to_mainshapelist()
1559 shp->sh_normals[0] = 0; in DeallocateRifLoadedShapeheader()
1576 if (shp->sh_normals) in DeallocateRifLoadedShapeheader()
1578 if (*shp->sh_normals) DeallocateMem(*shp->sh_normals); in DeallocateRifLoadedShapeheader()
1579 DeallocateMem(shp->sh_normals); in DeallocateRifLoadedShapeheader()
2362 tptr = *(shphd->sh_normals); in copy_to_shapeheader()
2713 tptr = *(shphd->sh_normals); in copy_sprite_to_shapeheader()
3320 tptr = *(shphd->sh_normals);
3600 tptr = *(shphd->sh_normals);
[all …]
/dports/games/avp/avp-20170505/src/include/
H A Dshape.h327 int **sh_normals; member
/dports/games/avp/avp-20170505/src/
H A Dshpanim.c19 shp->sh_normals[0] = sacd->sequence->anim_frames[sacd->current_frame].item_normals; in CopyAnimationFrameToShape()
H A Dkshape.c243 if(Global_ShapeHeaderPtr->sh_normals) in SetupShapePipeline()
245 Global_ShapeNormals = *(Global_ShapeHeaderPtr->sh_normals); in SetupShapePipeline()