Home
last modified time | relevance | path

Searched refs:yDistance (Results 1 – 6 of 6) sorted by last modified time

/plugin/statistics/inc/pchart/
H A DGDCanvas.php44 $Y1 + $shadowProperties->yDistance),
46 $Y2 + $shadowProperties->yDistance),
58 $Y1 + $shadowProperties->yDistance - $i / 2),
60 $Y2 + $shadowProperties->yDistance - $i / 2),
69 $Y1 + $shadowProperties->yDistance + $i / 2),
450 $point->getY() + $shadowProperties->yDistance),
461 $point->getY() + $shadowProperties->yDistance - $i / 2),
469 $point->getY() + $shadowProperties->yDistance + $i / 2),
589 $point->getY() + $shadowProperties->yDistance,
H A DPieChart.php332 $YPos + $shadowProperties->yDistance,
H A DShadowProperties.php33 static public function FromSettings($xDistance, $yDistance, Color $color, $alpha = 50, $blur = 0) { argument
38 $properties->yDistance = $yDistance;
57 $other->yDistance,
74 $this->active, $this->xDistance, $this->yDistance,
81 public $yDistance; variable in ShadowProperties
/plugin/statdisplay/pchart/
H A DGDCanvas.php45 $Y1 + $shadowProperties->yDistance),
47 $Y2 + $shadowProperties->yDistance),
57 $Y1 + $shadowProperties->yDistance - $i / 2),
59 $Y2 + $shadowProperties->yDistance - $i / 2),
66 $Y1 + $shadowProperties->yDistance + $i / 2),
390 $point->getY() + $shadowProperties->yDistance),
399 $point->getY() + $shadowProperties->yDistance - $i / 2),
405 $point->getY() + $shadowProperties->yDistance + $i / 2),
519 $point->getY() + $shadowProperties->yDistance,
H A DPieChart.php312 $YPos + $shadowProperties->yDistance,
H A DShadowProperties.php33 static public function FromSettings($xDistance, $yDistance, Color $color, $alpha = 50, $blur = 0) { argument
38 $properties->yDistance = $yDistance;
56 $other->yDistance,
71 $this->active, $this->xDistance, $this->yDistance,
77 public $yDistance; variable in ShadowProperties