Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
H A DPieChart.php373 $XOffset = cos ( ($Angle + ($Value / 2 * $SpliceRatio)) * M_PI / 180 ) * $SpliceDistance;
376 $TopPlots [$Key] [] = round ( $XPos + $XOffset );
389 …$this->processPieSlices($Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, $…
391 $TopPlots [$Key] [] = round ( $XPos + $XOffset );
575 …private function processPieSlices(& $Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset,… argument
579 $PosX = cos ( $iAngle * M_PI / 180 ) * $Radius + $XPos + $XOffset;
588 $this->canvas->drawLine(new Point($XPos + $XOffset, $YPos + $YOffset),
H A DpChart.php1503 $XOffset = $XPos - ($Width / 2);
1508 new Point($XOffset, $YOffset),
2384 $XOffset = 0;
2398 $XOffset = - $Width;
2402 $XOffset = - $Width;
2407 new Point($X + $XOffset, $Y + $YOffset),
/plugin/statistics/inc/pchart/
H A DPieChart.php397 $XOffset = cos(($Angle + ($Value / 2 * $SpliceRatio)) * M_PI / 180) * $SpliceDistance;
400 $TopPlots [$Key] [] = round($XPos + $XOffset);
413 $this->processPieSlices($Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, $color, $TopPlots[$Key], $shadowProperties);
415 $TopPlots [$Key] [] = round($XPos + $XOffset);
610 private function processPieSlices(& $Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, Color $color, array & $plotArray, ShadowProperties $shadowProperties) { argument
614 $PosX = cos($iAngle * M_PI / 180) * $Radius + $XPos + $XOffset;
624 new Point($XPos + $XOffset, $YPos + $YOffset),
H A DpChart.php1626 $XOffset = $XPos - ($Width / 2);
1632 new Point($XOffset, $YOffset),
2565 $XOffset = 0;
2579 $XOffset = -$Width;
2583 $XOffset = -$Width;
2589 new Point($X + $XOffset, $Y + $YOffset),
/plugin/projects/pchart/pchart/
H A Dpchart.php1415 $Width = $Positions[2] - $Positions[6]; $XOffset = $XPos - ($Width/2);
1419 …imagettftext($this->Picture,$this->FontSize,0,$XOffset,$YOffset,$C_TextColor,$this->FontName,$Valu…
2166 $XOffset = 0; $YOffset = 0;
2179 { $YOffset = $Height; $XOffset = -$Width; }
2182 { $XOffset = -$Width; }
2184 …imagettftext($this->Picture,$this->FontSize,0,$X+$XOffset,$Y+$YOffset,$C_TextColor,$this->FontName…
2504 $XOffset = cos(($Angle+($Value/2*$SpliceRatio)) * 3.1418 / 180 ) * $SpliceDistance;
2507 $TopPlots[$Key][] = round($XPos + $XOffset);
2558 $PosX = cos($iAngle * 3.1418 / 180 ) * $Radius + $XPos + $XOffset;
2564 $this->drawLine($XPos+$XOffset,$YPos+$YOffset,$PosX,$PosY,$Rc,$Gc,$Bc);
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php1439 $Width = $Positions[2] - $Positions[6]; $XOffset = $XPos - ($Width/2);
1443 …imagettftext($this->Picture,$this->FontSize,0,$XOffset,$YOffset,$C_TextColor,$this->FontName,$Valu…
2191 $XOffset = 0; $YOffset = 0;
2204 { $YOffset = $Height; $XOffset = -$Width; }
2207 { $XOffset = -$Width; }
2209 …imagettftext($this->Picture,$this->FontSize,0,$X+$XOffset,$Y+$YOffset,$C_TextColor,$this->FontName…
2529 $XOffset = cos(($Angle+($Value/2*$SpliceRatio)) * 3.1418 / 180 ) * $SpliceDistance;
2532 $TopPlots[$Key][] = round($XPos + $XOffset);
2583 $PosX = cos($iAngle * 3.1418 / 180 ) * $Radius + $XPos + $XOffset;
2589 $this->drawLine($XPos+$XOffset,$YPos+$YOffset,$PosX,$PosY,$Rc,$Gc,$Bc);
[all …]