Lines Matching refs:bounds

12 function mxShapeMockupCheckboxGroup(bounds, fill, stroke, strokewidth)  argument
15 this.bounds = bounds;
139 function mxShapeMockupRadioGroup(bounds, fill, stroke, strokewidth) argument
142 this.bounds = bounds;
261 function mxShapeMockupColorPicker(bounds, fill, stroke, strokewidth) argument
264 this.bounds = bounds;
334 function mxShapeMockupComboBox(bounds, fill, stroke, strokewidth) argument
337 this.bounds = bounds;
424 function mxShapeMockupSpinner(bounds, fill, stroke, strokewidth) argument
427 this.bounds = bounds;
980 function mxShapeMockupMenuBar(bounds, fill, stroke, strokewidth) argument
983 this.bounds = bounds;
1145 function mxShapeMockupHorSlider(bounds, fill, stroke, strokewidth) argument
1148 this.bounds = bounds;
1279 var handles = [Graph.createHandle(state, ['sliderPos'], function(bounds)
1283 …return new mxPoint(bounds.x + ((bounds.width - 10) * sliderPos / bounds.width) / 100 * bounds.widt…
1284 }, function(bounds, pt)
1286 …iderPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / bounds.width))) …
1298 function mxShapeMockupListBox(bounds, fill, stroke, strokewidth) argument
1301 this.bounds = bounds;
1428 function mxShapeMockupPwField(bounds, fill, stroke, strokewidth) argument
1431 this.bounds = bounds;
1488 function mxShapeMockupSplitter(bounds, fill, stroke, strokewidth) argument
1491 this.bounds = bounds;
1562 function mxShapeMockupWedgeBar(bounds, fill, stroke, strokewidth) argument
1565 this.bounds = bounds;
1806 function mxShapeMockupSearchBox(bounds, fill, stroke, strokewidth) argument
1809 this.bounds = bounds;
1880 function mxShapeMockupSignIn(bounds, fill, stroke, strokewidth) argument
1883 this.bounds = bounds;
1994 function mxShapeMockupCalendar(bounds, fill, stroke, strokewidth) argument
1997 this.bounds = bounds;
2218 function mxShapeMockupEmailForm(bounds, fill, stroke, strokewidth) argument
2221 this.bounds = bounds;
2345 function mxShapeMockupFormsRRect(bounds, fill, stroke, strokewidth) argument
2348 this.bounds = bounds;
2390 function mxShapeMockupFormsAnchor(bounds, fill, stroke, strokewidth) argument
2393 this.bounds = bounds;
2422 function mxShapeMockupFormsCheckbox(bounds, fill, stroke, strokewidth) argument
2425 this.bounds = bounds;
2467 function mxShapeMockupFormsURect(bounds, fill, stroke, strokewidth) argument
2470 this.bounds = bounds;