Lines Matching refs:bounds

12 function mxShapeMockupPlaybackControls(bounds, fill, stroke, strokewidth)  argument
15 this.bounds = bounds;
175 function mxShapeMockupProgressBar(bounds, fill, stroke, strokewidth) argument
178 this.bounds = bounds;
240 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
244 return new mxPoint(bounds.x + barPos * bounds.width / 100, bounds.y + bounds.height * 0.5);
245 }, function(bounds, pt)
247 …'barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / bounds.width))) …
259 function mxShapeMockupShoppingCart(bounds, fill, stroke, strokewidth) argument
262 this.bounds = bounds;
336 function mxShapeMockupRating(bounds, fill, stroke, strokewidth) argument
339 this.bounds = bounds;
464 function mxShapeMockupMail(bounds, fill, stroke, strokewidth) argument
467 this.bounds = bounds;
510 function mxShapeMockupVolumeSlider(bounds, fill, stroke, strokewidth) argument
513 this.bounds = bounds;
607 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
611 …return new mxPoint(bounds.x + barPos * (bounds.width - 32.5) / 100, bounds.y + bounds.height * 0.5…
612 }, function(bounds, pt)
614 …'barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / bounds.width))) …
626 function mxShapeMockupEdit(bounds, fill, stroke, strokewidth) argument
629 this.bounds = bounds;
686 function mxShapeMockupPrint(bounds, fill, stroke, strokewidth) argument
689 this.bounds = bounds;
752 function mxShapeMockupShare(bounds, fill, stroke, strokewidth) argument
755 this.bounds = bounds;
820 function mxShapeMockupTrashcan(bounds, fill, stroke, strokewidth) argument
823 this.bounds = bounds;
882 function mxShapeMockupCopyright(bounds, fill, stroke, strokewidth) argument
885 this.bounds = bounds;
934 function mxShapeMockupRegistered(bounds, fill, stroke, strokewidth) argument
937 this.bounds = bounds;
996 function mxShapeMockupVolume(bounds, fill, stroke, strokewidth) argument
999 this.bounds = bounds;
1061 function mxShapeMockupRuler(bounds, fill, stroke, strokewidth) argument
1064 this.bounds = bounds;
1183 function mxShapeMockupRuler2(bounds, fill, stroke, strokewidth) argument
1186 this.bounds = bounds;
1343 …lign', 'varticalAlign', 'spacingBottom', 'spacingTop', 'spacingRight', 'spacing'], function(bounds)
1345 …var dx = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'dx', th…
1347 return new mxPoint(bounds.x + dx, bounds.y + bounds.height - 10);
1348 }, function(bounds, pt)
1350 …this.state.style['dx'] = Math.round(1000 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))) /…
1351 ….style['spacingLeft'] = Math.round(1000 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))) / …
1381 function mxShapeMockupRevisionTable(bounds, fill, stroke, strokewidth) argument
1384 this.bounds = bounds;
1460 function mxShapeMockupStatusBar(bounds, fill, stroke, strokewidth) argument
1463 this.bounds = bounds;
1544 function mxShapeMockupPin(bounds, fill, stroke, strokewidth) argument
1547 this.bounds = bounds;
1610 function mxShapeMockupMiscRRect(bounds, fill, stroke, strokewidth) argument
1613 this.bounds = bounds;
1655 function mxShapeMockupMiscAnchor(bounds, fill, stroke, strokewidth) argument
1658 this.bounds = bounds;