Home
last modified time | relevance | path

Searched refs:processPieSlices (Results 1 – 2 of 2) sorted by relevance

/plugin/statdisplay/pchart/
H A DPieChart.php389 …$this->processPieSlices($Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, $…
575 …private function processPieSlices(& $Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset,… function in PieChart
/plugin/statistics/inc/pchart/
H A DPieChart.php413 $this->processPieSlices($Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, $color, $TopPlots[$Key], $shadowProperties);
610 private function processPieSlices(& $Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, Color $color, array & $plotArray, ShadowProperties $shadowProperties) { function in PieChart