Lines Matching defs:aBotPlots
509 $aBotPlots = "";
521 $aBotPlots [$Key] [] = $XCenterPos;
523 $aBotPlots [$Key] [] = $YCenterPos + $SpliceHeight;
571 $aBotPlots [$Key] [] = $TopX;
573 $aBotPlots [$Key] [] = $TopY + $SpliceHeight;
581 $aBotPlots [$Key] [] = $XCenterPos2;
583 $aBotPlots [$Key] [] = $YCenterPos2 + $SpliceHeight;
590 $EnhanceColors, $aBotPlots,
650 private function drawPieGraphBottomPolygons(array $iValues, array $BotPlots, $EnhanceColors, array $aBotPlots, ShadowProperties $shadowProperties) {
664 for($j = 0; $j <= count($aBotPlots [$Key]) - 4; $j = $j + 2) {
666 new Point($aBotPlots [$Key] [$j],
667 $aBotPlots [$Key] [$j + 1]),
668 new Point($aBotPlots [$Key] [$j + 2],
669 $aBotPlots [$Key] [$j + 3]),