Searched refs:ostop (Results 1 – 3 of 3) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 1360 function linearScale($value, $istart, $istop, $ostart, $ostop){ argument 1363 return $ostart + ($ostop - $ostart) * (($value - $istart) / $div);
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 1370 function linearScale($value, $istart, $istop, $ostart, $ostop) { argument 1373 return $ostart + ($ostop - $ostart) * (($value - $istart) / $div);
|
/plugin/processing/ |
H A D | script.js | 6069 p.map = function(value, istart, istop, ostart, ostop) { argument 6070 return ostart + (ostop - ostart) * ((value - istart) / (istop - istart));
|