Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DPieChart.php482 $aBotPlots = "";
494 $aBotPlots [$Key] [] = $XCenterPos;
496 $aBotPlots [$Key] [] = $YCenterPos + $SpliceHeight;
542 $aBotPlots [$Key] [] = $TopX;
544 $aBotPlots [$Key] [] = $TopY + $SpliceHeight;
552 $aBotPlots [$Key] [] = $XCenterPos2;
554 $aBotPlots [$Key] [] = $YCenterPos2 + $SpliceHeight;
560 $EnhanceColors, $aBotPlots,
611 …hBottomPolygons(array $iValues, array $BotPlots, $EnhanceColors, array $aBotPlots, ShadowPropertie… argument
623 for($j = 0; $j <= count ( $aBotPlots [$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;
2701 for($j=0;$j<=count($aBotPlots[$Key])-4;$j=$j+2)
2702 …$this->drawLine($aBotPlots[$Key][$j],$aBotPlots[$Key][$j+1],$aBotPlots[$Key][$j+2],$aBotPlots[$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;
2726 for($j=0;$j<=count($aBotPlots[$Key])-4;$j=$j+2)
2727 …$this->drawLine($aBotPlots[$Key][$j],$aBotPlots[$Key][$j+1],$aBotPlots[$Key][$j+2],$aBotPlots[$Key…