Lines Matching defs:Y2
202 function setGraphArea($X1, $Y1, $X2, $Y2) {
206 $this->GArea_Y2 = $Y2;
237 $Y2 = $this->GArea_Y1;
245 $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 + 1;
251 new Point($X2, $Y2 + 1),
2190 $Y2 = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2200 $this->addToImageMap($X1, min($Y1, $Y2), $X2, max($Y1, $Y2), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "oBar");
2401 $Y2 = floor($YPos) + .2;
2405 new Point(floor($XPos) - .2, $Y2 - 1),
2415 new Point(floor($XPos) + .2, $Y2 - 1),
2435 $Y2),
2437 $Y2),
2498 $Y2 = sin($Angle * M_PI / 180) * ($TRadius + $RadiusScale) + $YCenter;
2505 $Plots [] = $Y2;
2521 $LastY2 = $Y2;
2606 $Y2 = sin($Angle * M_PI / 180) * $TRadius + $YCenter;
2609 $YPos = floor(($Y2 - $Y1) / 2) + $Y1;
3124 function addToImageMap($X1, $Y1, $X2, $Y2, $SerieName, $Value, $CallerFunction) {
3126 $this->ImageMap [] = round($X1).",".round($Y1).",".round($X2).",".round($Y2).",".$SerieName.",".$Value;