Lines Matching refs:X1
35 $X1 = $corner1->getX();
44 $this->drawFilledRectangle(new Point($X1 + $shadowProperties->xDistance,
56 $this->drawFilledRectangle(new Point($X1 + $shadowProperties->xDistance - $i / 2,
65 $this->drawFilledRectangle(new Point($X1 + $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 ( $…
95 $this->drawRectangle(new Point($X1, $Y1),
105 $X1 = $corner1->getX() - .2;
109 $this->drawLine(new Point($X1, $Y1),
124 new Point($X1, $Y2),
130 $this->drawLine(new Point($X1, $Y2),
131 new Point($X1, $Y1),
160 $X1 = $point1->getX() - .2;
164 $this->drawLine(new Point($X1 + $radius, $Y1),
179 new Point($X1 + $radius, $Y2),
185 $this->drawLine(new Point($X1, $Y2 - $radius),
186 new Point($X1, $Y1 + $radius),
280 $X1 = $point1->getX() - .2;
284 $this->drawLine(new Point($X1 + $radius, $Y1),
297 new Point($X1 + $radius, $Y2),
302 $this->drawLine(new Point($X1, $Y2 - $radius),
303 new Point($X1, $Y1 + $radius),
557 $X1 = cos ( $i * M_PI / 180 ) * $height + $center->getX();
562 $this->drawAntialiasPixel(new Point($X1 - 1, $Y1 - 1),
570 imageline ( $this->picture, $X1, $Y1 - 1, $X2 - 1, $Y2 - 1, $C_Circle );