Lines Matching refs:YPos

535      $YPos = $this->GArea_Y2; $XMin = NULL;
539 $this->drawLine($this->GArea_X2,$YPos,$this->GArea_X2+5,$YPos,$R,$G,$B);
541 $this->drawLine($this->GArea_X1,$YPos,$this->GArea_X1-5,$YPos,$R,$G,$B);
561 …imagettftext($this->Picture,$this->FontSize,0,$this->GArea_X2+10,$YPos+($this->FontSize/2),$C_Text…
566 …imagettftext($this->Picture,$this->FontSize,0,$this->GArea_X1-10-$TextWidth,$YPos+($this->FontSize…
570 $YPos = $YPos - $this->DivisionHeight;
612 $YPos = $this->GArea_Y2+18;
613 …t($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextColor,$this-…
617 $YPos = $this->GArea_Y2+10+$TextHeight;
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…
623 if ( $YMax < $YPos || $YMax == NULL ) { $YMax = $YPos; }
732 $YPos = $this->GArea_Y2; $XMin = NULL;
735 $this->drawLine($this->GArea_X1,$YPos,$this->GArea_X1-5,$YPos,$R,$G,$B);
751 …imagettftext($this->Picture,$this->FontSize,0,$this->GArea_X1-10-$TextWidth,$YPos+($this->FontSize…
755 $YPos = $YPos - $this->DivisionHeight;
864 $YPos = $this->GArea_Y2+18;
865 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextC…
869 $YPos = $this->GArea_Y2+10+$TextHeight;
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…
876 if ( $YMax < $YPos || $YMax == NULL ) { $YMax = $YPos; }
916 $YPos = $LayerHeight; //$this->GArea_Y2-1;
917 $LastY = $YPos;
920 $LastY = $YPos;
921 $YPos = $YPos - $this->DivisionHeight;
923 if ( $YPos <= 0 ) { $YPos = 1; }
927 imagefilledrectangle($this->Layers[0],1,$YPos,$LayerWidth-1,$LastY,$C_Rectangle);
935 $YPos = $this->GArea_Y2 - $this->DivisionHeight;
938 if ( $YPos > $this->GArea_Y1 && $YPos < $this->GArea_Y2 )
939 $this->drawDottedLine($this->GArea_X1,$YPos,$this->GArea_X2,$YPos,$LineWidth,$R,$G,$B);
941 $YPos = $YPos - $this->DivisionHeight;
981 …function drawLegend($XPos,$YPos,$DataDescription,$R,$G,$B,$Rs=-1,$Gs=-1,$Bs=-1,$Rt=0,$Gt=0,$Bt=0,$… argument
1009 …$this->drawFilledRoundedRectangle($XPos+1,$YPos+1,$XPos+$MaxWidth+1,$YPos+$MaxHeight+1,5,$Rs,$Gs,$…
1010 $this->drawFilledRoundedRectangle($XPos,$YPos,$XPos+$MaxWidth,$YPos+$MaxHeight,5,$R,$G,$B);
1016 …$this->drawFilledRoundedRectangle($XPos+10,$YPos+$YOffset-4,$XPos+14,$YPos+$YOffset-4,2,$this->Pal…
1017 …imagettftext($this->Picture,$this->FontSize,0,$XPos+22,$YPos+$YOffset,$C_TextColor,$this->FontName…
1028 function drawPieLegend($XPos,$YPos,$Data,$DataDescription,$R,$G,$B) argument
1054 …$this->drawFilledRoundedRectangle($XPos+1,$YPos+1,$XPos+$MaxWidth+1,$YPos+$MaxHeight+1,5,$R-30,$G-…
1055 $this->drawFilledRoundedRectangle($XPos,$YPos,$XPos+$MaxWidth,$YPos+$MaxHeight,5,$R,$G,$B);
1063 …$this->drawFilledRectangle($XPos+10,$YPos+$YOffset-6,$XPos+14,$YPos+$YOffset-2,$this->Palette[$ID]…
1065 …imagettftext($this->Picture,$this->FontSize,0,$XPos+22,$YPos+$YOffset,$C_TextColor,$this->FontName…
1072 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) argument
1087 $YPos = floor(( $YPos2 - $YPos - $TextHeight ) / 2 ) + $YPos;
1093 …imagettftext($this->Picture,$this->FontSize,0,$XPos+$this->ShadowXDistance,$YPos+$this->ShadowYDis…
1096 …imagettftext($this->Picture,$this->FontSize,0,$XPos,$YPos,$C_TextColor,$this->FontName,$Value); …
1180 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
1188 $Poly = array($XPos+1,$YPos+1,$XPos + 9,$YPos - $TextOffset,$XPos + 8,$YPos + $TextOffset + 2);
1190 …$this->drawLine($XPos,$YPos+1,$XPos + 9,$YPos - $TextOffset - .2,$R-$ShadowFactor,$G-$ShadowFactor…
1191 …$this->drawLine($XPos,$YPos+1,$XPos + 9,$YPos + $TextOffset + 2.2,$R-$ShadowFactor,$G-$ShadowFacto…
1192 …$this->drawFilledRectangle($XPos + 9,$YPos - $TextOffset-.2,$XPos + 13 + $TextWidth,$YPos + $TextO…
1195 $Poly = array($XPos,$YPos,$XPos + 8,$YPos - $TextOffset - 1,$XPos + 8,$YPos + $TextOffset + 1);
1197 $this->drawLine($XPos-1,$YPos,$XPos + 8,$YPos - $TextOffset - 1.2,$R,$G,$B);
1198 $this->drawLine($XPos-1,$YPos,$XPos + 8,$YPos + $TextOffset + 1.2,$R,$G,$B);
1199 …$this->drawFilledRectangle($XPos + 8,$YPos - $TextOffset - 1.2,$XPos + 12 + $TextWidth,$YPos + $Te…
1201 …imagettftext($this->Picture,$this->FontSize,0,$XPos + 10,$YPos + $TextOffset,$C_TextColor,$this->F…
1241 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1245 …$this->addToImageMap($XPos-$Hsize,$YPos-$Hsize,$XPos+1+$Hsize,$YPos+$Hsize+1,$DataDescription["Des…
1255 $this->drawFilledCircle($XPos+2,$YPos+2,$BigRadius,$R3,$G3,$B3);
1261 $this->drawFilledCircle($XPos+2,$YPos+2,$BigRadius,$R3,$G3,$B3);
1265 $this->drawFilledCircle($XPos+1,$YPos+1,$BigRadius,$R,$G,$B);
1270 $this->drawFilledCircle($XPos+1,$YPos+1,$SmallRadius,$R2,$G2,$B2);
1277 $this->drawFilledCircle($XPos+1,$YPos+1,$SmallRadius,$R2,$G2,$B2);
1283 …imagecopymerge($this->Picture,$Symbol,$XPos+1-$ImageWidth/2,$YPos+1-$ImageHeight/2,0,0,$ImageWidth…
1412 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1416 $Height = $Positions[3] - $Positions[7]; $YOffset = $YPos - 4;
1450 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1454 …$this->addToImageMap($XPos-3,$YPos-3,$XPos+3,$YPos+3,$DataDescription["Description"][$ColName],$Da…
1458 …$this->drawLine($XLast,$YLast,$XPos,$YPos,$this->Palette[$ColorID]["R"],$this->Palette[$ColorID]["…
1461 $YLast = $YPos;
1569 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1572 …$this->drawLine($XLast,$YLast,$XPos,$YPos,$this->Palette[$ColorID]["R"],$this->Palette[$ColorID]["…
1575 $YLast = $YPos;
1583 $YPos = $this->GArea_Y2 - (($YIn[$Index]-$this->VMin) * $this->DivisionRatio);
1584 …$this->drawLine($XLast,$YLast,$this->GArea_X2-$this->GAreaXOffset,$YPos,$this->Palette[$ColorID]["…
1676 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1684 $aPoints[] = $YPos;
1698 $Points[] = $YPos;
1705 $YLast = $YPos; $XLast = $XPos;
1713 $YPos = $LayerHeight - (($YIn[$Index]-$this->VMin) * $this->DivisionRatio);
1721 $aPoints[] = $YPos;
1735 $Points[] = $YPos;
1794 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1798 …$this->addToImageMap($XPos-3,$YPos-3,$XPos+3,$YPos+3,$DataDescription["Description"][$ColName],$Da…
1812 { $aPoints[] = $XPos; $aPoints[] = $YPos; }
1814 …tsCount++; $aPoints[] = $XPos; $aPoints[] = $LayerHeight; $aPoints[] = $XPos; $aPoints[] = $YPos; }
1821 $Points[] = $YPos;
1830 $YLast = $YPos;
1886 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1888 … imagefilledrectangle($this->Layers[$GraphID],$XPos-$XWidth,$YPos,$XPos+$XWidth,$YZero,$C_Graph);
1890 … $X1 = floor($XPos - $XWidth + $this->GArea_X1); $Y1 = floor($YPos+$this->GArea_Y1) + .2;
1946 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1951 …$this->addToImageMap($XPos+1,min($YZero,$YPos),$XPos+$SeriesWidth-1,max($YZero,$YPos),$DataDescrip…
1955 $this->drawRectangle($XPos+1,$YZero,$XPos+$SeriesWidth-1,$YPos,25,25,25,TRUE,$Alpha);
1957 …$this->drawFilledRectangle($XPos+1,$YZero,$XPos+$SeriesWidth-1,$YPos,$this->Palette[$ColorID]["R"]…
2002 … $YPos = $this->GArea_Y2 - ((($Value+$LastValue[$Key])-$this->VMin) * $this->DivisionRatio);
2008 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
2015 …$this->addToImageMap($XPos+1,min($YBottom,$YPos),$XPos+$SeriesWidth-1,max($YBottom,$YPos),$DataDes…
2017 …$this->drawFilledRectangle($XPos+1,$YBottom,$XPos+$SeriesWidth-1,$YPos,$this->Palette[$ColorID]["R…
2056 $YPos = $this->GArea_Y2 - (($Max-$this->VMin) * $this->DivisionRatio);
2057 $X1 = floor($XPos - $XWidth); $Y1 = floor($YPos) - .2;
2062 $YPos = $this->GArea_Y2 - (($Min-$this->VMin) * $this->DivisionRatio);
2063 $Y2 = floor($YPos) + .2;
2200 $YPos = floor(($Y2-$Y1)/2) + $Y1;
2204 $Y = $YPos + $this->FontSize;
2254 $YPos = sin($Angle * 3.1418 / 180 ) * $Strength + $YCenter;
2257 …$this->drawLine($XLast,$YLast,$XPos,$YPos,$this->Palette[$ColorID]["R"],$this->Palette[$ColorID]["…
2260 { $FirstX = $XPos; $FirstY = $YPos; }
2264 $YLast = $YPos;
2267 …$this->drawLine($XPos,$YPos,$FirstX,$FirstY,$this->Palette[$ColorID]["R"],$this->Palette[$ColorID]…
2318 $YPos = sin($Angle * 3.1418 / 180 ) * $Strength + $YCenter;
2321 $Plots[] = $YPos;
2325 $YLast = $YPos;
2354 …function drawBasicPieGraph($Data,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE_NOLABEL,… argument
2387 $TopPlots[$Key][] = $YPos;
2410 $TY = sin(($TAngle) * 3.1418 / 180 ) * ($Radius+10) + $YPos + 4;
2412 $TY = sin(($TAngle) * 3.1418 / 180 ) * ($Radius+4) + $YPos - ($TextHeight/2);
2425 $TopY = sin($iAngle * 3.1418 / 180 ) * $Radius + $YPos;
2432 $TopPlots[$Key][] = $YPos;
2449 $this->drawCircle($XPos-.5,$YPos-.5,$Radius,$R,$G,$B);
2450 $this->drawCircle($XPos-.5,$YPos-.5,$Radius+.5,$R,$G,$B);
2460 …function drawFlatPieGraphWithShadow($Data,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE… argument
2462 …$this->drawFlatPieGraph($Data,$DataDescription,$XPos+$this->ShadowXDistance,$YPos+$this->ShadowYDi…
2463 …$this->drawFlatPieGraph($Data,$DataDescription,$XPos,$YPos,$Radius,$DrawLabels,$SpliceDistance,$De…
2467 …function drawFlatPieGraph($Data,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE_NOLABEL,$… argument
2508 $TopPlots[$Key][] = round($YPos + $YOffset);
2538 $TY = sin(($TAngle) * 3.1418 / 180 ) * ($Radius+10+$SpliceDistance) + $YPos + 4;
2540 … $TY = sin(($TAngle) * 3.1418 / 180 ) * ($Radius+$SpliceDistance+4) + $YPos - ($TextHeight/2);
2559 $PosY = sin($iAngle * 3.1418 / 180 ) * $Radius + $YPos + $YOffset;
2564 $this->drawLine($XPos+$XOffset,$YPos+$YOffset,$PosX,$PosY,$Rc,$Gc,$Bc);
2572 $TopPlots[$Key][] = round($XPos + $XOffset); $TopPlots[$Key][] = round($YPos + $YOffset);
2592 …function drawPieGraph($Data,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE_NOLABEL,$Enha… argument
2634 …gle-$CDev+($Value*$SpliceRatio+$SpliceDistanceRatio)/2) * 3.1418 / 180 ) * $SpliceDistance + $YPos;
2636 …gle+$CDev+($Value*$SpliceRatio+$SpliceDistanceRatio)/2) * 3.1418 / 180 ) * $SpliceDistance + $YPos;
2662 $TY = sin(($TAngle) * 3.1418 / 180 ) * ($SkewHeight + 10) + $YPos + $SpliceHeight + 4;
2664 $TY = sin(($TAngle) * 3.1418 / 180 ) * ($SkewHeight + 4) + $YPos - ($TextHeight/2);
2677 $TopY = sin($iAngle * 3.1418 / 180 ) * $SkewHeight + $YPos;
3336 $YPos = $this->YSize - (18 + (count($this->Errors)-1) * ($this->ErrorFontSize + 4));
3339 …imagettftext($this->Picture,$this->ErrorFontSize,0,$this->XSize-($MaxWidth+15),$YPos,$C_TextColor,…
3340 $YPos = $YPos + ($this->ErrorFontSize + 4);