Lines Matching refs:X2
211 function setGraphArea($X1, $Y1, $X2, $Y2) { argument
214 $this->GArea_X2 = $X2;
241 $X2 = $i + $SkewWidth;
246 $Y1 = $this->GArea_Y1 + $X2 - $this->GArea_X1 + 1;
249 if ($X2 >= $this->GArea_X2) {
250 $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 + 1;
251 $X2 = $this->GArea_X2 - 1;
255 new Point($X2, $Y2 + 1),
2035 $X2 = floor ( $XPos + $XWidth + $this->GArea_X1 );
2040 if ($X2 >= $this->GArea_X2) {
2041 $X2 = $this->GArea_X2 - 1;
2046 …$this->addToImageMap ( $X1, min ( $Y1, $Y2 ), $X2, max ( $Y1, $Y2 ), $DataDescription->description…
2050 new Point($X2,
2230 $X2 = floor ( $XPos + $XWidth );
2234 if ($X2 >= $this->GArea_X2) {
2235 $X2 = $this->GArea_X2 - 1;
2259 new Point($X2,
2267 new Point($X2,
2323 $X2 = cos ( $Angle * M_PI / 180 ) * ($TRadius + $RadiusScale) + $XCenter;
2330 $Plots [] = $X2;
2344 $LastX2 = $X2;
2422 $X2 = cos ( $Angle * M_PI / 180 ) * $TRadius + $XCenter;
2425 $XPos = floor ( ($X2 - $X1) / 2 ) + $X1;
2908 function addToImageMap($X1, $Y1, $X2, $Y2, $SerieName, $Value, $CallerFunction) { argument
2910 …$this->ImageMap [] = round ( $X1 ) . "," . round ( $Y1 ) . "," . round ( $X2 ) . "," . round ( $Y2…