Home
last modified time | relevance | path

Searched refs:largeArcFlag (Results 1 – 4 of 4) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js458 mxJsCanvas.prototype.arcTo = function(rx, ry, angle, largeArcFlag, sweepFlag, x, y) argument
460 …var curves = mxUtils.arcToCurves(this.lastMoveX, this.lastMoveY, rx, ry, angle, largeArcFlag, swee…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php1990 $largeArcFlag = isset($a[$i + 3]) ? $a[$i + 3] : 0;
2009 list($pcmd, $bounds) = $this->Arcto($x1, $y1, $x2, $y2, $rx, $ry, $angle, $largeArcFlag, $sweepFlag);
2049 function Arcto($x1, $y1, $x2, $y2, $rx, $ry, $angle, $largeArcFlag, $sweepFlag)
2103 $root = ($largeArcFlag == $sweepFlag ? -1.0 : 1.0) * sqrt($numerator / ($rx * $rx * $y1dash * $y1dash + $ry * $ry * $x1dash * $x1dash));
1934 Arcto($x1, $y1, $x2, $y2, $rx, $ry, $angle, $largeArcFlag, $sweepFlag) global() argument
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js1063 RoughCanvas.prototype.arcTo = function(rx, ry, angle, largeArcFlag, sweepFlag, x, y) argument
1071 …var curves = mxUtils.arcToCurves(this.lastX, this.lastY, rx, ry, angle, largeArcFlag, sweepFlag, x…
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1388 HandJiggle.prototype.arcTo = function(rx, ry, angle, largeArcFlag, sweepFlag, x, y) argument