MCPcopy Create free account
hub / github.com/badvision/jace / actualWriter

Method actualWriter

src/main/java/jace/core/VideoWriter.java:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

markDirtyMethod · 0.95
clearDirtyMethod · 0.95
isRowDirtyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected