Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DShadowProperties.php33 static public function FromSettings($xDistance, $yDistance, Color $color, $alpha = 50, $blur = 0) { argument
37 $properties->xDistance = $xDistance;
55 $copy = ShadowProperties::FromSettings($other->xDistance,
71 $this->active, $this->xDistance, $this->yDistance,
76 public $xDistance; variable in ShadowProperties
DGDCanvas.php44 $this->drawFilledRectangle(new Point($X1 + $shadowProperties->xDistance,
46 new Point($X2 + $shadowProperties->xDistance,
56 $this->drawFilledRectangle(new Point($X1 + $shadowProperties->xDistance - $i / 2,
58 new Point($X2 + $shadowProperties->xDistance - $i / 2,
65 $this->drawFilledRectangle(new Point($X1 + $shadowProperties->xDistance + $i / 2,
67 new Point($X2 + $shadowProperties->xDistance + $i / 2,
68 $Y2 + $shadowProperties->xDistance + $i / 2),
389 $this->drawAntialiasPixel(new Point($point->getX() + $shadowProperties->xDistance,
398 $this->drawAntialiasPixel(new Point($point->getX() + $shadowProperties->xDistance - $i / 2,
404 $this->drawAntialiasPixel(new Point($point->getX() + $shadowProperties->xDistance + $i / 2,
[all …]
DPieChart.php311 $XPos + $shadowProperties->xDistance,