Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DGDCanvas.php17 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 …]
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
DPieChart.php52 …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 …]
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
DpChart.php98 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 …]