Home
last modified time | relevance | path

Searched refs:aTopPlots (Results 1 – 3 of 3) sorted by relevance

/plugin/statdisplay/pchart/
DPieChart.php481 $aTopPlots = "";
493 $aTopPlots [$Key] [] = $XCenterPos;
495 $aTopPlots [$Key] [] = $YCenterPos;
541 $aTopPlots [$Key] [] = $TopX;
543 $aTopPlots [$Key] [] = $TopY;
551 $aTopPlots [$Key] [] = $XCenterPos2;
553 $aTopPlots [$Key] [] = $YCenterPos2;
567 $aTopPlots, $shadowProperties);
682 …private function drawPieGraphTopPolygons($iValues, $TopPlots, $EnhanceColors, $aTopPlots, ShadowPr… argument
693 for($j = 0; $j <= count ( $aTopPlots [$Key] ) - 4; $j = $j + 2)
[all …]
/plugin/projects/pchart/pchart/
Dpchart.php2630 $aTopPlots = ""; $aBotPlots = "";
2640 $aTopPlots[$Key][] = $XCenterPos; $aBotPlots[$Key][] = $XCenterPos;
2641 $aTopPlots[$Key][] = $YCenterPos; $aBotPlots[$Key][] = $YCenterPos + $SpliceHeight;
2681 $aTopPlots[$Key][] = $TopX; $aBotPlots[$Key][] = $TopX;
2682 $aTopPlots[$Key][] = $TopY; $aBotPlots[$Key][] = $TopY + $SpliceHeight;
2687 $aTopPlots[$Key][] = $XCenterPos2; $aBotPlots[$Key][] = $XCenterPos2;
2688 $aTopPlots[$Key][] = $YCenterPos2; $aBotPlots[$Key][] = $YCenterPos2 + $SpliceHeight;
2739 for($j=0;$j<=count($aTopPlots[$Key])-4;$j=$j+2)
2740 …$this->drawLine($aTopPlots[$Key][$j],$aTopPlots[$Key][$j+1],$aTopPlots[$Key][$j+2],$aTopPlots[$Key…
/plugin/charter/lib/pchart/
DpChart.class.php2655 $aTopPlots = ""; $aBotPlots = "";
2665 $aTopPlots[$Key][] = $XCenterPos; $aBotPlots[$Key][] = $XCenterPos;
2666 $aTopPlots[$Key][] = $YCenterPos; $aBotPlots[$Key][] = $YCenterPos + $SpliceHeight;
2706 $aTopPlots[$Key][] = $TopX; $aBotPlots[$Key][] = $TopX;
2707 $aTopPlots[$Key][] = $TopY; $aBotPlots[$Key][] = $TopY + $SpliceHeight;
2712 $aTopPlots[$Key][] = $XCenterPos2; $aBotPlots[$Key][] = $XCenterPos2;
2713 $aTopPlots[$Key][] = $YCenterPos2; $aBotPlots[$Key][] = $YCenterPos2 + $SpliceHeight;
2764 for($j=0;$j<=count($aTopPlots[$Key])-4;$j=$j+2)
2765 …$this->drawLine($aTopPlots[$Key][$j],$aTopPlots[$Key][$j+1],$aTopPlots[$Key][$j+2],$aTopPlots[$Key…