Searched refs:XPos (Results 1 – 4 of 4) sorted by relevance
| /plugin/statdisplay/pchart/ |
| D | pChart.php | 437 $XPos = $this->GArea_X1 + $this->GAreaXOffset; 442 $this->canvas->drawLine(new Point(floor($XPos), $this->GArea_Y2), 443 new Point(floor($XPos), $this->GArea_Y2 + 5), 461 new Point(floor ( $XPos ) - floor ( $TextWidth / 2 ), 472 new Point(floor($XPos) - $TextWidth + 5, 482 new Point(floor ( $XPos ) + $TextWidth + 5, 495 $XPos = $XPos + $this->DivisionWidth; 729 $XPos = $this->GArea_X1; 732 $this->canvas->drawLine(new Point($XPos, $this->GArea_Y2), 733 new Point($XPos, $this->GArea_Y2 + 5), [all …]
|
| D | PieChart.php | 52 …public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowPropertie… argument 81 $this->canvas->drawFilledRoundedRectangle(new Point($XPos + 1, $YPos + 1), 82 new Point($XPos + $MaxWidth + 1, 90 $this->canvas->drawFilledRoundedRectangle(new Point($XPos, $YPos), 91 new Point($XPos + $MaxWidth, 104 $this->canvas->drawFilledRectangle(new Point($XPos + 10, 106 new Point($XPos + 14, 113 new Point($XPos + 22, 137 …public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabel… argument 180 $TopPlots [$Key] [] = $XPos; [all …]
|
| /plugin/projects/pchart/pchart/ |
| D | pchart.php | 587 $XPos = $this->GArea_X1 + $this->GAreaXOffset; 593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B); 613 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextC… 619 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$t… 621 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)+$TextWidth+5,$YPos,$C_TextColor,$t… 626 $XPos = $XPos + $this->DivisionWidth; 840 $XPos = $this->GArea_X1; $YMax = NULL; 843 $this->drawLine($XPos,$this->GArea_Y2,$XPos,$this->GArea_Y2+5,$R,$G,$B); 865 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextC… 871 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$t… [all …]
|
| /plugin/charter/lib/pchart/ |
| D | pChart.class.php | 587 $XPos = $this->GArea_X1 + $this->GAreaXOffset; 593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B); 613 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextC… 619 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$t… 621 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)+$TextWidth+5,$YPos,$C_TextColor,$t… 626 $XPos = $XPos + $this->DivisionWidth; 840 $XPos = $this->GArea_X1; $YMax = NULL; 843 $this->drawLine($XPos,$this->GArea_Y2,$XPos,$this->GArea_Y2+5,$R,$G,$B); 865 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextC… 871 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$t… [all …]
|