MCPcopy Create free account
hub / github.com/diasurgical/devilution / BltFast

Function BltFast

SourceX/dx.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void BltFast(SDL_Rect *src_rect, SDL_Rect *dst_rect)
176{
177 Blit(pal_surface, src_rect, dst_rect);
178}
179
180void Blit(SDL_Surface *src, SDL_Rect *src_rect, SDL_Rect *dst_rect)
181{

Callers 4

RedPaletteFunction · 0.85
DoBlitScreenFunction · 0.85
PaletteFadeInFunction · 0.85
PaletteFadeOutFunction · 0.85

Calls 1

BlitFunction · 0.85

Tested by

no test coverage detected