Lines Matching refs:bounds

12 function mxShapeMockupVideoPlayer(bounds, fill, stroke, strokewidth)  argument
15 this.bounds = bounds;
187 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
193 …return new mxPoint(bounds.x + ((bounds.width - 16) * barPos / bounds.width) / 100 * bounds.width +…
194 }, function(bounds, pt)
196 …'barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / bounds.width))) …
199 var handle2 = Graph.createHandle(state, ['barHeight'], function(bounds) argument
201 …var barHeight = Math.max(0, Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, …
203 return new mxPoint(bounds.x + bounds.width - 20, bounds.y + bounds.height - barHeight);
204 }, function(bounds, pt) argument
206 …style['barHeight'] = Math.round(1000 * Math.max(0, Math.min(bounds.height, bounds.y + bounds.heigh…
220 function mxShapeMockupAccordion(bounds, fill, stroke, strokewidth) argument
223 this.bounds = bounds;
412 function mxShapeMockupBrowserWindow(bounds, fill, stroke, strokewidth) argument
415 this.bounds = bounds;
615 function mxShapeMockupUserMale(bounds, fill, stroke, strokewidth) argument
618 this.bounds = bounds;
814 function mxShapeMockupUserFemale(bounds, fill, stroke, strokewidth) argument
817 this.bounds = bounds;
1009 function mxShapeMockupGroup(bounds, fill, stroke, strokewidth) argument
1012 this.bounds = bounds;
1090 function mxShapeMockupWindow(bounds, fill, stroke, strokewidth) argument
1093 this.bounds = bounds;
1189 function mxShapeMockupHorTabBar(bounds, fill, stroke, strokewidth) argument
1192 this.bounds = bounds;
1465 function mxShapeMockupVerTabBar(bounds, fill, stroke, strokewidth) argument
1468 this.bounds = bounds;
1685 function mxShapeMockupAlertBox(bounds, fill, stroke, strokewidth) argument
1688 this.bounds = bounds;
1799 function mxShapeMockupContainersRRect(bounds, fill, stroke, strokewidth) argument
1802 this.bounds = bounds;
1844 function mxShapeMockupContainersAnchor(bounds, fill, stroke, strokewidth) argument
1847 this.bounds = bounds;
1876 function mxShapeMockupContrainersTopButton(bounds, fill, stroke, strokewidth) argument
1879 this.bounds = bounds;
1929 function mxShapeMockupContainersLeftButton(bounds, fill, stroke, strokewidth) argument
1932 this.bounds = bounds;
1982 function mxShapeMockupContainersMarginRect(bounds, fill, stroke, strokewidth) argument
1985 this.bounds = bounds;
2054 function mxShapeMockupContainersMarginRect2(bounds, fill, stroke, strokewidth) argument
2057 this.bounds = bounds;