Lines Matching refs:constr
1101 var constr = [];
1103 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 4, h));
1104 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, 25));
1106 return (constr);
1190 var constr = [];
1192 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 4, h));
1193 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, 25));
1195 return (constr);
1256 var constr = [];
1258 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 4, h));
1259 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, 15));
1261 return (constr);