Lines Matching refs:aTopPlots
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) {
746 for($j = 0; $j <= count($aTopPlots [$Key]) - 4; $j = $j + 2)
748 new Point($aTopPlots[$Key][$j],
749 $aTopPlots[$Key][$j + 1]),
750 new Point($aTopPlots [$Key] [$j + 2],
751 $aTopPlots [$Key] [$j + 3]),