Home
last modified time | relevance | path

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

/dports/games/freedroid/freedroid-1.0.2/src/
H A Dview.c285 …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 Dgraphics.c648 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 Dglobal.h174 EXTERN SDL_Surface *InfluDigitSurfacePointer[ DIGITNUMBER ]; // A pointer to the surfaces contain… variable