Home
last modified time | relevance | path

Searched refs:BotPlots (Results 1 – 3 of 3) sorted by relevance

/plugin/statdisplay/pchart/
DPieChart.php480 $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/projects/pchart/pchart/
Dpchart.php2629 $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/
DpChart.class.php2654 $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);