Lines Matching refs:Y
158 $Y = sin(($i + 180) * M_PI / 180) * $radius + $point1->getY() + $radius;
159 $this->drawAntialiasPixel(new Point($X, $Y), $color, $shadowProperties);
162 $Y = sin(($i - 90) * M_PI / 180) * $radius + $point1->getY() + $radius;
163 $this->drawAntialiasPixel(new Point($X, $Y), $color, $shadowProperties);
166 $Y = sin(($i) * M_PI / 180) * $radius + $point2->getY() - $radius;
167 $this->drawAntialiasPixel(new Point($X, $Y), $color, $shadowProperties);
170 $Y = sin(($i + 90) * M_PI / 180) * $radius + $point2->getY() - $radius;
171 $this->drawAntialiasPixel(new Point($X, $Y), $color, $shadowProperties);
381 $Y = $i * $YStep + $point1->getY();
384 && ($Y >= $boundingBoxMin->getY())))
386 && ($Y <= $boundingBoxMax->getY())))
389 $this->drawAntialiasPixel(new Point($X, $Y), $color, $shadowProperties);
395 new Point($X + $j, $Y + $j),
412 $Y = $i * $YStep + $point1->getY();
416 && ($Y >= $boundingBoxMin->getY())))
418 && ($Y <= $boundingBoxMax->getY())))
422 new Point($X, $Y),
431 $Y + $j),
613 $Y = sin($i * M_PI / 180) * $width + $center->getY();
615 new Point($X, $Y),