Lines Matching refs:X2
36 $X2 = $corner2->getX();
45 new Point($X2 + $shadowProperties->xDistance,
59 new Point($X2 + $shadowProperties->xDistance - $i / 2,
70 new Point($X2 + $shadowProperties->xDistance + $i / 2,
81 imagefilledrectangle($this->picture, round($X1), round($Y1), round($X2), round($Y2), $C_Rectangle);
83 $LayerWidth = abs($X2 - $X1) + 2;
94 imagecopymerge($this->picture, $this->Layers [0], round(min($X1, $X2) - 1), round(min($Y1, $Y2) - 1), 0, 0, $LayerWidth, $LayerHeight, $alpha);
101 new Point($X2, $Y2),
113 $X2 = $corner2->getX() + .2;
117 new Point($X2, $Y1),
125 new Point($X2, $Y1),
126 new Point($X2, $Y2),
134 new Point($X2, $Y2),
176 $X2 = $point2->getX() + .2;
180 new Point($X2 - $radius, $Y1),
188 new Point($X2, $Y1 + $radius),
189 new Point($X2, $Y2 - $radius),
197 new Point($X2 - $radius, $Y2),
324 $X2 = $point2->getX() + .2;
328 new Point($X2 - $radius, $Y1),
335 new Point($X2, $Y1 + $radius),
336 new Point($X2, $Y2 - $radius),
343 new Point($X2 - $radius, $Y2),
634 $X2 = cos((180 - $i) * M_PI / 180) * $height + $center->getX();
643 new Point($X2 - 1, $Y2 - 1),
649 imageline($this->picture, $X1, $Y1 - 1, $X2 - 1, $Y2 - 1, $C_Circle);