Lines Matching refs:getY

18             $newCorner1 = new Point($corner2->getX(), $corner1->getY());
19 $newCorner2 = new Point($corner1->getX(), $corner2->getY());
25 if($corner2->getY() < $corner1->getY()) {
26 $newCorner1 = new Point($corner1->getX(), $corner2->getY());
27 $newCorner2 = new Point($corner2->getX(), $corner1->getY());
34 $Y1 = $corner1->getY();
37 $Y2 = $corner2->getY();
112 $Y1 = $corner1->getY() - .2;
114 $Y2 = $corner2->getY() + .2;
158 $Y = sin(($i + 180) * M_PI / 180) * $radius + $point1->getY() + $radius;
162 $Y = sin(($i - 90) * M_PI / 180) * $radius + $point1->getY() + $radius;
166 $Y = sin(($i) * M_PI / 180) * $radius + $point2->getY() - $radius;
170 $Y = sin(($i + 90) * M_PI / 180) * $radius + $point2->getY() - $radius;
175 $Y1 = $point1->getY() - .2;
177 $Y2 = $point2->getY() + .2;
232 + $point1->getY()
240 + $point1->getY()
248 + $point2->getY()
256 + $point2->getY()
310 $point1->getX(), $point1->getY() + $radius,
311 $point2->getX(), $point2->getY() - $radius,
317 $point1->getX() + $radius, $point1->getY(),
318 $point2->getX() - $radius, $point2->getY(),
323 $Y1 = $point1->getY() - .2;
325 $Y2 = $point2->getY() + .2;
377 $YStep = ($point2->getY() - $point1->getY()) / $Distance;
381 $Y = $i * $YStep + $point1->getY();
384 && ($Y >= $boundingBoxMin->getY())))
386 && ($Y <= $boundingBoxMax->getY())))
407 $YStep = ($point2->getY() - $point1->getY()) / $Distance;
412 $Y = $i * $YStep + $point1->getY();
416 && ($Y >= $boundingBoxMin->getY())))
418 && ($Y <= $boundingBoxMax->getY())))
450 $point->getY() + $shadowProperties->yDistance),
461 $point->getY() + $shadowProperties->yDistance - $i / 2),
469 $point->getY() + $shadowProperties->yDistance + $i / 2),
478 $Yi = floor($point->getY());
480 if($Xi == $point->getX() && $Yi == $point->getY()) {
485 $point->getX(), $point->getY(),
491 $Alpha1 = (((1 - ($point->getX() - $Xi)) * (1 - ($point->getY() - $Yi)) * 100) / 100) * $alpha;
496 $Alpha2 = ((($point->getX() - $Xi) * (1 - ($point->getY() - $Yi)) * 100) / 100) * $alpha;
501 $Alpha3 = (((1 - ($point->getX() - $Xi)) * ($point->getY() - $Yi) * 100) / 100)
507 $Alpha4 = ((($point->getX() - $Xi) * ($point->getY() - $Yi) * 100) / 100)
519 $RGB2 = imagecolorat($this->picture, $point->getX(), $point->getY());
532 imagesetpixel($this->picture, $point->getX(), $point->getY(), $C_Aliased);
589 $point->getY() + $shadowProperties->yDistance,
599 $point->getX(), $point->getY(),
613 $Y = sin($i * M_PI / 180) * $width + $center->getY();
633 $Y1 = sin($i * M_PI / 180) * $width + $center->getY();
635 $Y2 = sin((180 - $i) * M_PI / 180) * $width + $center->getY();
648 if(($Y1 - 1) > $center->getY() - max($width, $height)) {