Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php489 $s_y = $vv[1];
491 $s_y = $vv[0];
494 $tm[3] = $s_y;
1186 $s_y = $vv[1];
1188 $s_y = $vv[0];
1191 $tm[3] = $s_y;
/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){
24914 top = Math.round(s_y),
24932 shiftTop = Math.abs(Math.round(e_y - s_y));
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)) {
26611 $s_y /= 100;
26616 $tm[3] = $s_y;
26618 $tm[5] = $y * (1 - $s_y);
26528 transformScale($s_x, $s_y, $x = '', $y = '', $returnstring = false) global() argument
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1s_y","e_x","e_y","_direction","getDirectionLine","link_direction_class","dist","pow","tan","angle"…