Lines Matching refs:bounds

97 function mxShapeMockupiPhone(bounds, fill, stroke, strokewidth)  argument
100 this.bounds = bounds;
657 function mxShapeMockupiBgFlat(bounds, fill, stroke, strokewidth) argument
660 this.bounds = bounds;
697 function mxShapeMockupiBgStriped(bounds, fill, stroke, strokewidth) argument
700 this.bounds = bounds;
764 function mxShapeMockupiBgMap(bounds, fill, stroke, strokewidth) argument
767 this.bounds = bounds;
1162 function mxShapeMockupiButtonBar(bounds, fill, stroke, strokewidth) argument
1165 this.bounds = bounds;
1385 function mxShapeMockupiAppBar(bounds, fill, stroke, strokewidth) argument
1388 this.bounds = bounds;
1529 function mxShapeMockupiTopBar(bounds, fill, stroke, strokewidth) argument
1532 this.bounds = bounds;
1621 function mxShapeMockupiTopBar2(bounds, fill, stroke, strokewidth) argument
1624 this.bounds = bounds;
1711 function mxShapeMockupiTopBarLocked(bounds, fill, stroke, strokewidth) argument
1714 this.bounds = bounds;
1807 function mxShapeMockupiButton(bounds, fill, stroke, strokewidth) argument
1810 this.bounds = bounds;
1863 function mxShapeMockupiButtonBack(bounds, fill, stroke, strokewidth) argument
1866 this.bounds = bounds;
1929 function mxShapeMockupiButtonForward(bounds, fill, stroke, strokewidth) argument
1932 this.bounds = bounds;
1995 function mxShapeMockupiPrevNextButton(bounds, fill, stroke, strokewidth) argument
1998 this.bounds = bounds;
2066 function mxShapeMockupiTextInput(bounds, fill, stroke, strokewidth) argument
2069 this.bounds = bounds;
2118 function mxShapeMockupiRadioGroup(bounds, fill, stroke, strokewidth) argument
2121 this.bounds = bounds;
2229 function mxShapeMockupiCheckboxGroup(bounds, fill, stroke, strokewidth) argument
2232 this.bounds = bounds;
2344 function mxShapeMockupiComboBox(bounds, fill, stroke, strokewidth) argument
2347 this.bounds = bounds;
2421 function mxShapeMockupiOnOffButton(bounds, fill, stroke, strokewidth) argument
2424 this.bounds = bounds;
2515 function mxShapeMockupiAlertBox(bounds, fill, stroke, strokewidth) argument
2518 this.bounds = bounds;
2602 function mxShapeMockupiDialogBox(bounds, fill, stroke, strokewidth) argument
2605 this.bounds = bounds;
2693 function mxShapeMockupiLockButton(bounds, fill, stroke, strokewidth) argument
2696 this.bounds = bounds;
2765 function mxShapeMockupiArrowIcon(bounds, fill, stroke, strokewidth) argument
2768 this.bounds = bounds;
2824 function mxShapeMockupiDeleteIcon(bounds, fill, stroke, strokewidth) argument
2827 this.bounds = bounds;
2882 function mxShapeMockupiAddIcon(bounds, fill, stroke, strokewidth) argument
2885 this.bounds = bounds;
2942 function mxShapeMockupiInfoIcon(bounds, fill, stroke, strokewidth) argument
2945 this.bounds = bounds;
3021 function mxShapeMockupiSortFindIcon(bounds, fill, stroke, strokewidth) argument
3024 this.bounds = bounds;
3095 function mxShapeMockupiCheckIcon(bounds, fill, stroke, strokewidth) argument
3098 this.bounds = bounds;
3154 function mxShapeMockupiKeybLetters(bounds, fill, stroke, strokewidth) argument
3157 this.bounds = bounds;
3368 function mxShapeMockupiKeybNumbers(bounds, fill, stroke, strokewidth) argument
3371 this.bounds = bounds;
3564 function mxShapeMockupiKeybSymbols(bounds, fill, stroke, strokewidth) argument
3567 this.bounds = bounds;
3759 function mxShapeMockupiDeleteApp(bounds, fill, stroke, strokewidth) argument
3762 this.bounds = bounds;
3819 function mxShapeMockupiDirection(bounds, fill, stroke, strokewidth) argument
3822 this.bounds = bounds;
3884 function mxShapeMockupiLocationBar(bounds, fill, stroke, strokewidth) argument
3887 this.bounds = bounds;
4014 function mxShapeMockupiCallDialog(bounds, fill, stroke, strokewidth) argument
4017 this.bounds = bounds;
4206 function mxShapeMockupiCallButtons(bounds, fill, stroke, strokewidth) argument
4209 this.bounds = bounds;
4353 function mxShapeMockupiOption(bounds, fill, stroke, strokewidth) argument
4356 this.bounds = bounds;
4464 function mxShapeMockupiAlphaList(bounds, fill, stroke, strokewidth) argument
4467 this.bounds = bounds;
4537 function mxShapeMockupiHorButtonBar(bounds, fill, stroke, strokewidth) argument
4540 this.bounds = bounds;
4752 function mxShapeMockupiPin(bounds, fill, stroke, strokewidth) argument
4755 this.bounds = bounds;
4812 function mxShapeMockupiVideoControls(bounds, fill, stroke, strokewidth) argument
4815 this.bounds = bounds;
4978 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
4980 …var barPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'bar…
4982 …return new mxPoint(bounds.x + bounds.width * 0.1 + barPos * bounds.width * 0.8 / 100, bounds.y + b…
4983 }, function(bounds, pt)
4985 …= Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.width * 0.1 - bounds.x) * 100 / (bound…
4997 function mxShapeMockupiURLBar(bounds, fill, stroke, strokewidth) argument
5000 this.bounds = bounds;
5073 function mxShapeMockupiSlider(bounds, fill, stroke, strokewidth) argument
5076 this.bounds = bounds;
5137 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
5139 …var barPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'bar…
5141 return new mxPoint(bounds.x + barPos * bounds.width / 100, bounds.y + bounds.height / 2);
5142 }, function(bounds, pt)
5144 …['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / bounds.width))) …
5157 function mxShapeMockupiProgressBar(bounds, fill, stroke, strokewidth) argument
5160 this.bounds = bounds;
5216 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
5218 …var barPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'bar…
5220 return new mxPoint(bounds.x + barPos * bounds.width / 100, bounds.y + bounds.height / 2);
5221 }, function(bounds, pt)
5223 …['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / bounds.width))) …
5235 function mxShapeMockupiCloudProgressBar(bounds, fill, stroke, strokewidth) argument
5238 this.bounds = bounds;
5289 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
5291 …var barPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'bar…
5293 return new mxPoint(bounds.x + barPos * bounds.width / 100, bounds.y + bounds.height / 2);
5294 }, function(bounds, pt)
5296 …['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / bounds.width))) …
5308 function mxShapeMockupiDownloadBar(bounds, fill, stroke, strokewidth) argument
5311 this.bounds = bounds;
5377 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
5379 …var barPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'bar…
5381 …return new mxPoint(bounds.x + bounds.width * 0.1 + barPos * bounds.width * 0.8 / 100, bounds.y + b…
5382 }, function(bounds, pt)
5384 …= Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.width * 0.1 - bounds.x) * 100 / (bound…
5396 function mxShapeMockupiScreenNameBar(bounds, fill, stroke, strokewidth) argument
5399 this.bounds = bounds;
5451 function mxShapeMockupiIconGrid(bounds, fill, stroke, strokewidth) argument
5454 this.bounds = bounds;
5531 function mxShapeMockupiCopy(bounds, fill, stroke, strokewidth) argument
5534 this.bounds = bounds;
5607 function mxShapeMockupiCopyArea(bounds, fill, stroke, strokewidth) argument
5610 this.bounds = bounds;
5727 function mxShapeMockupiHomePageControl(bounds, fill, stroke, strokewidth) argument
5730 this.bounds = bounds;
5780 function mxShapeMockupiPageControl(bounds, fill, stroke, strokewidth) argument
5783 this.bounds = bounds;
5828 function mxShapeMockupiPad(bounds, fill, stroke, strokewidth) argument
5831 this.bounds = bounds;
6402 function mxShapeMockupRRect(bounds, fill, stroke, strokewidth) argument
6405 this.bounds = bounds;
6447 function mxShapeIosTopButton(bounds, fill, stroke, strokewidth) argument
6450 this.bounds = bounds;
6500 function mxShapeIosBottomButton(bounds, fill, stroke, strokewidth) argument
6503 this.bounds = bounds;
6553 function mxShapeIosAnchor(bounds, fill, stroke, strokewidth) argument
6556 this.bounds = bounds;
6585 function mxShapeIosCheckbox(bounds, fill, stroke, strokewidth) argument
6588 this.bounds = bounds;
6629 function mxShapeMockupFancyRRect(bounds, fill, stroke, strokewidth) argument
6632 this.bounds = bounds;