MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / blt

Method blt

2dlib/surface.cpp:390–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void grSurface::blt(int dx, int dy, grSurface *ssf) {
391 ASSERT(m_SurfInit);
392 grSurface::uniblt(dx, dy, ssf, 0, 0, ssf->width(), ssf->height());
393}
394
395void grSurface::blt(int dx, int dy, grSurface *ssf, int sx, int sy, int sw, int sh) {
396 ASSERT(m_SurfInit);

Callers 15

UpdateDialogMethod · 0.45
UpdateProcViewMethod · 0.45
UpdateRobotViewMethod · 0.45
UpdateTextureViewsMethod · 0.45
DrawDoorwayDoorPicMethod · 0.45
UpdateProcViewMethod · 0.45
UpdateTextureViewMethod · 0.45
UpdateMegacellViewMethod · 0.45
UpdateViewMethod · 0.45
UpdateWeaponViewMethod · 0.45
UpdateDoorViewMethod · 0.45
OnPaintMethod · 0.45

Calls 2

widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected