()
| 39 | |
| 40 | // This is used to support composite mixed-mode writers so that we can talk to the writer being used for a scanline |
| 41 | public VideoWriter actualWriter() { |
| 42 | return this; |
| 43 | } |
| 44 | |
| 45 | public abstract int getYOffset(int y); |
| 46 | // Dirty flags allow us to know if a scanline has or has not changed |
no outgoing calls
no test coverage detected