Home
last modified time | relevance | path

Searched refs:s_x (Results 1 – 3 of 3) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js24885 function showDirectingLine(s_x, s_y, e_x, e_y){ argument
24895 var dist =Math.sqrt( (Math.pow(e_x - s_x, 2)) + (Math.pow(e_y - s_y, 2)) );
24901 var tan = (e_y - s_y)/(e_x - s_x),
24904 if(coordinateCircleQuarter(s_x, e_x, s_y, e_y) == 2){
24906 }else if(coordinateCircleQuarter(s_x, e_x, s_y, e_y) == 3){
24915 left = Math.round(s_x);
24931 var shiftLeft = Math.abs(Math.round(s_x - e_x)),
24934 switch(coordinateCircleQuarter(s_x, e_x, s_y, e_y)){
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php26592 function transformScale($s_x, $s_y, $x = '', $y = '', $returnstring = false)
26602 if (($s_x == 0) or ( $s_y == 0)) {
26610 $s_x /= 100;
26613 $tm[0] = $s_x;
26617 $tm[4] = $x * (1 - $s_x);
26528 transformScale($s_x, $s_y, $x = '', $y = '', $returnstring = false) global() argument
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1s_x","s_y","e_x","e_y","_direction","getDirectionLine","link_direction_class","dist","pow","tan","…