MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / movePixelsOnScreen

Function movePixelsOnScreen

src/OpenLoco/src/Graphics/Gfx.cpp:510–516  ·  view source on GitHub ↗

0x00451DCB

Source from the content-addressed store, hash-verified

508
509 // 0x00451DCB
510 void movePixelsOnScreen(int16_t dstX, int16_t dstY, int16_t width, int16_t height, int16_t srcX, int16_t srcY)
511 {
512 auto& drawingEngine = getDrawingEngine();
513 auto& screenRT = drawingEngine.getScreenRT();
514
515 drawingEngine.movePixels(screenRT, dstX, dstY, width, height, srcX, srcY);
516 }
517}

Callers 1

viewportRedrawAfterShiftFunction · 0.85

Calls 1

movePixelsMethod · 0.80

Tested by

no test coverage detected