Lines Matching defs:offsetY
1142 drawActors: function(offsetY) { argument
1159 drawActor: function(actor, offsetY, height) { argument
1165 drawSignals: function(offsetY) { argument
1184 drawSelfSignal: function(signal, offsetY) { argument
1204 drawSignal: function(signal, offsetY) { argument
1220 drawNote: function(note, offsetY) { argument
1497 drawActor: function(actor, offsetY, height) { argument
1499 BaseTheme.prototype.drawActor.call(this, actor, offsetY, height); argument
1503 drawSignal: function(signal, offsetY) { argument
1505 BaseTheme.prototype.drawSignal.call(this, signal, offsetY); argument
1509 drawSelfSignal: function(signal, offsetY) { argument
1511 BaseTheme.prototype.drawSelfSignal.call(this, signal, offsetY); argument
1515 drawNote: function(note, offsetY) { argument
1517 BaseTheme.prototype.drawNote.call(this, note, offsetY); argument