Home
last modified time | relevance | path

Searched defs:y2 (Results 1 – 25 of 47) sorted by relevance

12

/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js25 Raphael.fn.line = function(x1, y1, x2, y2) { argument
109 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
176 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
H A Dtheme-snap.js179 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
267 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
H A Dtheme.js92 function wobble(x1, y1, x2, y2) { argument
136 function handLine(x1, y1, x2, y2) { argument
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js114 var drawLine = function (x1, y1, x2, y2, text) argument
484 y2: y2, property in ruler.guidePart
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.border.edge.class.php122 $x2, $y2,
H A Doutput.png.class.php143 function _drawLine($x1, $y1, $x2, $y2) {
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js804 function drawTriangle( x0, y0, x1, y1, x2, y2 ) { argument
922 function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { argument
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js895 function wobble(x1, y1, x2, y2) { argument
939 function handLine(x1, y1, x2, y2) { argument
1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1538 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1583 Raphael.fn.line = function(x1, y1, x2, y2) { argument
1667 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1734 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
H A Dsequence-diagram-raphael.js895 function wobble(x1, y1, x2, y2) { argument
939 function handLine(x1, y1, x2, y2) { argument
1297 Raphael.fn.line = function(x1, y1, x2, y2) { argument
1381 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1448 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
H A Dsequence-diagram-snap.js895 function wobble(x1, y1, x2, y2) { argument
939 function handLine(x1, y1, x2, y2) { argument
1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1538 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
H A Dsequence-diagram-min.js6 …ion clamp(x,min,max){return x<min?min:x>max?max:x}function wobble(x1,y1,x2,y2){assert(_.all([x1,x2… argument
H A Dsequence-diagram-raphael-min.js6 …ion clamp(x,min,max){return x<min?min:x>max?max:x}function wobble(x1,y1,x2,y2){assert(_.all([x1,x2… argument
H A Dsequence-diagram-snap-min.js6 …ion clamp(x,min,max){return x<min?min:x>max?max:x}function wobble(x1,y1,x2,y2){assert(_.all([x1,x2… argument
/plugin/ebnf/
H A Debnf.php93 rr($im, $x1, $y1, $x2, $y2, $r, $black) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php1934 Arcto($x1, $y1, $x2, $y2, $rx, $ry, $angle, $largeArcFlag, $sweepFlag) global() argument
3997 testIntersect($x1, $y1, $x2, $y2, $x3, $y3, $x4, $y4) global() argument
[all...]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js5037 proto.line = function (x1, y1, x2, y2) { argument
5046 y2: y2 property in proto.line.attr
5172 function gradientLinear(defs, x1, y1, x2, y2) { argument
5247 proto.gradientLinear = function (x1, y1, x2, y2) { argument
5525 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
5544 function getTotLen(x1, y1, x2, y2, x3, y3, x4, y4, ll) { argument
5561 function intersect(x1, y1, x2, y2, x3, y3, x4, y4) { argument
6043 function l2c(x1, y1, x2, y2) { argument
6046 function q2c(x1, y1, ax, ay, x2, y2) { argument
6058 function a2c(x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
[all …]
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js451 mxJsCanvas.prototype.quadTo = function(x1, y1, x2, y2) argument
472 mxJsCanvas.prototype.curveTo = function(x1, y1, x2, y2, x3, y3) argument
/plugin/tablecalc/
H A Dscript.js132 function range(x1,y1,x2,y2) { argument
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js360 mxVsdxCanvas2D.prototype.quadTo = function(x1, y1, x2, y2) argument
399 mxVsdxCanvas2D.prototype.curveTo = function(x1, y1, x2, y2, x3, y3) argument
/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js143 Psvg.prototype.curveto=function(x1,y1,x2,y2,x,y){path_def();path+="\tC"+ argument
163 Psvg.prototype.rcurveto=function(x1,y1,x2,y2, argument
[all...]
/plugin/register/
H A Dregister.php146 public function line($x1, $y1, $x2, $y2)
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js423 R.angle = function (x1, y1, x2, y2, x3, y3) { argument
1328 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
1347 function getTatLen(x1, y1, x2, y2, x3, y3, x4, y4, ll) { argument
1364 function intersect(x1, y1, x2, y2, x3, y3, x4, y4) { argument
1815 l2c = function (x1, y1, x2, y2) { argument
1818 q2c = function (x1, y1, ax, ay, x2, y2) { argument
1830 a2c = function (x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
/plugin/callflow/
H A Draphael.js820 R.angle = function (x1, y1, x2, y2, x3, y3) { argument
1714 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
1733 function getTatLen(x1, y1, x2, y2, x3, y3, x4, y4, ll) { argument
1750 function intersect(x1, y1, x2, y2, x3, y3, x4, y4) { argument
2201 l2c = function (x1, y1, x2, y2) { argument
2204 q2c = function (x1, y1, ax, ay, x2, y2) { argument
2216 a2c = function (x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
/plugin/advrack/
H A Draphael.js820 R.angle = function (x1, y1, x2, y2, x3, y3) { argument
1714 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
1733 function getTatLen(x1, y1, x2, y2, x3, y3, x4, y4, ll) { argument
1750 function intersect(x1, y1, x2, y2, x3, y3, x4, y4) { argument
2201 l2c = function (x1, y1, x2, y2) { argument
2204 q2c = function (x1, y1, ax, ay, x2, y2) { argument
2216 a2c = function (x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js103 y2: 0, property in AmCharts._this.drawing.buffer.position
818 getAngle: function( x1, y1, x2, y2 ) { argument

12