Lines Matching +defs:x +defs:placement
86 Diagram.Note = function(actor, placement, message) { argument
240 placement: 16, property
885 function clamp(x, min, max) { argument
910 x: (x2 - x1) * r1 + x1 + xfactor, property
915 x: (x2 - x1) * r2 + x1 - xfactor, property
927 function handRect(x, y, w, h) { argument
1443 x: 0 property
1461 drawRect: function(x, y, w, h) { argument
1473 drawText: function(x, y, text, font, align) { argument
1484 t.attr({x: x - bb.x, y: y - bb.y}); property
1485 t.selectAll('tspan').attr({x: x}); property
1549 drawRect: function(x, y, w, h) { argument