Lines Matching refs:Y

1135      if ( $Align == ALIGN_TOP_LEFT )      { $X = $X1+1; $Y = $Y1+$this->FontSize+1; }
1136 …if ( $Align == ALIGN_TOP_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y1+$this->Fon…
1137 if ( $Align == ALIGN_TOP_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y1+$this->FontSize+1; }
1138 if ( $Align == ALIGN_LEFT ) { $X = $X1+1; $Y = $Y1+($AreaHeight/2)-($TextHeight/2); }
1139 …if ( $Align == ALIGN_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y1+($AreaHeig…
1140 …if ( $Align == ALIGN_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y1+($AreaHeight/2)-($TextHeigh…
1141 if ( $Align == ALIGN_BOTTOM_LEFT ) { $X = $X1+1; $Y = $Y2-1; }
1142 if ( $Align == ALIGN_BOTTOM_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y2-1; }
1143 if ( $Align == ALIGN_BOTTOM_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y2-1; }
1148 …imagettftext($this->Picture,$this->FontSize,$Angle,$X+1,$Y+1,$C_ShadowColor,$this->FontName,$Text)…
1150 … imagettftext($this->Picture,$this->FontSize,$Angle,$X,$Y,$C_TextColor,$this->FontName,$Text);
1161 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1163 if ( $Y <= $this->GArea_Y1 || $Y >= $this->GArea_Y2 )
1167 $this->drawLine($this->GArea_X1,$Y,$this->GArea_X2,$Y,$R,$G,$B);
1169 $this->drawDottedLine($this->GArea_X1,$Y,$this->GArea_X2,$Y,$TickWidth,$R,$G,$B);
1177 …imagettftext($this->Picture,$this->FontSize,0,$this->GArea_X2+2,$Y+($this->FontSize/2),$C_TextColo…
1179 …imagettftext($this->Picture,$this->FontSize,0,$this->GArea_X1+2,$Y-($this->FontSize/2),$C_TextColo…
1331 $Y = $Data[$Key][$YSerieName];
1333 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1340 $this->drawFilledCircle($X+2,$Y+2,$BigRadius,$R3,$G3,$B3);
1346 $this->drawFilledCircle($X+2,$Y+2,$BigRadius,$R3,$G3,$B3);
1350 $this->drawFilledCircle($X+1,$Y+1,$BigRadius,$R,$G,$B);
1353 $this->drawFilledCircle($X+1,$Y+1,$SmallRadius,$R2,$G2,$B2);
1359 $this->drawFilledCircle($X+1,$Y+1,$SmallRadius,$R2,$G2,$B2);
1504 $Y = $Data[$Key][$YSerieName];
1506 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1511 …$this->drawLine($XLast,$YLast,$X,$Y,$this->Palette[$PaletteID]["R"],$this->Palette[$PaletteID]["G"…
1515 $YLast = $Y;
2173 $Y = sin($Angle * 3.1418 / 180 ) * $TRadius + $YCenter;
2176 $this->drawDottedLine($LastX,$LastY,$X,$Y,4,$S_R,$S_G,$S_B);
2178 $LastX = $X; $LastY= $Y;
2187 $Y = sin($Angle * 3.1418 / 180 ) * $Radius + $YCenter;
2189 $this->drawLine($XCenter,$YCenter,$X,$Y,$A_R,$A_G,$A_B);
2209 …imagettftext($this->Picture,$this->FontSize,0,$X+$XOffset,$Y+$YOffset,$C_TextColor,$this->FontName…
2229 $Y = $YPos + $this->FontSize;
2231 …$this->drawFilledRoundedRectangle($X+$Positions[6]-2,$Y+$Positions[7]-1,$X+$Positions[2]+4,$Y+$Pos…
2232 …$this->drawRoundedRectangle($X+$Positions[6]-2,$Y+$Positions[7]-1,$X+$Positions[2]+4,$Y+$Positions…
2233 imagettftext($this->Picture,$this->FontSize,0,$X,$Y,$C_TextColor,$this->FontName,$t);
2910 $Y = sin(($i+180)*3.1418/180) * $Radius + $Y1 + $Radius;
2911 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2914 $Y = sin(($i-90)*3.1418/180) * $Radius + $Y1 + $Radius;
2915 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2918 $Y = sin(($i)*3.1418/180) * $Radius + $Y2 - $Radius;
2919 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2922 $Y = sin(($i+90)*3.1418/180) * $Radius + $Y2 - $Radius;
2923 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2995 $Y = sin($i*3.1418/180) * $Width + $Yc;
2996 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
3051 $Y = $i * $YStep + $Y1;
3053 …if ( ($X >= $this->GArea_X1 && $X <= $this->GArea_X2 && $Y >= $this->GArea_Y1 && $Y <= $this->GAre…
3056 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
3061 $this->drawAntialiasPixel($X+$j,$Y+$j,$R,$G,$B);
3083 $Y = $i * $YStep + $Y1;
3087 …if ( ($X >= $this->GArea_X1 && $X <= $this->GArea_X2 && $Y >= $this->GArea_Y1 && $Y <= $this->GAre…
3090 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
3095 $this->drawAntialiasPixel($X+$j,$Y+$j,$R,$G,$B);
3107 function drawFromPNG($FileName,$X,$Y,$Alpha=100) argument
3108 { $this->drawFromPicture(1,$FileName,$X,$Y,$Alpha); }
3111 function drawFromGIF($FileName,$X,$Y,$Alpha=100) argument
3112 { $this->drawFromPicture(2,$FileName,$X,$Y,$Alpha); }
3115 function drawFromJPG($FileName,$X,$Y,$Alpha=100) argument
3116 { $this->drawFromPicture(3,$FileName,$X,$Y,$Alpha); }
3119 function drawFromPicture($PicType,$FileName,$X,$Y,$Alpha=100) argument
3130 imagecopymerge($this->Picture,$Raster,$X,$Y,0,0,$Width,$Height,$Alpha);
3136 function drawAlphaPixel($X,$Y,$Alpha,$R,$G,$B) argument
3142 if ( $X < 0 || $Y < 0 || $X >= $this->XSize || $Y >= $this->YSize )
3145 $RGB2 = imagecolorat($this->Picture, $X, $Y);
3158 imagesetpixel($this->Picture,$X,$Y,$C_Aliased);
3225 function drawAntialiasPixel($X,$Y,$R,$G,$B,$Alpha=100,$NoFallBack=FALSE) argument
3230 …$this->drawAntialiasPixel($X+$this->ShadowXDistance,$Y+$this->ShadowYDistance,$this->ShadowRColor,…
3236 …$this->drawAntialiasPixel($X+$this->ShadowXDistance-$i/2,$Y+$this->ShadowYDistance-$i/2,$this->Sha…
3238 …$this->drawAntialiasPixel($X+$this->ShadowXDistance+$i/2,$Y+$this->ShadowYDistance+$i/2,$this->Sha…
3248 $Yi = floor($Y);
3250 if ( $Xi == $X && $Yi == $Y)
3255 imagesetpixel($this->Picture,$X,$Y,$C_Aliased);
3258 $this->drawAlphaPixel($X,$Y,$Alpha,$R,$G,$B);
3262 $Alpha1 = (((1 - ($X - floor($X))) * (1 - ($Y - floor($Y))) * 100) / 100) * $Alpha;
3265 $Alpha2 = ((($X - floor($X)) * (1 - ($Y - floor($Y))) * 100) / 100) * $Alpha;
3268 $Alpha3 = (((1 - ($X - floor($X))) * ($Y - floor($Y)) * 100) / 100) * $Alpha;
3271 $Alpha4 = ((($X - floor($X)) * ($Y - floor($Y)) * 100) / 100) * $Alpha;