Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/include/
H A Dshape.h913 int *txf_images; /* Pointer to a 2d array of image indices */ member
/dports/games/avp/avp-20170505/src/win95/
H A Dchnkload.cpp1607 if(tf->txf_images)DeallocateMem(tf->txf_images); in DeallocateRifLoadedShapeheader()
2847 tf->txf_images=(int*)PoolAllocateMem(th->txa_num_mvs_images*sizeof(int)); in copy_sprite_to_shapeheader()
2865 tf->txf_images[pos]=BmpConv[f->Texture]; in copy_sprite_to_shapeheader()
2866 tf->txf_images[pos2]=BmpConv[f->Texture]; in copy_sprite_to_shapeheader()