Lines Matching refs:aTopPlots
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);
682 …private function drawPieGraphTopPolygons($iValues, $TopPlots, $EnhanceColors, $aTopPlots, ShadowPr… argument
693 for($j = 0; $j <= count ( $aTopPlots [$Key] ) - 4; $j = $j + 2)
694 $this->canvas->drawLine(new Point($aTopPlots[$Key][$j],
695 $aTopPlots[$Key][$j + 1]),
696 new Point($aTopPlots [$Key] [$j + 2],
697 $aTopPlots [$Key] [$j + 3]),