Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DPieChart.php426 $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/projects/pchart/pchart/
Dpchart.php2592 …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/
DpChart.class.php2617 …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; }