Lines Matching refs:Y

1111      if ( $Align == ALIGN_TOP_LEFT )      { $X = $X1+1; $Y = $Y1+$this->FontSize+1; }
1112 …if ( $Align == ALIGN_TOP_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y1+$this->Fon…
1113 if ( $Align == ALIGN_TOP_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y1+$this->FontSize+1; }
1114 if ( $Align == ALIGN_LEFT ) { $X = $X1+1; $Y = $Y1+($AreaHeight/2)-($TextHeight/2); }
1115 …if ( $Align == ALIGN_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y1+($AreaHeig…
1116 …if ( $Align == ALIGN_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y1+($AreaHeight/2)-($TextHeigh…
1117 if ( $Align == ALIGN_BOTTOM_LEFT ) { $X = $X1+1; $Y = $Y2-1; }
1118 if ( $Align == ALIGN_BOTTOM_CENTER ) { $X = $X1+($AreaWidth/2)-($TextWidth/2); $Y = $Y2-1; }
1119 if ( $Align == ALIGN_BOTTOM_RIGHT ) { $X = $X2-$TextWidth-1; $Y = $Y2-1; }
1124 …imagettftext($this->Picture,$this->FontSize,$Angle,$X+1,$Y+1,$C_ShadowColor,$this->FontName,$Text)…
1126 … imagettftext($this->Picture,$this->FontSize,$Angle,$X,$Y,$C_TextColor,$this->FontName,$Text);
1137 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1139 if ( $Y <= $this->GArea_Y1 || $Y >= $this->GArea_Y2 )
1143 $this->drawLine($this->GArea_X1,$Y,$this->GArea_X2,$Y,$R,$G,$B);
1145 $this->drawDottedLine($this->GArea_X1,$Y,$this->GArea_X2,$Y,$TickWidth,$R,$G,$B);
1153 …imagettftext($this->Picture,$this->FontSize,0,$this->GArea_X2+2,$Y+($this->FontSize/2),$C_TextColo…
1155 …imagettftext($this->Picture,$this->FontSize,0,$this->GArea_X1+2,$Y-($this->FontSize/2),$C_TextColo…
1307 $Y = $Data[$Key][$YSerieName];
1309 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1316 $this->drawFilledCircle($X+2,$Y+2,$BigRadius,$R3,$G3,$B3);
1322 $this->drawFilledCircle($X+2,$Y+2,$BigRadius,$R3,$G3,$B3);
1326 $this->drawFilledCircle($X+1,$Y+1,$BigRadius,$R,$G,$B);
1329 $this->drawFilledCircle($X+1,$Y+1,$SmallRadius,$R2,$G2,$B2);
1335 $this->drawFilledCircle($X+1,$Y+1,$SmallRadius,$R2,$G2,$B2);
1480 $Y = $Data[$Key][$YSerieName];
1482 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1486 …$this->drawLine($XLast,$YLast,$X,$Y,$this->Palette[$PaletteID]["R"],$this->Palette[$PaletteID]["G"…
1490 $YLast = $Y;
2148 $Y = sin($Angle * 3.1418 / 180 ) * $TRadius + $YCenter;
2151 $this->drawDottedLine($LastX,$LastY,$X,$Y,4,$S_R,$S_G,$S_B);
2153 $LastX = $X; $LastY= $Y;
2162 $Y = sin($Angle * 3.1418 / 180 ) * $Radius + $YCenter;
2164 $this->drawLine($XCenter,$YCenter,$X,$Y,$A_R,$A_G,$A_B);
2184 …imagettftext($this->Picture,$this->FontSize,0,$X+$XOffset,$Y+$YOffset,$C_TextColor,$this->FontName…
2204 $Y = $YPos + $this->FontSize;
2206 …$this->drawFilledRoundedRectangle($X+$Positions[6]-2,$Y+$Positions[7]-1,$X+$Positions[2]+4,$Y+$Pos…
2207 …$this->drawRoundedRectangle($X+$Positions[6]-2,$Y+$Positions[7]-1,$X+$Positions[2]+4,$Y+$Positions…
2208 imagettftext($this->Picture,$this->FontSize,0,$X,$Y,$C_TextColor,$this->FontName,$t);
2885 $Y = sin(($i+180)*3.1418/180) * $Radius + $Y1 + $Radius;
2886 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2889 $Y = sin(($i-90)*3.1418/180) * $Radius + $Y1 + $Radius;
2890 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2893 $Y = sin(($i)*3.1418/180) * $Radius + $Y2 - $Radius;
2894 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2897 $Y = sin(($i+90)*3.1418/180) * $Radius + $Y2 - $Radius;
2898 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2970 $Y = sin($i*3.1418/180) * $Width + $Yc;
2971 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
3026 $Y = $i * $YStep + $Y1;
3028 …if ( ($X >= $this->GArea_X1 && $X <= $this->GArea_X2 && $Y >= $this->GArea_Y1 && $Y <= $this->GAre…
3031 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
3036 $this->drawAntialiasPixel($X+$j,$Y+$j,$R,$G,$B);
3058 $Y = $i * $YStep + $Y1;
3062 …if ( ($X >= $this->GArea_X1 && $X <= $this->GArea_X2 && $Y >= $this->GArea_Y1 && $Y <= $this->GAre…
3065 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
3070 $this->drawAntialiasPixel($X+$j,$Y+$j,$R,$G,$B);
3082 function drawFromPNG($FileName,$X,$Y,$Alpha=100) argument
3083 { $this->drawFromPicture(1,$FileName,$X,$Y,$Alpha); }
3086 function drawFromGIF($FileName,$X,$Y,$Alpha=100) argument
3087 { $this->drawFromPicture(2,$FileName,$X,$Y,$Alpha); }
3090 function drawFromJPG($FileName,$X,$Y,$Alpha=100) argument
3091 { $this->drawFromPicture(3,$FileName,$X,$Y,$Alpha); }
3094 function drawFromPicture($PicType,$FileName,$X,$Y,$Alpha=100) argument
3105 imagecopymerge($this->Picture,$Raster,$X,$Y,0,0,$Width,$Height,$Alpha);
3111 function drawAlphaPixel($X,$Y,$Alpha,$R,$G,$B) argument
3117 if ( $X < 0 || $Y < 0 || $X >= $this->XSize || $Y >= $this->YSize )
3120 $RGB2 = imagecolorat($this->Picture, $X, $Y);
3133 imagesetpixel($this->Picture,$X,$Y,$C_Aliased);
3200 function drawAntialiasPixel($X,$Y,$R,$G,$B,$Alpha=100,$NoFallBack=FALSE) argument
3205 …$this->drawAntialiasPixel($X+$this->ShadowXDistance,$Y+$this->ShadowYDistance,$this->ShadowRColor,…
3211 …$this->drawAntialiasPixel($X+$this->ShadowXDistance-$i/2,$Y+$this->ShadowYDistance-$i/2,$this->Sha…
3213 …$this->drawAntialiasPixel($X+$this->ShadowXDistance+$i/2,$Y+$this->ShadowYDistance+$i/2,$this->Sha…
3223 $Yi = floor($Y);
3225 if ( $Xi == $X && $Yi == $Y)
3230 imagesetpixel($this->Picture,$X,$Y,$C_Aliased);
3233 $this->drawAlphaPixel($X,$Y,$Alpha,$R,$G,$B);
3237 $Alpha1 = (((1 - ($X - floor($X))) * (1 - ($Y - floor($Y))) * 100) / 100) * $Alpha;
3240 $Alpha2 = ((($X - floor($X)) * (1 - ($Y - floor($Y))) * 100) / 100) * $Alpha;
3243 $Alpha3 = (((1 - ($X - floor($X))) * ($Y - floor($Y)) * 100) / 100) * $Alpha;
3246 $Alpha4 = ((($X - floor($X)) * ($Y - floor($Y)) * 100) / 100) * $Alpha;