/plugin/statdisplay/pchart/ |
D | GDCanvas.php | 17 ShadowProperties $shadowProperties, $drawBorder = false, argument 43 if ($shadowProperties->active) { 44 $this->drawFilledRectangle(new Point($X1 + $shadowProperties->xDistance, 45 $Y1 + $shadowProperties->yDistance), 46 new Point($X2 + $shadowProperties->xDistance, 47 $Y2 + $shadowProperties->yDistance), 48 $shadowProperties->color, 51 $shadowProperties->alpha); 52 if ($shadowProperties->blur != 0) { 53 $AlphaDecay = ($shadowProperties->alpha / $shadowProperties->blur); [all …]
|
D | ICanvas.php | 15 …rner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties); argument 18 ShadowProperties $shadowProperties, argument 26 ShadowProperties $shadowProperties); argument 30 ShadowProperties $shadowProperties); argument 32 … $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $bound… argument 34 …oint $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $bound… argument 36 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha… argument 38 …ontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties); argument 45 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid… argument 47 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties… argument
|
D | PieChart.php | 52 …d($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowProperties $shadowProperties = null) { argument 53 if ($shadowProperties == null) { 54 $shadowProperties = ShadowProperties::FromDefaults(); 88 $shadowProperties); 96 $shadowProperties); 109 $shadowProperties); 118 $shadowProperties); 137 …els = PIE_NOLABEL, Color $color = null, $Decimals = 0, ShadowProperties $shadowProperties = null) { argument 138 if ($shadowProperties == null) { 139 $shadowProperties = ShadowProperties::NoShadow(); [all …]
|
D | TestCanvas.php | 22 …ner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument 27 ShadowProperties $shadowProperties, argument 37 ShadowProperties $shadowProperties) { argument 43 ShadowProperties $shadowProperties) { argument 47 … $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $bound… argument 51 …oint $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $bound… argument 55 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha… argument 59 …ntSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) { argument 68 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid… argument 72 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties… argument
|
D | pChart.php | 98 private $shadowProperties; variable in pChart 126 $this->shadowProperties = ShadowProperties::FromDefaults(); 159 $this->shadowProperties = ShadowProperties::FromSettings($XDistance, 170 $this->shadowProperties = ShadowProperties::FromDefaults(); 225 $this->shadowProperties, FALSE ); 231 $this->shadowProperties); 316 $this->shadowProperties); 322 $this->shadowProperties); 366 $this->shadowProperties); 373 $this->shadowProperties); [all …]
|
/plugin/statistics/inc/pchart/ |
D | GDCanvas.php | 15 ShadowProperties $shadowProperties, $drawBorder = false, argument 41 if($shadowProperties->active) { 43 new Point($X1 + $shadowProperties->xDistance, 44 $Y1 + $shadowProperties->yDistance), 45 new Point($X2 + $shadowProperties->xDistance, 46 $Y2 + $shadowProperties->yDistance), 47 $shadowProperties->color, 50 $shadowProperties->alpha 52 if($shadowProperties->blur != 0) { 53 $AlphaDecay = ($shadowProperties->alpha / $shadowProperties->blur); [all …]
|
D | ICanvas.php | 11 …rner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties); argument 14 ShadowProperties $shadowProperties, argument 22 ShadowProperties $shadowProperties); argument 26 ShadowProperties $shadowProperties); argument 28 … $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $bound… argument 30 …oint $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $bound… argument 32 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha… argument 34 …ontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties); argument 41 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid… argument 43 …illedCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = nul… argument
|
D | PieChart.php | 51 …d($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowProperties $shadowProperties = null) { argument 52 if($shadowProperties == null) { 53 $shadowProperties = ShadowProperties::FromDefaults(); 88 $shadowProperties 98 $shadowProperties 113 $shadowProperties 124 $shadowProperties 145 …els = PIE_NOLABEL, Color $color = null, $Decimals = 0, ShadowProperties $shadowProperties = null) { argument 146 if($shadowProperties == null) { 147 $shadowProperties = ShadowProperties::NoShadow(); [all …]
|
D | TestCanvas.php | 20 …ner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument 25 ShadowProperties $shadowProperties, argument 35 ShadowProperties $shadowProperties) { argument 41 ShadowProperties $shadowProperties) { argument 45 … $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $bound… argument 49 …oint $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $bound… argument 53 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha… argument 57 …ntSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) { argument 66 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid… argument 70 …illedCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = nul… argument
|
D | pChart.php | 97 private $shadowProperties; variable in pChart 125 $this->shadowProperties = ShadowProperties::FromDefaults(); 168 $this->shadowProperties = ShadowProperties::FromSettings( 181 $this->shadowProperties = ShadowProperties::FromDefaults(); 217 $this->shadowProperties, FALSE 225 $this->shadowProperties 314 $this->shadowProperties 322 $this->shadowProperties 368 $this->shadowProperties 377 $this->shadowProperties [all …]
|