Home
last modified time | relevance | path

Searched refs:shadowProperties (Results 1 – 10 of 10) sorted by relevance

/plugin/statdisplay/pchart/
H A DGDCanvas.php53 $AlphaDecay = ($shadowProperties->alpha / $shadowProperties->blur);
114 $shadowProperties);
121 $shadowProperties);
128 $shadowProperties);
135 $shadowProperties);
169 $shadowProperties);
176 $shadowProperties);
183 $shadowProperties);
288 $shadowProperties);
294 $shadowProperties);
[all …]
H A DICanvas.php15 …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
H A DPieChart.php53 if ($shadowProperties == null) {
118 $shadowProperties);
220 $shadowProperties);
224 $shadowProperties);
236 $shadowProperties);
278 $shadowProperties);
529 $shadowProperties);
593 $shadowProperties);
601 $shadowProperties);
631 $shadowProperties);
[all …]
H A DTestCanvas.php22 …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
H A DpChart.php98 private $shadowProperties; variable in pChart
231 $this->shadowProperties);
316 $this->shadowProperties);
322 $this->shadowProperties);
626 $this->shadowProperties);
632 $this->shadowProperties);
1041 $shadowProperties);
1209 $this->shadowProperties);
1216 $this->shadowProperties);
1237 $this->shadowProperties);
[all …]
/plugin/statistics/inc/pchart/
H A DGDCanvas.php15 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
110 drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) global() argument
153 drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) global() argument
221 drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) global() argument
360 drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument
403 drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument
445 drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) global() argument
582 drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) global() argument
604 drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) global() argument
623 drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) global() argument
[all...]
H A DICanvas.php11 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties); argument
14 ShadowProperties $shadowProperties, argument
22 ShadowProperties $shadowProperties); argument
26 ShadowProperties $shadowProperties); argument
28 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
30 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
32 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100); argument
34 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties); argument
41 function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null); argument
43 function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, argument
[all...]
H A DPieChart.php51 public function drawPieLegend($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 public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, Color $color = null, $Decimals = 0, ShadowProperties $shadowProperties = null) { argument
146 if($shadowProperties == null) {
147 $shadowProperties
261 processLabelsPositionAndSize($DrawLabels, $Angle, $Value, $SpliceRatio, $SplicePercent, $SpliceDistance, $Decimals, $Radius, $XPos, $YPos, ShadowProperties $shadowProperties) global() argument
314 drawFlatPieGraphWithShadow($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $SpliceDistance = 0, $Decimals = 0, ShadowProperties $shadowProperties = NULL) global() argument
359 drawFlatPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $SpliceDistance = 0, $Decimals = 0, $AllBlack = FALSE, ShadowProperties $shadowProperties = null) global() argument
456 drawPieGraph(pData $data, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $EnhanceColors = TRUE, $Skew = 60, $SpliceHeight = 20, $SpliceDistance = 0, $Decimals = 0, ShadowProperties $shadowProperties = null) global() argument
610 processPieSlices(& $Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, Color $color, array& $plotArray, ShadowProperties $shadowProperties) global() argument
650 drawPieGraphBottomPolygons(array $iValues, array $BotPlots, $EnhanceColors, array $aBotPlots, ShadowProperties $shadowProperties) global() argument
679 drawPieGraphLayers($iValues, $TopPlots, $EnhanceColors, $SpliceHeight, Palette $palette, ShadowProperties $shadowProperties) global() argument
733 drawPieGraphTopPolygons($iValues, $TopPlots, $EnhanceColors, $aTopPlots, ShadowProperties $shadowProperties) global() argument
[all...]
H A DTestCanvas.php20 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument
25 ShadowProperties $shadowProperties, argument
35 ShadowProperties $shadowProperties) { argument
41 ShadowProperties $shadowProperties) { argument
45 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
49 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
53 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) { argument
57 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) { argument
66 function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) { argument
70 function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, argument
[all...]
H A DpChart.php97 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
1089 drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = 1, $YPos2 = 1, ShadowProperties $shadowProperties = null) global() argument
1127 drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, $Align = ALIGN_LEFT, ShadowProperties $shadowProperties = null, Color $backgroundColor = null, $Alpha = 100) global() argument
[all...]