Lines Matching refs:Y
144 $Y = sin ( ($i + 180) * M_PI / 180 ) * $radius + $point1->getY() + $radius;
145 $this->drawAntialiasPixel(new Point($X, $Y), $color, $shadowProperties);
148 $Y = sin ( ($i - 90) * M_PI / 180 ) * $radius + $point1->getY() + $radius;
149 $this->drawAntialiasPixel(new Point($X, $Y), $color, $shadowProperties);
152 $Y = sin ( ($i) * M_PI / 180 ) * $radius + $point2->getY() - $radius;
153 $this->drawAntialiasPixel(new Point($X, $Y), $color, $shadowProperties);
156 $Y = sin ( ($i + 90) * M_PI / 180 ) * $radius + $point2->getY() - $radius;
157 $this->drawAntialiasPixel(new Point($X, $Y), $color, $shadowProperties);
330 $Y = $i * $YStep + $point1->getY();
333 && ($Y >= $boundingBoxMin->getY())))
335 && ($Y <= $boundingBoxMax->getY())))) {
337 $this->drawAntialiasPixel(new Point($X, $Y), $color, $shadowProperties);
342 $this->drawAntialiasPixel(new Point($X + $j, $Y + $j),
358 $Y = $i * $YStep + $point1->getY();
362 && ($Y >= $boundingBoxMin->getY())))
364 && ($Y <= $boundingBoxMax->getY())))) {
366 $this->drawAntialiasPixel(new Point($X, $Y),
373 $Y + $j),
540 $Y = sin ( $i * M_PI / 180 ) * $width + $center->getY();
541 $this->drawAntialiasPixel(new Point($X, $Y),