Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
void BltFast(SDL_Rect *src_rect, SDL_Rect *dst_rect)
176
{
177
Blit(pal_surface, src_rect, dst_rect);
178
}
179
180
void Blit(SDL_Surface *src, SDL_Rect *src_rect, SDL_Rect *dst_rect)
181
{
Callers
4
RedPalette
Function · 0.85
DoBlitScreen
Function · 0.85
PaletteFadeIn
Function · 0.85
PaletteFadeOut
Function · 0.85
Calls
1
Blit
Function · 0.85
Tested by
no test coverage detected