Searched refs:yDistance (Results 1 – 3 of 3) sorted by relevance
| /plugin/statdisplay/pchart/ |
| D | ShadowProperties.php | 33 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
|
| D | GDCanvas.php | 45 $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,
|
| D | PieChart.php | 312 $YPos + $shadowProperties->yDistance,
|