Home
last modified time | relevance | path

Searched refs:creatergbsurface (Results 1 – 9 of 9) sorted by relevance

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dmain.cpp176 SDL_Surface *image = creatergbsurface(tw, th); in bmp_screenshot()
399 SDL_Surface *image = creatergbsurface(tw, th); in png_screenshot()
H A Dtexture.cpp183 SDL_Surface *creatergbsurface(int width, int height) in creatergbsurface() function
H A Dprotos.h311 extern SDL_Surface *creatergbsurface(int width, int height);
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dtexture.cpp750 SDL_Surface *creatergbsurface(SDL_Surface *os) in creatergbsurface() function
794 … if(!checkgrayscale(s)) return s->format->colorkey ? creatergbasurface(s) : creatergbsurface(s); in fixsurfaceformat()
798 return creatergbsurface(s); in fixsurfaceformat()
/dports/games/tesseract-data/tesseract/src/engine/
H A Dtexture.cpp1006 SDL_Surface *creatergbsurface(SDL_Surface *os) in creatergbsurface() function
1050 …eckgrayscale(s)) return SDL_GetColorKey(s, NULL) >= 0 ? creatergbasurface(s) : creatergbsurface(s); in fixsurfaceformat()
1054 return creatergbsurface(s); in fixsurfaceformat()
1058 return s->format->Amask ? creatergbasurface(s) : creatergbsurface(s); in fixsurfaceformat()
/dports/games/tesseract/tesseract/src/engine/
H A Dtexture.cpp1006 SDL_Surface *creatergbsurface(SDL_Surface *os) in creatergbsurface() function
1050 …eckgrayscale(s)) return SDL_GetColorKey(s, NULL) >= 0 ? creatergbasurface(s) : creatergbsurface(s); in fixsurfaceformat()
1054 return creatergbsurface(s); in fixsurfaceformat()
1058 return s->format->Amask ? creatergbasurface(s) : creatergbsurface(s); in fixsurfaceformat()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dtexture.cpp1117 SDL_Surface *creatergbsurface(SDL_Surface *os) in creatergbsurface() function
1161 …eckgrayscale(s)) return SDL_GetColorKey(s, NULL) >= 0 ? creatergbasurface(s) : creatergbsurface(s); in fixsurfaceformat()
1165 return creatergbsurface(s); in fixsurfaceformat()
1169 return s->format->Amask ? creatergbasurface(s) : creatergbsurface(s); in fixsurfaceformat()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dtexture.cpp1133 SDL_Surface *creatergbsurface(SDL_Surface *os) in creatergbsurface() function
1177 …eckgrayscale(s)) return SDL_GetColorKey(s, NULL) >= 0 ? creatergbasurface(s) : creatergbsurface(s); in fixsurfaceformat()
1181 return creatergbsurface(s); in fixsurfaceformat()
1185 return s->format->Amask ? creatergbasurface(s) : creatergbsurface(s); in fixsurfaceformat()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dtexture.cpp1318 SDL_Surface *creatergbsurface(SDL_Surface *os) in creatergbsurface() function
1362 …eckgrayscale(s)) return SDL_GetColorKey(s, NULL) >= 0 ? creatergbasurface(s) : creatergbsurface(s); in fixsurfaceformat()
1366 return creatergbsurface(s); in fixsurfaceformat()
1370 return s->format->Amask ? creatergbasurface(s) : creatergbsurface(s); in fixsurfaceformat()