Lines Matching defs:X1
202 function setGraphArea($X1, $Y1, $X2, $Y2) {
203 $this->GArea_X1 = $X1;
234 $X1 = $i;
239 if($X1 < $this->GArea_X1) {
240 $X1 = $this->GArea_X1;
250 new Point($X1, $Y1),
2187 $X1 = floor($XPos - $XWidth + $this->GArea_X1);
2191 if($X1 <= $this->GArea_X1) {
2192 $X1 = $this->GArea_X1 + 1;
2200 $this->addToImageMap($X1, min($Y1, $Y2), $X2, max($Y1, $Y2), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "oBar");
2203 new Point($X1,
2390 $X1 = floor($XPos - $XWidth);
2393 if($X1 <= $this->GArea_X1) {
2394 $X1 = $this->GArea_X1 + 1;
2424 new Point($X1,
2434 new Point($X1,
2495 $X1 = cos($Angle * M_PI / 180) * $TRadius + $XCenter;
2502 $Plots [] = $X1;
2518 $LastX1 = $X1;
2603 $X1 = $XCenter;
2608 $XPos = floor(($X2 - $X1) / 2) + $X1;
3124 function addToImageMap($X1, $Y1, $X2, $Y2, $SerieName, $Value, $CallerFunction) {
3126 $this->ImageMap [] = round($X1).",".round($Y1).",".round($X2).",".round($Y2).",".$SerieName.",".$Value;