Searched refs:InfluDigitSurfacePointer (Results 1 – 3 of 3) sorted by relevance
/dports/games/freedroid/freedroid-1.0.2/src/ |
H A D | view.c | 285 …SDL_BlitSurface (InfluDigitSurfacePointer[ Druidmap[Me.type].druidname[0]-'1'+1 ], NULL, BuildBloc… in PutInfluence() 290 …SDL_BlitSurface( InfluDigitSurfacePointer[ Druidmap[Me.type].druidname[1]-'1'+1 ], NULL, BuildBloc… in PutInfluence() 295 …SDL_BlitSurface( InfluDigitSurfacePointer[ Druidmap[Me.type].druidname[2]-'1'+1 ] , NULL, BuildBlo… in PutInfluence()
|
H A D | graphics.c | 648 FreeIfUsed (InfluDigitSurfacePointer[col]); in InitPictures() 649 InfluDigitSurfacePointer[col] = Load_Block (NULL, 0, col, &OrigDigit_Rect, 0); in InitPictures() 1220 ScalePic (&InfluDigitSurfacePointer[col], scale); in ScaleGraphics() 1223 SDL_SetAlpha (InfluDigitSurfacePointer[col], 0, 0); in ScaleGraphics()
|
H A D | global.h | 174 EXTERN SDL_Surface *InfluDigitSurfacePointer[ DIGITNUMBER ]; // A pointer to the surfaces contain… variable
|