Searched refs:EnhanceColors (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | PieChart.php | 426 $EnhanceColors = TRUE, $Skew = 60, argument 560 $EnhanceColors, $aBotPlots, 563 $this->drawPieGraphLayers($iValues, $TopPlots, $EnhanceColors, 566 $this->drawPieGraphTopPolygons($iValues, $TopPlots, $EnhanceColors, 611 …private function drawPieGraphBottomPolygons(array $iValues, array $BotPlots, $EnhanceColors, array… argument 617 if ($EnhanceColors) { 636 …private function drawPieGraphLayers($iValues, $TopPlots, $EnhanceColors, $SpliceHeight, Palette $p… argument 637 if ($EnhanceColors) { 658 if ($EnhanceColors) { 682 …private function drawPieGraphTopPolygons($iValues, $TopPlots, $EnhanceColors, $aTopPlots, ShadowPr… argument [all …]
|
/plugin/statistics/inc/pchart/ |
H A D | PieChart.php | 453 $EnhanceColors = TRUE, $Skew = 60, argument 590 $EnhanceColors, $aBotPlots, 595 $iValues, $TopPlots, $EnhanceColors, 600 $iValues, $TopPlots, $EnhanceColors, 650 private function drawPieGraphBottomPolygons(array $iValues, array $BotPlots, $EnhanceColors, array $aBotPlots, ShadowProperties $shadowProperties) { argument 658 if($EnhanceColors) { 679 private function drawPieGraphLayers($iValues, $TopPlots, $EnhanceColors, $SpliceHeight, Palette $palette, ShadowProperties $shadowProperties) { argument 680 if($EnhanceColors) { 703 if($EnhanceColors) { 733 private function drawPieGraphTopPolygons($iValues, $TopPlots, $EnhanceColors, argument [all...] |
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 2592 …ata,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE_NOLABEL,$EnhanceColors=TRUE,$Skew=60,… argument 2699 if ( $EnhanceColors ) { $En = -10; } else { $En = 0; } 2706 …if ( $EnhanceColors ) { $ColorRatio = 30 / $SpliceHeight; } else { $ColorRatio = 25 / $SpliceHeigh… 2724 …if ($EnhanceColors ) {$ColorFactor = -20 + ($SpliceHeight - $i) * $ColorRatio; } else { $ColorFact… 2738 if ( $EnhanceColors ) { $En = 10; } else { $En = 0; }
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 2617 …ata,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE_NOLABEL,$EnhanceColors=TRUE,$Skew=60,… argument 2724 if ( $EnhanceColors ) { $En = -10; } else { $En = 0; } 2731 …if ( $EnhanceColors ) { $ColorRatio = 30 / $SpliceHeight; } else { $ColorRatio = 25 / $SpliceHeigh… 2749 …if ($EnhanceColors ) {$ColorFactor = -20 + ($SpliceHeight - $i) * $ColorRatio; } else { $ColorFact… 2763 if ( $EnhanceColors ) { $En = 10; } else { $En = 0; }
|