Lines Matching refs:XPos

587      $XPos = $this->GArea_X1 + $this->GAreaXOffset;
593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B);
613 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextC…
619 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$t…
621 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)+$TextWidth+5,$YPos,$C_TextColor,$t…
626 $XPos = $XPos + $this->DivisionWidth;
840 $XPos = $this->GArea_X1; $YMax = NULL;
843 $this->drawLine($XPos,$this->GArea_Y2,$XPos,$this->GArea_Y2+5,$R,$G,$B);
865 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextC…
871 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$t…
873 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)+$TextWidth+5,$YPos,$C_TextColor,$t…
878 $XPos = $XPos + $this->DivisionWidth;
946 …{ $XPos = $this->GArea_X1 + $this->DivisionWidth + $this->GAreaXOffset; $ColCount = $this->DataCou…
948 …{ $XPos = $this->GArea_X1 + $this->GAreaXOffset; $ColCount = floor( ($this->GArea_X2 - $this->GAre…
952 if ( $XPos > $this->GArea_X1 && $XPos < $this->GArea_X2 )
953 …$this->drawDottedLine(floor($XPos),$this->GArea_Y1,floor($XPos),$this->GArea_Y2,$LineWidth,$R,$G,$…
954 $XPos = $XPos + $this->DivisionWidth;
1005 …function drawLegend($XPos,$YPos,$DataDescription,$R,$G,$B,$Rs=-1,$Gs=-1,$Bs=-1,$Rt=0,$Gt=0,$Bt=0,$… argument
1033 …$this->drawFilledRoundedRectangle($XPos+1,$YPos+1,$XPos+$MaxWidth+1,$YPos+$MaxHeight+1,5,$Rs,$Gs,$…
1034 $this->drawFilledRoundedRectangle($XPos,$YPos,$XPos+$MaxWidth,$YPos+$MaxHeight,5,$R,$G,$B);
1040 …$this->drawFilledRoundedRectangle($XPos+10,$YPos+$YOffset-4,$XPos+14,$YPos+$YOffset-4,2,$this->Pal…
1041 …imagettftext($this->Picture,$this->FontSize,0,$XPos+22,$YPos+$YOffset,$C_TextColor,$this->FontName…
1052 function drawPieLegend($XPos,$YPos,$Data,$DataDescription,$R,$G,$B) argument
1078 …$this->drawFilledRoundedRectangle($XPos+1,$YPos+1,$XPos+$MaxWidth+1,$YPos+$MaxHeight+1,5,$R-30,$G-…
1079 $this->drawFilledRoundedRectangle($XPos,$YPos,$XPos+$MaxWidth,$YPos+$MaxHeight,5,$R,$G,$B);
1087 …$this->drawFilledRectangle($XPos+10,$YPos+$YOffset-6,$XPos+14,$YPos+$YOffset-2,$this->Palette[$ID]…
1089 …imagettftext($this->Picture,$this->FontSize,0,$XPos+22,$YPos+$YOffset,$C_TextColor,$this->FontName…
1096 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) argument
1104 $XPos = floor(( $XPos2 - $XPos - $TextWidth ) / 2 ) + $XPos;
1117 …imagettftext($this->Picture,$this->FontSize,0,$XPos+$this->ShadowXDistance,$YPos+$this->ShadowYDis…
1120 …imagettftext($this->Picture,$this->FontSize,0,$XPos,$YPos,$C_TextColor,$this->FontName,$Value); …
1203 $XPos = $this->GArea_X1 + $this->GAreaXOffset + ( $this->DivisionWidth * $Cp ) + 2;
1212 $Poly = array($XPos+1,$YPos+1,$XPos + 9,$YPos - $TextOffset,$XPos + 8,$YPos + $TextOffset + 2);
1214 …$this->drawLine($XPos,$YPos+1,$XPos + 9,$YPos - $TextOffset - .2,$R-$ShadowFactor,$G-$ShadowFactor…
1215 …$this->drawLine($XPos,$YPos+1,$XPos + 9,$YPos + $TextOffset + 2.2,$R-$ShadowFactor,$G-$ShadowFacto…
1216 …$this->drawFilledRectangle($XPos + 9,$YPos - $TextOffset-.2,$XPos + 13 + $TextWidth,$YPos + $TextO…
1219 $Poly = array($XPos,$YPos,$XPos + 8,$YPos - $TextOffset - 1,$XPos + 8,$YPos + $TextOffset + 1);
1221 $this->drawLine($XPos-1,$YPos,$XPos + 8,$YPos - $TextOffset - 1.2,$R,$G,$B);
1222 $this->drawLine($XPos-1,$YPos,$XPos + 8,$YPos + $TextOffset + 1.2,$R,$G,$B);
1223 …$this->drawFilledRectangle($XPos + 8,$YPos - $TextOffset - 1.2,$XPos + 12 + $TextWidth,$YPos + $Te…
1225 …imagettftext($this->Picture,$this->FontSize,0,$XPos + 10,$YPos + $TextOffset,$C_TextColor,$this->F…
1259 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1269 …$this->addToImageMap($XPos-$Hsize,$YPos-$Hsize,$XPos+1+$Hsize,$YPos+$Hsize+1,$DataDescription["Des…
1279 $this->drawFilledCircle($XPos+2,$YPos+2,$BigRadius,$R3,$G3,$B3);
1285 $this->drawFilledCircle($XPos+2,$YPos+2,$BigRadius,$R3,$G3,$B3);
1289 $this->drawFilledCircle($XPos+1,$YPos+1,$BigRadius,$R,$G,$B);
1294 $this->drawFilledCircle($XPos+1,$YPos+1,$SmallRadius,$R2,$G2,$B2);
1301 $this->drawFilledCircle($XPos+1,$YPos+1,$SmallRadius,$R2,$G2,$B2);
1307 …imagecopymerge($this->Picture,$Symbol,$XPos+1-$ImageWidth/2,$YPos+1-$ImageHeight/2,0,0,$ImageWidth…
1311 $XPos = $XPos + $this->DivisionWidth;
1382 $XPos = $this->GAreaXOffset;
1396 $Points[] = $XPos; $Points[] = $YPos2;
1397 $Points[] = $XPos; $Points[] = $YPos1;
1404 $LastXPos = $XPos;
1406 $XPos = $XPos + $this->DivisionWidth;
1429 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1439 $Width = $Positions[2] - $Positions[6]; $XOffset = $XPos - ($Width/2);
1445 $XPos = $XPos + $this->DivisionWidth;
1467 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1478 …$this->addToImageMap($XPos-3,$YPos-3,$XPos+3,$YPos+3,$DataDescription["Description"][$ColName],$Da…
1482 …$this->drawLine($XLast,$YLast,$XPos,$YPos,$this->Palette[$ColorID]["R"],$this->Palette[$ColorID]["…
1484 $XLast = $XPos;
1488 $XPos = $XPos + $this->DivisionWidth;
1573 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1597 …$this->drawLine($XLast,$YLast,$XPos,$YPos,$this->Palette[$ColorID]["R"],$this->Palette[$ColorID]["…
1599 $XLast = $XPos;
1601 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
1605 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
1606 if ( $XPos < ($this->GArea_X2 - $this->GAreaXOffset) )
1680 $XPos = $this->GAreaXOffset; $PointsCount = 2;
1708 $aPoints[] = $XPos;
1710 $aPoints[] = $XPos;
1722 $Points[] = $XPos;
1730 $YLast = $YPos; $XLast = $XPos;
1731 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
1735 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
1736 if ( $XPos < ($LayerWidth-$this->GAreaXOffset) )
1810 $XPos = $this->GAreaXOffset;
1823 …$this->addToImageMap($XPos-3,$YPos-3,$XPos+3,$YPos+3,$DataDescription["Description"][$ColName],$Da…
1837 { $aPoints[] = $XPos; $aPoints[] = $YPos; }
1839 …{ $PointsCount++; $aPoints[] = $XPos; $aPoints[] = $LayerHeight; $aPoints[] = $XPos; $aPoints[] = …
1845 $Points[] = $XPos;
1847 $Points[] = $XPos;
1858 $XLast = $XPos;
1859 $XPos = $XPos + $this->DivisionWidth;
1901 $XPos = $this->GAreaXOffset;
1913 … imagefilledrectangle($this->Layers[$GraphID],$XPos-$XWidth,$YPos,$XPos+$XWidth,$YZero,$C_Graph);
1915 … $X1 = floor($XPos - $XWidth + $this->GArea_X1); $Y1 = floor($YPos+$this->GArea_Y1) + .2;
1916 …$X2 = floor($XPos + $XWidth + $this->GArea_X1); $Y2 = $this->GArea_Y2 - ((0-$this->VMin) * $this->…
1927 $XPos = $XPos + $this->DivisionWidth;
1962 $XPos = $this->GArea_X1 + $this->GAreaXOffset - $SerieXOffset + $SeriesWidth * $SerieID;
1976 …$this->addToImageMap($XPos+1,min($YZero,$YPos),$XPos+$SeriesWidth-1,max($YZero,$YPos),$DataDescrip…
1980 $this->drawRectangle($XPos+1,$YZero,$XPos+$SeriesWidth-1,$YPos,25,25,25,TRUE,$Alpha);
1982 …$this->drawFilledRectangle($XPos+1,$YZero,$XPos+$SeriesWidth-1,$YPos,$this->Palette[$ColorID]["R"]…
1985 $XPos = $XPos + $this->DivisionWidth;
2015 $XPos = $this->GArea_X1 + $this->GAreaXOffset - $SeriesWidth / 2;
2040 …$this->addToImageMap($XPos+1,min($YBottom,$YPos),$XPos+$SeriesWidth-1,max($YBottom,$YPos),$DataDes…
2042 …$this->drawFilledRectangle($XPos+1,$YBottom,$XPos+$SeriesWidth-1,$YPos,$this->Palette[$ColorID]["R…
2045 $XPos = $XPos + $this->DivisionWidth;
2059 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
2082 $X1 = floor($XPos - $XWidth); $Y1 = floor($YPos) - .2;
2083 $X2 = floor($XPos + $XWidth);
2090 $this->drawLine(floor($XPos)-.2,$Y1+1,floor($XPos)-.2,$Y2-1,$R,$G,$B,TRUE);
2091 $this->drawLine(floor($XPos)+.2,$Y1+1,floor($XPos)+.2,$Y2-1,$R,$G,$B,TRUE);
2095 $XPos = $XPos + $this->DivisionWidth;
2224 $XPos = floor(($X2-$X1)/2) + $X1;
2228 $X = $XPos - ( $X+$Positions[2] - $X+$Positions[6] ) / 2;
2278 $XPos = cos($Angle * 3.1418 / 180 ) * $Strength + $XCenter;
2282 …$this->drawLine($XLast,$YLast,$XPos,$YPos,$this->Palette[$ColorID]["R"],$this->Palette[$ColorID]["…
2285 { $FirstX = $XPos; $FirstY = $YPos; }
2288 $XLast = $XPos;
2292 …$this->drawLine($XPos,$YPos,$FirstX,$FirstY,$this->Palette[$ColorID]["R"],$this->Palette[$ColorID]…
2342 $XPos = cos($Angle * 3.1418 / 180 ) * $Strength + $XCenter;
2345 $Plots[] = $XPos;
2349 $XLast = $XPos;
2379 …function drawBasicPieGraph($Data,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE_NOLABEL,… argument
2411 $TopPlots[$Key][] = $XPos;
2432 $TX = cos(($TAngle) * 3.1418 / 180 ) * ($Radius+10) + $XPos;
2449 $TopX = cos($iAngle * 3.1418 / 180 ) * $Radius + $XPos;
2456 $TopPlots[$Key][] = $XPos;
2474 $this->drawCircle($XPos-.5,$YPos-.5,$Radius,$R,$G,$B);
2475 $this->drawCircle($XPos-.5,$YPos-.5,$Radius+.5,$R,$G,$B);
2485 …function drawFlatPieGraphWithShadow($Data,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE… argument
2487 …$this->drawFlatPieGraph($Data,$DataDescription,$XPos+$this->ShadowXDistance,$YPos+$this->ShadowYDi…
2488 …$this->drawFlatPieGraph($Data,$DataDescription,$XPos,$YPos,$Radius,$DrawLabels,$SpliceDistance,$De…
2492 …function drawFlatPieGraph($Data,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE_NOLABEL,$… argument
2532 $TopPlots[$Key][] = round($XPos + $XOffset);
2560 $TX = cos(($TAngle) * 3.1418 / 180 ) * ($Radius+10+$SpliceDistance) + $XPos;
2583 $PosX = cos($iAngle * 3.1418 / 180 ) * $Radius + $XPos + $XOffset;
2589 $this->drawLine($XPos+$XOffset,$YPos+$YOffset,$PosX,$PosY,$Rc,$Gc,$Bc);
2597 $TopPlots[$Key][] = round($XPos + $XOffset); $TopPlots[$Key][] = round($YPos + $YOffset);
2617 …function drawPieGraph($Data,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE_NOLABEL,$Enha… argument
2658 …gle-$CDev+($Value*$SpliceRatio+$SpliceDistanceRatio)/2) * 3.1418 / 180 ) * $SpliceDistance + $XPos;
2660 …gle+$CDev+($Value*$SpliceRatio+$SpliceDistanceRatio)/2) * 3.1418 / 180 ) * $SpliceDistance + $XPos;
2684 $TX = cos(($TAngle) * 3.1418 / 180 ) * ($Radius + 10)+ $XPos;
2701 $TopX = cos($iAngle * 3.1418 / 180 ) * $Radius + $XPos;