Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/include/
H A Dshape.h335 EXTRAITEMDATA *sh_extraitemdata; member
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dprojload.cpp1429 …mainshapelist[osnp->sh_num]->sh_extraitemdata = (EXTRAITEMDATA *)PoolAllocateMem(12 * svic->num_ve… in copy_rif_data_as_hierarchy()
1430 if (!mainshapelist[osnp->sh_num]->sh_extraitemdata) in copy_rif_data_as_hierarchy()
1444 …mainshapelist[osnp->sh_num]->sh_extraitemdata[vn].EID_VertexI = svic->intensity_array[vn] + (mag<<… in copy_rif_data_as_hierarchy()
2041 …mainshapelist[list_pos]->sh_extraitemdata = (EXTRAITEMDATA *)PoolAllocateMem(12 * svic->num_vertic… in copy_rif_data()
2042 if (!mainshapelist[list_pos]->sh_extraitemdata) in copy_rif_data()
2056 … mainshapelist[list_pos]->sh_extraitemdata[vn].EID_VertexI = svic->intensity_array[vn] + (mag<<24); in copy_rif_data()
/dports/games/avp/avp-20170505/src/win95/
H A Dchnkload.cpp1586 if (shp->sh_extraitemdata) in DeallocateRifLoadedShapeheader()
1587 DeallocateMem(shp->sh_extraitemdata); in DeallocateRifLoadedShapeheader()
/dports/games/avp/avp-20170505/src/
H A Dkshape.c239 Global_EID_Ptr = Global_ShapeHeaderPtr->sh_extraitemdata; in SetupShapePipeline()
240 Global_EID_IPtr = (int *) Global_ShapeHeaderPtr->sh_extraitemdata; in SetupShapePipeline()