Lines Matching refs:X2
38 $X2 = $corner2->getX();
46 new Point($X2 + $shadowProperties->xDistance,
58 new Point($X2 + $shadowProperties->xDistance - $i / 2,
67 new Point($X2 + $shadowProperties->xDistance + $i / 2,
77 …imagefilledrectangle($this->picture, round ( $X1 ), round ( $Y1 ), round ( $X2 ), round ( $Y2 ), $…
79 $LayerWidth = abs ( $X2 - $X1 ) + 2;
90 …imagecopymerge ($this->picture, $this->Layers [0], round ( min ( $X1, $X2 ) - 1 ), round ( min ( $…
96 new Point($X2, $Y2),
107 $X2 = $corner2->getX() + .2;
110 new Point($X2, $Y1),
116 $this->drawLine(new Point($X2, $Y1),
117 new Point($X2, $Y2),
123 $this->drawLine(new Point($X2, $Y2),
162 $X2 = $point2->getX() + .2;
165 new Point($X2 - $radius, $Y1),
171 $this->drawLine(new Point($X2, $Y1 + $radius),
172 new Point($X2, $Y2 - $radius),
178 $this->drawLine(new Point($X2 - $radius, $Y2),
282 $X2 = $point2->getX() + .2;
285 new Point($X2 - $radius, $Y1),
290 $this->drawLine(new Point($X2, $Y1 + $radius),
291 new Point($X2, $Y2 - $radius),
296 $this->drawLine(new Point($X2 - $radius, $Y2),
559 $X2 = cos ( (180 - $i) * M_PI / 180 ) * $height + $center->getX();
565 $this->drawAntialiasPixel(new Point($X2 - 1, $Y2 - 1),
570 imageline ( $this->picture, $X1, $Y1 - 1, $X2 - 1, $Y2 - 1, $C_Circle );