Searched refs:BotPlots (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | PieChart.php | 480 $BotPlots = ""; 490 $BotPlots [$Key] [] = round ( $XCenterPos ); 492 $BotPlots [$Key] [] = round ( $YCenterPos + $SpliceHeight ); 538 $BotPlots [$Key] [] = round ( $TopX ); 540 $BotPlots [$Key] [] = round ( $TopY + $SpliceHeight ); 548 $BotPlots [$Key] [] = round ( $XCenterPos2 ); 550 $BotPlots [$Key] [] = round ( $YCenterPos2 + $SpliceHeight ); 559 $this->drawPieGraphBottomPolygons($iValues, $BotPlots, 611 …private function drawPieGraphBottomPolygons(array $iValues, array $BotPlots, $EnhanceColors, array… argument 613 $this->canvas->drawFilledPolygon($BotPlots [$Key], [all …]
|
/plugin/statistics/inc/pchart/ |
H A D | PieChart.php | 507 $BotPlots = ""; 517 $BotPlots [$Key] [] = round($XCenterPos); 519 $BotPlots [$Key] [] = round($YCenterPos + $SpliceHeight); 567 $BotPlots [$Key] [] = round($TopX); 569 $BotPlots [$Key] [] = round($TopY + $SpliceHeight); 577 $BotPlots [$Key] [] = round($XCenterPos2); 579 $BotPlots [$Key] [] = round($YCenterPos2 + $SpliceHeight); 589 $iValues, $BotPlots, 650 private function drawPieGraphBottomPolygons(array $iValues, array $BotPlots, $EnhanceColors, array $aBotPlots, ShadowProperties $shadowProperties) { argument 653 $BotPlots [ [all...] |
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 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); 2697 imagefilledpolygon($this->Picture,$BotPlots[$Key],(count($BotPlots[$Key])+1)/2,$C_GraphLo);
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 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); 2722 imagefilledpolygon($this->Picture,$BotPlots[$Key],(count($BotPlots[$Key])+1)/2,$C_GraphLo);
|