Home
last modified time | relevance | path

Searched refs:YOffset (Results 1 – 6 of 6) sorted by relevance

/plugin/statdisplay/pchart/
H A DPieChart.php98 $YOffset = 4 + $this->FontSize;
105 $YPos + $YOffset - 6),
107 $YPos + $YOffset - 2),
114 $YPos + $YOffset),
119 $YOffset = $YOffset + $TextHeight + 4;
374 $YOffset = sin ( ($Angle + ($Value / 2 * $SpliceRatio)) * M_PI / 180 ) * $SpliceDistance;
377 $TopPlots [$Key] [] = round ( $YPos + $YOffset );
389 …$this->processPieSlices($Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, $…
392 $TopPlots [$Key] [] = round ( $YPos + $YOffset );
580 $PosY = sin ( $iAngle * M_PI / 180 ) * $Radius + $YPos + $YOffset;
[all …]
H A DpChart.php983 $YOffset = 4 + $this->FontSize;
987 $YPos + $YOffset - 4),
989 $YPos + $YOffset - 4),
998 $YPos + $YOffset),
1007 $YOffset = $YOffset + $TextHeight + 4;
1504 $YOffset = $YPos - 4;
1508 new Point($XOffset, $YOffset),
2385 $YOffset = 0;
2394 $YOffset = $Height;
2397 $YOffset = $Height;
[all …]
/plugin/statistics/inc/pchart/
H A DPieChart.php101 $YOffset = 4 + $this->FontSize;
109 $YPos + $YOffset - 6),
111 $YPos + $YOffset - 2),
120 $YPos + $YOffset),
126 $YOffset = $YOffset + $TextHeight + 4;
398 $YOffset = sin(($Angle + ($Value / 2 * $SpliceRatio)) * M_PI / 180) * $SpliceDistance;
401 $TopPlots [$Key] [] = round($YPos + $YOffset);
413 $this->processPieSlices($Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, $color, $TopPlots[$Key], $shadowProperties);
416 $TopPlots [$Key] [] = round($YPos + $YOffset);
610 processPieSlices(& $Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, Color $color, array& $plotArray, ShadowProperties $shadowProperties) global() argument
[all...]
H A DpChart.php1050 $YOffset = 4 + $this->FontSize;
1055 $YPos + $YOffset - 4),
1057 $YPos + $YOffset - 4),
1068 $YPos + $YOffset),
1078 $YOffset = $YOffset + $TextHeight + 4;
1627 $YOffset = $YPos - 4;
1632 new Point($XOffset, $YOffset),
2566 $YOffset = 0;
2575 $YOffset
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php1013 $YOffset = 4 + $this->FontSize; $ID = 0;
1016 …$this->drawFilledRoundedRectangle($XPos+10,$YPos+$YOffset-4,$XPos+14,$YPos+$YOffset-4,2,$this->Pal…
1022 $YOffset = $YOffset + $TextHeight + 4;
1057 $YOffset = 4 + $this->FontSize; $ID = 0;
1063 …$this->drawFilledRectangle($XPos+10,$YPos+$YOffset-6,$XPos+14,$YPos+$YOffset-2,$this->Palette[$ID]…
1066 $YOffset = $YOffset + $TextHeight + 4;
1416 $Height = $Positions[3] - $Positions[7]; $YOffset = $YPos - 4;
2166 $XOffset = 0; $YOffset = 0;
2176 $YOffset = $Height;
2179 { $YOffset = $Height; $XOffset = -$Width; }
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php1037 $YOffset = 4 + $this->FontSize; $ID = 0;
1040 …$this->drawFilledRoundedRectangle($XPos+10,$YPos+$YOffset-4,$XPos+14,$YPos+$YOffset-4,2,$this->Pal…
1046 $YOffset = $YOffset + $TextHeight + 4;
1081 $YOffset = 4 + $this->FontSize; $ID = 0;
1087 …$this->drawFilledRectangle($XPos+10,$YPos+$YOffset-6,$XPos+14,$YPos+$YOffset-2,$this->Palette[$ID]…
1090 $YOffset = $YOffset + $TextHeight + 4;
1440 $Height = $Positions[3] - $Positions[7]; $YOffset = $YPos - 4;
2191 $XOffset = 0; $YOffset = 0;
2201 $YOffset = $Height;
2204 { $YOffset = $Height; $XOffset = -$Width; }
[all …]