Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ isRowDirty
Method
isRowDirty
src/main/java/jace/core/VideoWriter.java:65–67 ·
view source on GitHub ↗
(int y)
Source
from the content-addressed store, hash-verified
63
}
64
65
public
boolean isRowDirty(
int
y) {
66
return
actualWriter().dirtyFlags[y];
67
}
68
69
public
boolean isMixed() {
70
return
false;
Callers
1
draw
Method · 0.45
Calls
1
actualWriter
Method · 0.95
Tested by
no test coverage detected