Lines Matching refs:callActors
41 var callActors = []; variable
125 if(!callActors[aParsedCommands[curCommand][0]] && aParsedCommands[curCommand][0]!=null)
129 callActors[aParsedCommands[curCommand][0]] = (style.margin+l_colsminlen)/2+l_colspacing*curActor;
132 if(!callActors[aParsedCommands[curCommand][1]]&&aParsedCommands[curCommand][1]!=null)
136 callActors[aParsedCommands[curCommand][1]] = (style.margin+l_colsminlen)/2+l_colspacing*curActor;
154 callActors = [];
156 callActors = [];
287 for(i in callActors)
290 callActors[i]-l_colsminlen/2,// x
297 paper.text(callActors[i], // center x
318 if (callActors[cmd[0]] > callActors[cmd[1]]) {
323 "M"+(callActors[cmd[0]]+adjStart)+","+y+ // from
324 "L"+(callActors[cmd[1]]+adjEnd)+","+y // to
337 "M"+callActors[cmd[0]]+","+y+ // from
338 "L"+callActors[cmd[1]]+","+y // to
347 (callActors[cmd[0]]+callActors[cmd[1]])/2,
352 (callActors[cmd[0]]+callActors[cmd[1]])/2,
386 … midx = (callActors[aParsedCommands[curCommand][0]]+callActors[aParsedCommands[curCommand][1]])/2;
393 midx = (callActors[cmd[0]]+callActors[cmd[1]])/2;
398 midx = callActors[cmd[1]];
446 for(i in callActors)//find max(callActors) and draw bottom rects and paths
449 paper.path("M"+callActors[i]+","+y+ // from
450 "L"+callActors[i]+","+(20+(title?style.titlesize:0))) // to
453 callActors[i]-l_colsminlen/2,
460 callActors[i],