Lines Matching defs:x

1756                 	var srcP = {x: minX, y: minY};  property in mxVssxCodec.normalizeGraph.srcP
1869 function Row(index, x, y) { argument
2840 … rotation = (function (x) { return x * Math.PI / 180; })(360 - rotation); argument
5094 mxVsdxUtils.isInsideTriangle = function (x, y, ax, ay, bx, by, cx, cy) { argument
6535 rotation = (function (x) { return x * Math.PI / 180; })(rotation); argument
6567 function ArcTo(index, x, y, a) { argument
6664 function Ellipse(index, x, y, a, b, c, d) { argument
6730 function EllipticalArcTo(index, x, y, a, b, c, d) { argument
6780 var rot = (function (x) { return x * 180 / Math.PI; })(ang); argument
6821 …var aStart = (function (x) { return x * 180 / Math.PI; })(Math.atan2(y1, x1) - Math.atan2(y0, x0)); argument
6822 … var aEnd = (function (x) { return x * 180 / Math.PI; })(Math.atan2(y2, x2) - Math.atan2(y0, x0)); argument
6823 … var aCP = (function (x) { return x * 180 / Math.PI; })(Math.atan2(y3, x3) - Math.atan2(y0, x0)); argument
6865 function InfiniteLine(index, x, y, a, b) { argument
6900 function LineTo(index, x, y) { argument
6949 function MoveTo(index, x, y) { argument
7000 function NURBSTo(index, x, y, a, b, c, d, e) { argument
7201 function PolylineTo(index, x, y, a) { argument
7282 function RelCubBezTo(index, x, y, a, b, c, d) { argument
7336 function RelLineTo(index, x, y) { argument
7380 function RelMoveTo(index, x, y) { argument
7426 function RelQuadBezTo(index, x, y, a, b) { argument
7474 function SplineKnot(index, x, y, a) { argument
7520 function SplineStart(index, x, y, a, b, c, d) { argument
8821 function RelEllipticalArcTo(index, x, y, a, b, c, d) { argument