Lines Matching refs:floor

442 				$this->canvas->drawLine(new Point(floor($XPos), $this->GArea_Y2),
443 new Point(floor($XPos), $this->GArea_Y2 + 5),
461 new Point(floor ( $XPos ) - floor ( $TextWidth / 2 ),
472 new Point(floor($XPos) - $TextWidth + 5,
482 new Point(floor ( $XPos ) + $TextWidth + 5,
754 new Point(floor ( $XPos ) - floor ( $TextWidth / 2 ),
765 new Point(floor ( $XPos ) - $TextWidth + 5,
775 new Point(floor ( $XPos ) + $TextWidth + 5,
892 $ColCount = floor ( ($this->GArea_X2 - $this->GArea_X1) / $this->DivisionWidth );
897 $this->canvas->drawDottedLine(new Point(floor($XPos), $this->GArea_Y1),
898 new Point(floor($XPos), $this->GArea_Y2),
1026 $XPos = floor ( ($XPos2 - $XPos - $TextWidth) / 2 ) + $XPos;
1032 $YPos = floor ( ($YPos2 - $YPos - $TextHeight) / 2 ) + $YPos;
1195 $TextOffset = floor ( $TextHeight / 2 );
1695 …if ($XLast != - 1 && ! isset ( $Missing [floor ( $X )] ) && ! isset ( $Missing [floor ( $X + 1 )] …
1826 …($YLast != NULL && $AroundZero && ! isset ( $Missing [floor ( $X )] ) && ! isset ( $Missing [floor
1844 if (! isset ( $Missing [floor ( $X )] ) || $YLast == NULL) {
2024 $this->canvas->drawFilledRectangle(new Point(floor($XPos - $XWidth + $this->GArea_X1),
2025 floor($YPos + $this->GArea_Y1)),
2026 new Point(floor($XPos + $XWidth + $this->GArea_X1),
2027 floor($YZero + $this->GArea_Y1)),
2033 $X1 = floor ( $XPos - $XWidth + $this->GArea_X1 );
2034 $Y1 = floor ( $YPos + $this->GArea_Y1 ) + .2;
2035 $X2 = floor ( $XPos + $XWidth + $this->GArea_X1 );
2228 $X1 = floor ( $XPos - $XWidth );
2229 $Y1 = floor ( $YPos ) - .2;
2230 $X2 = floor ( $XPos + $XWidth );
2239 $Y2 = floor ( $YPos ) + .2;
2241 $this->canvas->drawLine(new Point(floor ( $XPos ) - .2, $Y1 + 1),
2242 new Point(floor ( $XPos ) - .2, $Y2 - 1),
2249 $this->canvas->drawLine(new Point(floor ( $XPos ) + .2, $Y1 + 1),
2250 new Point(floor ( $XPos ) + .2, $Y2 - 1),
2425 $XPos = floor ( ($X2 - $X1) / 2 ) + $X1;
2426 $YPos = floor ( ($Y2 - $Y1) / 2 ) + $Y1;
2982 if ($Value == floor ( $Value ))
3013 $Divisions = floor ( $Scale1 );
3018 $Divisions = floor ( $Scale2 );
3031 if (floor ( $this->VMax / $Scale / $Factor ) != $this->VMax / $Scale / $Factor) {
3032 $GridID = floor ( $this->VMax / $Scale / $Factor ) + 1;
3037 if (floor ( $this->VMin / $Scale / $Factor ) != $this->VMin / $Scale / $Factor) {
3038 $GridID = floor ( $this->VMin / $Scale / $Factor );
3077 $Divisions = floor ( $Scale1 );
3082 $Divisions = floor ( $Scale2 );
3095 if (floor ( $maxVal / $Scale / $Factor ) != $maxVal / $Scale / $Factor) {
3096 $GridID = floor ( $maxVal / $Scale / $Factor ) + 1;
3101 if (floor ( $minVal / $Scale / $Factor ) != $minVal / $Scale / $Factor) {
3102 $GridID = floor ( $minVal / $Scale / $Factor );