Lines Matching refs:strokewidth

12 function mxShapeArrows2Arrow(bounds, fill, stroke, strokewidth)  argument
18 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
205 function mxShapeArrows2TwoWayArrow(bounds, fill, stroke, strokewidth) argument
211 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
342 function mxShapeArrows2StylisedArrow(bounds, fill, stroke, strokewidth) argument
348 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
472 function mxShapeArrows2SharpArrow(bounds, fill, stroke, strokewidth) argument
478 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
621 function mxShapeArrows2SharpArrow2(bounds, fill, stroke, strokewidth) argument
627 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
781 function mxShapeArrows2CalloutArrow(bounds, fill, stroke, strokewidth) argument
787 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
922 function mxShapeArrows2BendArrow(bounds, fill, stroke, strokewidth) argument
928 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
1095 function mxShapeArrows2BendDoubleArrow(bounds, fill, stroke, strokewidth) argument
1101 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
1253 function mxShapeArrows2CalloutDoubleArrow(bounds, fill, stroke, strokewidth) argument
1259 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
1402 function mxShapeArrows2CalloutQuadArrow(bounds, fill, stroke, strokewidth) argument
1408 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
1581 function mxShapeArrows2CalloutDouble90Arrow(bounds, fill, stroke, strokewidth) argument
1587 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
1735 function mxShapeArrows2QuadArrow(bounds, fill, stroke, strokewidth) argument
1741 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
1879 function mxShapeArrows2TriadArrow(bounds, fill, stroke, strokewidth) argument
1885 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
2011 function mxShapeArrows2TailedArrow(bounds, fill, stroke, strokewidth) argument
2017 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
2181 function mxShapeArrows2TailedNotchedArrow(bounds, fill, stroke, strokewidth) argument
2187 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
2351 function mxShapeArrows2StripedArrow(bounds, fill, stroke, strokewidth) argument
2357 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
2473 function mxShapeArrows2JumpInArrow(bounds, fill, stroke, strokewidth) argument
2479 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
2581 function mxShapeArrows2UTurnArrow(bounds, fill, stroke, strokewidth) argument
2587 this.strokewidth = (strokewidth != null) ? strokewidth : 1;