()
| 993 | |
| 994 | |
| 995 | protected void saveFirstFrame() { |
| 996 | firstFrame = allocateDirectIntBuffer(graphics.width * graphics.height); |
| 997 | if (hasReadBuffer()) readBuffer(BACK); |
| 998 | readPixelsImpl(0, 0, graphics.width, graphics.height, RGBA, UNSIGNED_BYTE, firstFrame); |
| 999 | } |
| 1000 | |
| 1001 | |
| 1002 | protected void restoreFirstFrame() { |
no test coverage detected