()
| 1036 | |
| 1037 | |
| 1038 | protected void saveFirstFrame() { |
| 1039 | firstFrame = allocateDirectIntBuffer(graphics.width * graphics.height); |
| 1040 | if (hasReadBuffer()) readBuffer(BACK); |
| 1041 | readPixelsImpl(0, 0, graphics.width, graphics.height, RGBA, UNSIGNED_BYTE, firstFrame); |
| 1042 | } |
| 1043 | |
| 1044 | |
| 1045 | protected void restoreFirstFrame() { |
no test coverage detected