Searched refs:aTopPlots (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | PieChart.php | 481 $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); 695 $aTopPlots[$Key][$j + 1]), 696 new Point($aTopPlots [$Key] [$j + 2], [all …]
|
/plugin/statistics/inc/pchart/ |
H A D | PieChart.php | 508 $aTopPlots = ""; 520 $aTopPlots [$Key] [] = $XCenterPos; 522 $aTopPlots [$Key] [] = $YCenterPos; 570 $aTopPlots [$Key] [] = $TopX; 572 $aTopPlots [$Key] [] = $TopY; 580 $aTopPlots [$Key] [] = $XCenterPos2; 582 $aTopPlots [$Key] [] = $YCenterPos2; 601 $aTopPlots, $shadowProperties 733 private function drawPieGraphTopPolygons($iValues, $TopPlots, $EnhanceColors, $aTopPlots, ShadowProperties $shadowProperties) { argument 746 for($j = 0; $j <= count($aTopPlots [ [all...] |
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 2630 $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/ |
H A D | pChart.class.php | 2655 $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…
|