Lines Matching refs:Y2
211 function setGraphArea($X1, $Y1, $X2, $Y2) { argument
215 $this->GArea_Y2 = $Y2;
242 $Y2 = $this->GArea_Y1;
250 $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 + 1;
255 new Point($X2, $Y2 + 1),
2036 $Y2 = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2046 …$this->addToImageMap ( $X1, min ( $Y1, $Y2 ), $X2, max ( $Y1, $Y2 ), $DataDescription->description…
2239 $Y2 = floor ( $YPos ) + .2;
2242 new Point(floor ( $XPos ) - .2, $Y2 - 1),
2250 new Point(floor ( $XPos ) + .2, $Y2 - 1),
2266 $Y2),
2268 $Y2),
2324 $Y2 = sin ( $Angle * M_PI / 180 ) * ($TRadius + $RadiusScale) + $YCenter;
2331 $Plots [] = $Y2;
2345 $LastY2 = $Y2;
2423 $Y2 = sin ( $Angle * M_PI / 180 ) * $TRadius + $YCenter;
2426 $YPos = floor ( ($Y2 - $Y1) / 2 ) + $Y1;
2908 function addToImageMap($X1, $Y1, $X2, $Y2, $SerieName, $Value, $CallerFunction) { argument
2910 …round ( $X1 ) . "," . round ( $Y1 ) . "," . round ( $X2 ) . "," . round ( $Y2 ) . "," . $SerieName…