Lines Matching refs:TopPlots

2383      $Angle    = 0; $TopPlots = "";
2386 $TopPlots[$Key][] = $XPos;
2387 $TopPlots[$Key][] = $YPos;
2427 $TopPlots[$Key][] = $TopX;
2428 $TopPlots[$Key][] = $TopY;
2431 $TopPlots[$Key][] = $XPos;
2432 $TopPlots[$Key][] = $YPos;
2436 $PolyPlots = $TopPlots;
2439 foreach ($TopPlots as $Key => $Value)
2440 { foreach ($TopPlots[$Key] as $Key2 => $Value2) { settype($TopPlots[$Key][$Key2],"float"); } }
2453 foreach ($TopPlots as $Key => $Value)
2455 for($j=0;$j<=count($TopPlots[$Key])-4;$j=$j+2)
2456 …$this->drawLine($TopPlots[$Key][$j],$TopPlots[$Key][$j+1],$TopPlots[$Key][$j+2],$TopPlots[$Key][$j…
2501 $Angle = 0; $TopPlots = "";
2507 $TopPlots[$Key][] = round($XPos + $XOffset);
2508 $TopPlots[$Key][] = round($YPos + $YOffset);
2561 $TopPlots[$Key][] = round($PosX); $TopPlots[$Key][] = round($PosY);
2572 $TopPlots[$Key][] = round($XPos + $XOffset); $TopPlots[$Key][] = round($YPos + $YOffset);
2576 $PolyPlots = $TopPlots;
2629 $TopPlots = ""; $BotPlots = "";
2638 $TopPlots[$Key][] = round($XCenterPos); $BotPlots[$Key][] = round($XCenterPos);
2639 … $TopPlots[$Key][] = round($YCenterPos); $BotPlots[$Key][] = round($YCenterPos + $SpliceHeight);
2679 $TopPlots[$Key][] = round($TopX); $BotPlots[$Key][] = round($TopX);
2680 $TopPlots[$Key][] = round($TopY); $BotPlots[$Key][] = round($TopY + $SpliceHeight);
2685 $TopPlots[$Key][] = round($XCenterPos2); $BotPlots[$Key][] = round($XCenterPos2);
2686 … $TopPlots[$Key][] = round($YCenterPos2); $BotPlots[$Key][] = round($YCenterPos2 + $SpliceHeight);
2713 foreach($TopPlots[$Key] as $Key2 => $Value2)
2736 imagefilledpolygon($this->Picture,$TopPlots[$Key],(count($TopPlots[$Key])+1)/2,$C_GraphLo);