Lines Matching refs:getX

17         if($corner2->getX() < $corner1->getX()) {
18 $newCorner1 = new Point($corner2->getX(), $corner1->getY());
19 $newCorner2 = new Point($corner1->getX(), $corner2->getY());
26 $newCorner1 = new Point($corner1->getX(), $corner2->getY());
27 $newCorner2 = new Point($corner2->getX(), $corner1->getY());
33 $X1 = $corner1->getX();
36 $X2 = $corner2->getX();
111 $X1 = $corner1->getX() - .2;
113 $X2 = $corner2->getX() + .2;
157 $X = cos(($i + 180) * M_PI / 180) * $radius + $point1->getX() + $radius;
161 $X = cos(($i - 90) * M_PI / 180) * $radius + $point2->getX() - $radius;
165 $X = cos(($i) * M_PI / 180) * $radius + $point2->getX() - $radius;
169 $X = cos(($i + 90) * M_PI / 180) * $radius + $point1->getX() + $radius;
174 $X1 = $point1->getX() - .2;
176 $X2 = $point2->getX() + .2;
228 + $point1->getX()
236 + $point2->getX()
244 + $point2->getX()
252 + $point1->getX()
262 $point1->getX() + $radius, $Yi1,
267 $this->picture, $point2->getX() - $radius, $Yi2,
274 $point2->getX() - $radius, $Yi3,
282 $point1->getX() + $radius, $Yi4,
310 $point1->getX(), $point1->getY() + $radius,
311 $point2->getX(), $point2->getY() - $radius,
317 $point1->getX() + $radius, $point1->getY(),
318 $point2->getX() - $radius, $point2->getY(),
322 $X1 = $point1->getX() - .2;
324 $X2 = $point2->getX() + .2;
376 $XStep = ($point2->getX() - $point1->getX()) / $Distance;
380 $X = $i * $XStep + $point1->getX();
383 if((($boundingBoxMin == null) || (($X >= $boundingBoxMin->getX())
385 && (($boundingBoxMax == null) || (($X <= $boundingBoxMax->getX())
406 $XStep = ($point2->getX() - $point1->getX()) / $Distance;
411 $X = $i * $XStep + $point1->getX();
415 if(($boundingBoxMin == null || (($X >= $boundingBoxMin->getX())
417 && ($boundingBoxMax == null || (($X <= $boundingBoxMax->getX())
449 new Point($point->getX() + $shadowProperties->xDistance,
460 new Point($point->getX() + $shadowProperties->xDistance - $i / 2,
468 new Point($point->getX() + $shadowProperties->xDistance + $i / 2,
477 $Xi = floor($point->getX());
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);
588 $point->getX() + $shadowProperties->xDistance,
599 $point->getX(), $point->getY(),
612 $X = cos($i * M_PI / 180) * $height + $center->getX();
632 $X1 = cos($i * M_PI / 180) * $height + $center->getX();
634 $X2 = cos((180 - $i) * M_PI / 180) * $height + $center->getX();