Searched refs:startms (Results 1 – 1 of 1) sorted by relevance
45 function TLThread(id, startms, endms) { argument50 this.startms = startms;57 return this.endms - this.startms;68 " startms: " + this.startms + " endms: " + this.endms +321 this.hittest = function(startms, dur) { argument336 this.hittest = function(startms, dur) { argument337 return this.x <= (startms + dur) &&338 (this.x + this.width) >= startms;358 var startms = (scroll / total) * obj.endms;361 var count = obj.RenderSVGRenderScene(dom, scene, startms, curzoom);[all …]