0x00451DCB
| 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 | } |
no test coverage detected