Home
last modified time | relevance | path

Searched refs:blittAlphaSurface (Results 1 – 5 of 5) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/
H A Dvideo.h224 void blittAlphaSurface (SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstrect);
H A Dvideo.cpp559 void blittAlphaSurface (SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstrect) in blittAlphaSurface() function
/dports/games/maxr/maxr-0.2.9/src/game/data/units/
H A Dbuilding.cpp497 blittAlphaSurface (uiData->shw.get(), nullptr, surface, &tmp); in render()
601 if (drawShadow) blittAlphaSurface (UnitsData.ptr_connector_shw, &src, surface, &temp); in drawConnectors()
620 if (drawShadow) blittAlphaSurface (UnitsData.ptr_connector_shw, &src, surface, &temp); in drawConnectors()
636 if (drawShadow) blittAlphaSurface (UnitsData.ptr_connector_shw, &src, surface, &temp); in drawConnectors()
652 if (drawShadow) blittAlphaSurface (UnitsData.ptr_connector_shw, &src, surface, &temp); in drawConnectors()
668 if (drawShadow) blittAlphaSurface (UnitsData.ptr_connector_shw, &src, surface, &temp); in drawConnectors()
H A Dvehicle.cpp268 blittAlphaSurface (GraphicsData.gfx_tmp.get(), &src, surface, &tmp); in render_simple()
1518 blittAlphaSurface (src, srcrect, dest, destrect); in blitWithPreScale()
/dports/games/maxr/maxr-0.2.9/
H A DSDL2c.patch134 blittAlphaSurface (uiData->shw, NULL, surface, &tmp);
1327 void blittAlphaSurface (SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstrect)
3955 blittAlphaSurface (GraphicsData.gfx_tmp, &src, surface, &tmp);