Lines Matching refs:floor

470 … > 1 && $Scale1 <= $MaxDivs && !$ScaleOk) { $ScaleOk = TRUE; $Divisions = floor($Scale1); $Scale =…
471 … > 1 && $Scale2 <= $MaxDivs && !$ScaleOk) { $ScaleOk = TRUE; $Divisions = floor($Scale2); $Scale =…
479 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor)
481 $GridID = floor ( $this->VMax / $Scale / $Factor) + 1;
486 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
488 $GridID = floor( $this->VMin / $Scale / $Factor);
593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B);
613 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextC…
619 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$t…
621 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)+$TextWidth+5,$YPos,$C_TextColor,$t…
687 … > 1 && $Scale1 <= $MaxDivs && !$ScaleOk) { $ScaleOk = TRUE; $Divisions = floor($Scale1); $Scale =…
688 … > 1 && $Scale2 <= $MaxDivs && !$ScaleOk) { $ScaleOk = TRUE; $Divisions = floor($Scale2); $Scale =…
696 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor)
698 $GridID = floor ( $this->VMax / $Scale / $Factor) + 1;
703 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
705 $GridID = floor( $this->VMin / $Scale / $Factor);
794 …> 1 && $Scale1 <= $MaxDivs && !$ScaleOk) { $ScaleOk = TRUE; $XDivisions = floor($Scale1); $Scale =…
795 …> 1 && $Scale2 <= $MaxDivs && !$ScaleOk) { $ScaleOk = TRUE; $XDivisions = floor($Scale2); $Scale =…
803 if ( floor($this->VXMax / $Scale / $Factor) != $this->VXMax / $Scale / $Factor)
805 $GridID = floor ( $this->VXMax / $Scale / $Factor) + 1;
810 if ( floor($this->VXMin / $Scale / $Factor) != $this->VXMin / $Scale / $Factor)
812 $GridID = floor( $this->VXMin / $Scale / $Factor);
865 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextC…
871 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$t…
873 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)+$TextWidth+5,$YPos,$C_TextColor,$t…
948 …{ $XPos = $this->GArea_X1 + $this->GAreaXOffset; $ColCount = floor( ($this->GArea_X2 - $this->GAre…
953 …$this->drawDottedLine(floor($XPos),$this->GArea_Y1,floor($XPos),$this->GArea_Y2,$LineWidth,$R,$G,$…
1104 $XPos = floor(( $XPos2 - $XPos - $TextWidth ) / 2 ) + $XPos;
1111 $YPos = floor(( $YPos2 - $YPos - $TextHeight ) / 2 ) + $YPos;
1209 $TextOffset = floor($TextHeight/2);
1596 if ( $XLast != -1 && !isset($Missing[floor($X)]) && !isset($Missing[floor($X+1)]) )
1703 …if ( $YLast != NULL && $AroundZero && !isset($Missing[floor($X)]) && !isset($Missing[floor($X+1)]))
1719 if ( !isset($Missing[floor($X)]) || $YLast == NULL )
1915 … $X1 = floor($XPos - $XWidth + $this->GArea_X1); $Y1 = floor($YPos+$this->GArea_Y1) + .2;
1916 …$X2 = floor($XPos + $XWidth + $this->GArea_X1); $Y2 = $this->GArea_Y2 - ((0-$this->VMin) * $this->…
2082 $X1 = floor($XPos - $XWidth); $Y1 = floor($YPos) - .2;
2083 $X2 = floor($XPos + $XWidth);
2088 $Y2 = floor($YPos) + .2;
2090 $this->drawLine(floor($XPos)-.2,$Y1+1,floor($XPos)-.2,$Y2-1,$R,$G,$B,TRUE);
2091 $this->drawLine(floor($XPos)+.2,$Y1+1,floor($XPos)+.2,$Y2-1,$R,$G,$B,TRUE);
2224 $XPos = floor(($X2-$X1)/2) + $X1;
2225 $YPos = floor(($Y2-$Y1)/2) + $Y1;
3153 $Ra = floor($R*$Alpha+$R2*$iAlpha);
3154 $Ga = floor($G*$Alpha+$G2*$iAlpha);
3155 $Ba = floor($B*$Alpha+$B2*$iAlpha);
3247 $Xi = floor($X);
3248 $Yi = floor($Y);
3262 $Alpha1 = (((1 - ($X - floor($X))) * (1 - ($Y - floor($Y))) * 100) / 100) * $Alpha;
3265 $Alpha2 = ((($X - floor($X)) * (1 - ($Y - floor($Y))) * 100) / 100) * $Alpha;
3268 $Alpha3 = (((1 - ($X - floor($X))) * ($Y - floor($Y)) * 100) / 100) * $Alpha;
3271 $Alpha4 = ((($X - floor($X)) * ($Y - floor($Y)) * 100) / 100) * $Alpha;
3442 $Hour = floor($Value/3600);
3443 $Minute = floor(($Value - $Hour*3600)/60);
3444 $Second = floor($Value - $Hour*3600 - $Minute*60);
3456 $Go = floor($Value/1000000000);
3457 $Mo = floor(($Value - $Go*1000000000)/1000000);
3458 $Ko = floor(($Value - $Go*1000000000 - $Mo*1000000)/1000);
3459 $o = floor($Value - $Go*1000000000 - $Mo*1000000 - $Ko*1000);
3470 $Go = floor($Value/1000000000);
3471 $Mo = floor(($Value - $Go*1000000000)/1000000);
3472 $Ko = floor(($Value - $Go*1000000000 - $Mo*1000000)/1000);
3473 $o = floor($Value - $Go*1000000000 - $Mo*1000000 - $Ko*1000);
3502 if ($Value == floor($Value))