Lines Matching refs:TopPlots

2408      $Angle    = 0; $TopPlots = "";
2411 $TopPlots[$Key][] = $XPos;
2412 $TopPlots[$Key][] = $YPos;
2452 $TopPlots[$Key][] = $TopX;
2453 $TopPlots[$Key][] = $TopY;
2456 $TopPlots[$Key][] = $XPos;
2457 $TopPlots[$Key][] = $YPos;
2461 $PolyPlots = $TopPlots;
2464 foreach ($TopPlots as $Key => $Value)
2465 { foreach ($TopPlots[$Key] as $Key2 => $Value2) { settype($TopPlots[$Key][$Key2],"float"); } }
2478 foreach ($TopPlots as $Key => $Value)
2480 for($j=0;$j<=count($TopPlots[$Key])-4;$j=$j+2)
2481 …$this->drawLine($TopPlots[$Key][$j],$TopPlots[$Key][$j+1],$TopPlots[$Key][$j+2],$TopPlots[$Key][$j…
2526 $Angle = 0; $TopPlots = "";
2532 $TopPlots[$Key][] = round($XPos + $XOffset);
2533 $TopPlots[$Key][] = round($YPos + $YOffset);
2586 $TopPlots[$Key][] = round($PosX); $TopPlots[$Key][] = round($PosY);
2597 $TopPlots[$Key][] = round($XPos + $XOffset); $TopPlots[$Key][] = round($YPos + $YOffset);
2601 $PolyPlots = $TopPlots;
2654 $TopPlots = ""; $BotPlots = "";
2663 $TopPlots[$Key][] = round($XCenterPos); $BotPlots[$Key][] = round($XCenterPos);
2664 … $TopPlots[$Key][] = round($YCenterPos); $BotPlots[$Key][] = round($YCenterPos + $SpliceHeight);
2704 $TopPlots[$Key][] = round($TopX); $BotPlots[$Key][] = round($TopX);
2705 $TopPlots[$Key][] = round($TopY); $BotPlots[$Key][] = round($TopY + $SpliceHeight);
2710 $TopPlots[$Key][] = round($XCenterPos2); $BotPlots[$Key][] = round($XCenterPos2);
2711 … $TopPlots[$Key][] = round($YCenterPos2); $BotPlots[$Key][] = round($YCenterPos2 + $SpliceHeight);
2738 foreach($TopPlots[$Key] as $Key2 => $Value2)
2761 imagefilledpolygon($this->Picture,$TopPlots[$Key],(count($TopPlots[$Key])+1)/2,$C_GraphLo);