Lines Matching refs:Angle

297     function drawRightScale(pData $data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1) {
298 $this->drawScale($data, $style, $Angle, $Decimals, $WithMargin, $SkipLabels, TRUE);
304 function drawScale(pData $Data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1, $RightScale = FALSE) {
471 $Position = imageftbbox($this->FontSize, $Angle, $this->FontName, $Value);
475 if($Angle == 0) {
479 $Angle,
489 if($Angle <= 90) {
492 $Angle,
503 $Angle,
645 function drawXYScale(pData $Data, ScaleStyle $style, $YSerieName, $XSerieName, $Angle = 0, $Decimals = 1) {
792 $Position = imageftbbox($this->FontSize, $Angle, $this->FontName, $Value);
796 if($Angle == 0) {
800 $Angle,
810 if($Angle <= 90) {
813 $Angle,
824 $Angle,
1127 public function drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, $Align = ALIGN_LEFT, ShadowProperties $shadowProperties = null, Color $backgroundColor = null, $Alpha = 100) {
1136 $Position = imageftbbox($this->FontSize, $Angle, $this->FontName, $Text);
1194 $this->canvas->drawText($this->FontSize, $Angle, $newPosition, $color, $this->FontName, $Text, $shadowProperties);
2494 $Angle = -90 + $i * 360 / $Points;
2495 $X1 = cos($Angle * M_PI / 180) * $TRadius + $XCenter;
2496 $Y1 = sin($Angle * M_PI / 180) * $TRadius + $YCenter;
2497 $X2 = cos($Angle * M_PI / 180) * ($TRadius + $RadiusScale) + $XCenter;
2498 $Y2 = sin($Angle * M_PI / 180) * ($TRadius + $RadiusScale) + $YCenter;
2533 $Angle = -90 + $i * 360 / $Points;
2534 $X = cos($Angle * M_PI / 180) * $TRadius + $XCenter;
2535 $Y = sin($Angle * M_PI / 180) * $TRadius + $YCenter;
2552 $Angle = -90 + $i * 360 / $Points;
2553 $X = cos($Angle * M_PI / 180) * $Radius + $XCenter;
2554 $Y = sin($Angle * M_PI / 180) * $Radius + $YCenter;
2574 if($Angle >= 0 && $Angle <= 90)
2577 if($Angle > 90 && $Angle <= 180) {
2582 if($Angle > 180 && $Angle <= 270) {
2602 $Angle = -90 + 360 / $Points;
2605 $X2 = cos($Angle * M_PI / 180) * $TRadius + $XCenter;
2606 $Y2 = sin($Angle * M_PI / 180) * $TRadius + $YCenter;
2686 $Angle = -90;
2693 $XPos = cos($Angle * M_PI / 180) * $Strength + $XCenter;
2694 $YPos = sin($Angle * M_PI / 180) * $Strength + $YCenter;
2713 $Angle = $Angle + (360 / $Points);
2754 $Angle = -90;
2765 $XPos = cos($Angle * M_PI / 180) * $Strength + $XCenter;
2766 $YPos = sin($Angle * M_PI / 180) * $Strength + $YCenter;
2771 $Angle = $Angle + (360 / $Points);