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;
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
1111 $YPos = floor(( $YPos2 - $YPos - $TextHeight ) / 2 ) + $YPos;
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); …
1204 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
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…
1265 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
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…
1436 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1440 $Height = $Positions[3] - $Positions[7]; $YOffset = $YPos - 4;
1474 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
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]["…
1485 $YLast = $YPos;
1594 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1597 …$this->drawLine($XLast,$YLast,$XPos,$YPos,$this->Palette[$ColorID]["R"],$this->Palette[$ColorID]["…
1600 $YLast = $YPos;
1608 $YPos = $this->GArea_Y2 - (($YIn[$Index]-$this->VMin) * $this->DivisionRatio);
1609 …$this->drawLine($XLast,$YLast,$this->GArea_X2-$this->GAreaXOffset,$YPos,$this->Palette[$ColorID]["…
1701 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1709 $aPoints[] = $YPos;
1723 $Points[] = $YPos;
1730 $YLast = $YPos; $XLast = $XPos;
1738 $YPos = $LayerHeight - (($YIn[$Index]-$this->VMin) * $this->DivisionRatio);
1746 $aPoints[] = $YPos;
1760 $Points[] = $YPos;
1819 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1823 …$this->addToImageMap($XPos-3,$YPos-3,$XPos+3,$YPos+3,$DataDescription["Description"][$ColName],$Da…
1837 { $aPoints[] = $XPos; $aPoints[] = $YPos; }
1839 …tsCount++; $aPoints[] = $XPos; $aPoints[] = $LayerHeight; $aPoints[] = $XPos; $aPoints[] = $YPos; }
1846 $Points[] = $YPos;
1855 $YLast = $YPos;
1911 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
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;
1971 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
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"]…
2027 … $YPos = $this->GArea_Y2 - ((($Value+$LastValue[$Key])-$this->VMin) * $this->DivisionRatio);
2033 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
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…
2081 $YPos = $this->GArea_Y2 - (($Max-$this->VMin) * $this->DivisionRatio);
2082 $X1 = floor($XPos - $XWidth); $Y1 = floor($YPos) - .2;
2087 $YPos = $this->GArea_Y2 - (($Min-$this->VMin) * $this->DivisionRatio);
2088 $Y2 = floor($YPos) + .2;
2225 $YPos = floor(($Y2-$Y1)/2) + $Y1;
2229 $Y = $YPos + $this->FontSize;
2279 $YPos = sin($Angle * 3.1418 / 180 ) * $Strength + $YCenter;
2282 …$this->drawLine($XLast,$YLast,$XPos,$YPos,$this->Palette[$ColorID]["R"],$this->Palette[$ColorID]["…
2285 { $FirstX = $XPos; $FirstY = $YPos; }
2289 $YLast = $YPos;
2292 …$this->drawLine($XPos,$YPos,$FirstX,$FirstY,$this->Palette[$ColorID]["R"],$this->Palette[$ColorID]…
2343 $YPos = sin($Angle * 3.1418 / 180 ) * $Strength + $YCenter;
2346 $Plots[] = $YPos;
2350 $YLast = $YPos;
2379 …function drawBasicPieGraph($Data,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE_NOLABEL,… argument
2412 $TopPlots[$Key][] = $YPos;
2435 $TY = sin(($TAngle) * 3.1418 / 180 ) * ($Radius+10) + $YPos + 4;
2437 $TY = sin(($TAngle) * 3.1418 / 180 ) * ($Radius+4) + $YPos - ($TextHeight/2);
2450 $TopY = sin($iAngle * 3.1418 / 180 ) * $Radius + $YPos;
2457 $TopPlots[$Key][] = $YPos;
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
2533 $TopPlots[$Key][] = round($YPos + $YOffset);
2563 $TY = sin(($TAngle) * 3.1418 / 180 ) * ($Radius+10+$SpliceDistance) + $YPos + 4;
2565 … $TY = sin(($TAngle) * 3.1418 / 180 ) * ($Radius+$SpliceDistance+4) + $YPos - ($TextHeight/2);
2584 $PosY = sin($iAngle * 3.1418 / 180 ) * $Radius + $YPos + $YOffset;
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
2659 …gle-$CDev+($Value*$SpliceRatio+$SpliceDistanceRatio)/2) * 3.1418 / 180 ) * $SpliceDistance + $YPos;
2661 …gle+$CDev+($Value*$SpliceRatio+$SpliceDistanceRatio)/2) * 3.1418 / 180 ) * $SpliceDistance + $YPos;
2687 $TY = sin(($TAngle) * 3.1418 / 180 ) * ($SkewHeight + 10) + $YPos + $SpliceHeight + 4;
2689 $TY = sin(($TAngle) * 3.1418 / 180 ) * ($SkewHeight + 4) + $YPos - ($TextHeight/2);
2702 $TopY = sin($iAngle * 3.1418 / 180 ) * $SkewHeight + $YPos;
3361 $YPos = $this->YSize - (18 + (count($this->Errors)-1) * ($this->ErrorFontSize + 4));
3364 …imagettftext($this->Picture,$this->ErrorFontSize,0,$this->XSize-($MaxWidth+15),$YPos,$C_TextColor,…
3365 $YPos = $YPos + ($this->ErrorFontSize + 4);