Lines Matching refs:getY

20 			$newCorner1 = new Point($corner2->getX(), $corner1->getY());
21 $newCorner2 = new Point($corner1->getX(), $corner2->getY());
27 if ($corner2->getY() < $corner1->getY()) {
28 $newCorner1 = new Point($corner1->getX(), $corner2->getY());
29 $newCorner2 = new Point($corner2->getX(), $corner1->getY());
36 $Y1 = $corner1->getY();
39 $Y2 = $corner2->getY();
106 $Y1 = $corner1->getY() - .2;
108 $Y2 = $corner2->getY() + .2;
144 $Y = sin ( ($i + 180) * M_PI / 180 ) * $radius + $point1->getY() + $radius;
148 $Y = sin ( ($i - 90) * M_PI / 180 ) * $radius + $point1->getY() + $radius;
152 $Y = sin ( ($i) * M_PI / 180 ) * $radius + $point2->getY() - $radius;
156 $Y = sin ( ($i + 90) * M_PI / 180 ) * $radius + $point2->getY() - $radius;
161 $Y1 = $point1->getY() - .2;
163 $Y2 = $point2->getY() + .2;
210 + $point1->getY()
218 + $point1->getY()
226 + $point2->getY()
234 + $point2->getY()
271 $point1->getX(), $point1->getY() + $radius,
272 $point2->getX(), $point2->getY() - $radius,
276 $point1->getX() + $radius, $point1->getY(),
277 $point2->getX() - $radius, $point2->getY(),
281 $Y1 = $point1->getY() - .2;
283 $Y2 = $point2->getY() + .2;
326 $YStep = ($point2->getY() - $point1->getY()) / $Distance;
330 $Y = $i * $YStep + $point1->getY();
333 && ($Y >= $boundingBoxMin->getY())))
335 && ($Y <= $boundingBoxMax->getY())))) {
353 $YStep = ($point2->getY() - $point1->getY()) / $Distance;
358 $Y = $i * $YStep + $point1->getY();
362 && ($Y >= $boundingBoxMin->getY())))
364 && ($Y <= $boundingBoxMax->getY())))) {
390 $point->getY() + $shadowProperties->yDistance),
399 $point->getY() + $shadowProperties->yDistance - $i / 2),
405 $point->getY() + $shadowProperties->yDistance + $i / 2),
413 $Yi = floor ( $point->getY() );
415 if ($Xi == $point->getX() && $Yi == $point->getY()) {
419 $point->getX(), $point->getY(),
424 $Alpha1 = (((1 - ($point->getX() - $Xi)) * (1 - ($point->getY() - $Yi)) * 100) / 100) * $alpha;
429 $Alpha2 = ((($point->getX() - $Xi) * (1 - ($point->getY() - $Yi)) * 100) / 100) * $alpha;
434 $Alpha3 = (((1 - ($point->getX() - $Xi)) * ($point->getY() - $Yi) * 100) / 100)
440 $Alpha4 = ((($point->getX() - $Xi) * ($point->getY() - $Yi) * 100) / 100)
452 $RGB2 = imagecolorat ( $this->picture, $point->getX(), $point->getY());
465 imagesetpixel($this->picture, $point->getX(), $point->getY(), $C_Aliased );
519 $point->getY() + $shadowProperties->yDistance,
527 $point->getX(), $point->getY(),
540 $Y = sin ( $i * M_PI / 180 ) * $width + $center->getY();
558 $Y1 = sin ( $i * M_PI / 180 ) * $width + $center->getY();
560 $Y2 = sin ( (180 - $i) * M_PI / 180 ) * $width + $center->getY();
569 if (($Y1 - 1) > $center->getY() - max ( $width, $height )) {