Lines Matching refs:floor

457                     new Point(floor($XPos), $this->GArea_Y2),
458 new Point(floor($XPos), $this->GArea_Y2 + 5),
480 new Point(floor($XPos) - floor($TextWidth / 2),
493 new Point(floor($XPos) - $TextWidth + 5,
504 new Point(floor($XPos) + $TextWidth + 5,
801 new Point(floor($XPos) - floor($TextWidth / 2),
814 new Point(floor($XPos) - $TextWidth + 5,
825 new Point(floor($XPos) + $TextWidth + 5,
953 $ColCount = floor(($this->GArea_X2 - $this->GArea_X1) / $this->DivisionWidth);
959 new Point(floor($XPos), $this->GArea_Y1),
960 new Point(floor($XPos), $this->GArea_Y2),
1097 $XPos = floor(($XPos2 - $XPos - $TextWidth) / 2) + $XPos;
1103 $YPos = floor(($YPos2 - $YPos - $TextHeight) / 2) + $YPos;
1283 $TextOffset = floor($TextHeight / 2);
1828 if($XLast != -1 && !isset ($Missing [floor($X)]) && !isset ($Missing [floor($X + 1)]))
1965 if($YLast != NULL && $AroundZero && !isset ($Missing [floor($X)]) && !isset ($Missing [floor($X + 1)])) {
1985 if(!isset ($Missing [floor($X)]) || $YLast == NULL) {
2177 new Point(floor($XPos - $XWidth + $this->GArea_X1),
2178 floor($YPos + $this->GArea_Y1)),
2179 new Point(floor($XPos + $XWidth + $this->GArea_X1),
2180 floor($YZero + $this->GArea_Y1)),
2187 $X1 = floor($XPos - $XWidth + $this->GArea_X1);
2188 $Y1 = floor($YPos + $this->GArea_Y1) + .2;
2189 $X2 = floor($XPos + $XWidth + $this->GArea_X1);
2390 $X1 = floor($XPos - $XWidth);
2391 $Y1 = floor($YPos) - .2;
2392 $X2 = floor($XPos + $XWidth);
2401 $Y2 = floor($YPos) + .2;
2404 new Point(floor($XPos) - .2, $Y1 + 1),
2405 new Point(floor($XPos) - .2, $Y2 - 1),
2414 new Point(floor($XPos) + .2, $Y1 + 1),
2415 new Point(floor($XPos) + .2, $Y2 - 1),
2608 $XPos = floor(($X2 - $X1) / 2) + $X1;
2609 $YPos = floor(($Y2 - $Y1) / 2) + $Y1;
3198 if($Value == floor($Value))
3229 $Divisions = floor($Scale1);
3234 $Divisions = floor($Scale2);
3247 if(floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor) {
3248 $GridID = floor($this->VMax / $Scale / $Factor) + 1;
3253 if(floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor) {
3254 $GridID = floor($this->VMin / $Scale / $Factor);
3300 $Divisions = floor($Scale1);
3305 $Divisions = floor($Scale2);
3318 if(floor($maxVal / $Scale / $Factor) != $maxVal / $Scale / $Factor) {
3319 $GridID = floor($maxVal / $Scale / $Factor) + 1;
3324 if(floor($minVal / $Scale / $Factor) != $minVal / $Scale / $Factor) {
3325 $GridID = floor($minVal / $Scale / $Factor);