Searched refs:xDistance (Results 1 – 6 of 6) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | ShadowProperties.php | 33 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
|
H A D | GDCanvas.php | 44 $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 …]
|
H A D | PieChart.php | 311 $XPos + $shadowProperties->xDistance,
|
/plugin/statistics/inc/pchart/ |
H A D | ShadowProperties.php | 33 static public function FromSettings($xDistance, $yDistance, Color $color, $alpha = 50, $blur = 0) { argument 37 $properties->xDistance = $xDistance; 56 $other->xDistance, 74 $this->active, $this->xDistance, $this->yDistance, 80 public $xDistance; variable in ShadowProperties
|
H A D | GDCanvas.php | 43 new Point($X1 + $shadowProperties->xDistance, 45 new Point($X2 + $shadowProperties->xDistance, 57 new Point($X1 + $shadowProperties->xDistance - $i / 2, 59 new Point($X2 + $shadowProperties->xDistance - $i / 2, 68 new Point($X1 + $shadowProperties->xDistance + $i / 2, 70 new Point($X2 + $shadowProperties->xDistance + $i / 2, 71 $Y2 + $shadowProperties->xDistance + $i / 2), 449 new Point($point->getX() + $shadowProperties->xDistance, 460 new Point($point->getX() + $shadowProperties->xDistance - $i / 2, 468 new Point($point->getX() + $shadowProperties->xDistance [all...] |
H A D | PieChart.php | 331 $XPos + $shadowProperties->xDistance,
|