Home
last modified time | relevance | path

Searched refs:Factor (Results 26 – 27 of 27) sorted by last modified time

12

/plugin/projects/pchart/pchart/
H A Dpchart.php474 if ( $Scale2 > 1 ) { $Factor = $Factor * 10; }
475 if ( $Scale2 < 1 ) { $Factor = $Factor / 10; }
479 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor)
486 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
691 if ( $Scale2 > 1 ) { $Factor = $Factor * 10; }
692 if ( $Scale2 < 1 ) { $Factor = $Factor / 10; }
798 if ( $Scale2 > 1 ) { $Factor = $Factor * 10; }
799 if ( $Scale2 < 1 ) { $Factor = $Factor / 10; }
3139 $R = $R + $Factor;
3140 $G = $G + $Factor;
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php474 if ( $Scale2 > 1 ) { $Factor = $Factor * 10; }
475 if ( $Scale2 < 1 ) { $Factor = $Factor / 10; }
479 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor)
486 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
691 if ( $Scale2 > 1 ) { $Factor = $Factor * 10; }
692 if ( $Scale2 < 1 ) { $Factor = $Factor / 10; }
798 if ( $Scale2 > 1 ) { $Factor = $Factor * 10; }
799 if ( $Scale2 < 1 ) { $Factor = $Factor / 10; }
3164 $R = $R + $Factor;
3165 $G = $G + $Factor;
[all …]

12