Lines Matching refs:top

3667 		var top = (os && os.top) ? os.top : mxUtils.getValue(this.style, 'top', true);
3711 if ((top || right || bottom || left) && rectOutline != 'frame')
3716 if (!top)
3725 if (top)
3734 sc.paintNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
3751 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
3776 if (!top)
3782 sc.moveNWInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left);
3799 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
3801 if (right && top)
3806 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
3808 if (top && left)
3818 …yle, topLeftStyle, topRightStyle, bottomRightStyle, bottomLeftStyle, size, top, right, bottom, lef…
3824 if (!top && !right && !bottom && left)
3831 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
3835 sc.moveNWInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left);
3845 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
3846 sc.lineNWInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left);
3852 else if (!top && !right && bottom && !left)
3879 else if (!top && !right && bottom && left)
3887 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
3891 sc.moveNWInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left);
3905 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
3906 sc.lineNWInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left);
3914 else if (!top && right && !bottom && !left)
3919 sc.moveNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
3925 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
3933 sc.moveNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
3936 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
3941 else if (!top && right && !bottom && left)
3947 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
3951 sc.moveNWInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left);
3958 sc.moveNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
3964 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
3973 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
3974 sc.lineNWInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left);
3980 sc.moveNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
3983 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
3988 else if (!top && right && bottom && !left)
3993 sc.moveNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4003 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4011 sc.moveNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4018 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4023 else if (!top && right && bottom && left)
4028 sc.moveNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4033 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
4037 sc.moveNWInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left);
4042 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4050 sc.moveNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4055 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
4056 sc.lineNWInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left);
4061 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4066 else if (top && !right && !bottom && !left)
4077 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4088 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4093 else if (top && !right && !bottom && left)
4099 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
4106 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4117 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
4121 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4128 else if (top && !right && bottom && !left)
4139 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4162 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4175 else if (top && !right && bottom && left)
4183 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
4190 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4205 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
4209 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4218 else if (top && right && !bottom && !left)
4225 sc.paintNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4231 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4233 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4243 sc.paintNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4246 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4248 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4253 else if (top && right && !bottom && left)
4259 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
4262 sc.paintNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4268 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4270 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4281 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
4284 sc.paintNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4287 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4289 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4296 else if (top && right && bottom && !left)
4303 sc.paintNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4313 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4315 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4325 sc.paintNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4332 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4334 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4339 else if (top && right && bottom && left)
4347 sc.paintNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4352 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
4361 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4363 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4377 sc.paintNE(c, x, y, w, h, rectStyle, topRightStyle, size, top);
4382 sc.paintLeft(c, x, y, w, h, rectStyle, topLeftStyle, size, top);
4388 sc.paintRightInner(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right);
4390 sc.paintTopInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top);
4399 …yle, topLeftStyle, topRightStyle, bottomRightStyle, bottomLeftStyle, size, top, right, bottom, lef…
4415 mxShapeBasicRect2.prototype.moveNE = function(c, x, y, w, h, rectStyle, topRightStyle, size, top) argument
4417 if((topRightStyle == 'square' || (topRightStyle == 'default' && rectStyle == 'square' )) || !top)
4488 mxShapeBasicRect2.prototype.paintNE = function(c, x, y, w, h, rectStyle, topRightStyle, size, top) argument
4490 if (!top)
4525 mxShapeBasicRect2.prototype.paintLeft = function(c, x, y, w, h, rectStyle, topLeftStyle, size, top) argument
4527 if((topLeftStyle == 'square' || (topLeftStyle == 'default' && rectStyle == 'square' )) || !top)
4620 …prototype.paintTopInner = function(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, left, top) argument
4622 if (!left && !top)
4626 else if (!left && top)
4630 else if (left && !top)
4674 …otype.paintRightInner = function(c, x, y, w, h, rectStyle, topRightStyle, size, indent, top, right) argument
4676 if (!top && !right)
4680 else if (!top && right)
4684 else if (top && !right)
4688 else if (!top)
4951 …2.prototype.moveNWInner = function(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left) argument
4953 if (!top && !left)
4957 else if (!top && left)
4961 else if (top && !left)
4981 …2.prototype.lineNWInner = function(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left) argument
4983 if (!top && !left)
4987 else if (!top && left)
4991 else if (top && !left)
5011 …yle, topLeftStyle, topRightStyle, bottomRightStyle, bottomLeftStyle, size, top, right, bottom, lef… argument
5015 …if ((topLeftStyle == 'fold' || (topLeftStyle == 'default' && rectStyle == 'fold' )) && (top && lef…
5022 …if ((topRightStyle == 'fold' || (topRightStyle == 'default' && rectStyle == 'fold' )) && (top && r…