MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / BlitFrom

Method BlitFrom

Source/engine/surface.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42} // namespace
43
44void Surface::BlitFrom(const Surface &src, SDL_Rect srcRect, Point targetPosition) const
45{
46 SurfaceBlit</*SkipColorIndexZero=*/false>(src, srcRect, *this, targetPosition);
47}
48
49void Surface::BlitFromSkipColorIndexZero(const Surface &src, SDL_Rect srcRect, Point targetPosition) const
50{

Callers 3

DrawFlaskTopFunction · 0.80
DrawPanelBoxFunction · 0.80
DrawUniqueInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected