Lines Matching refs:R

225    function setShadowProperties($XDistance=1,$YDistance=1,$R=60,$G=60,$B=60,$Alpha=50,$Blur=0)  argument
230 $this->ShadowRColor = $R;
244 function setColorPalette($ID,$R,$G,$B) argument
246 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
250 $this->Palette[$ID]["R"] = $R;
317 function drawGraphArea($R,$G,$B,$Stripe=FALSE) argument
319 …$this->drawFilledRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R,$G,$…
320 …$this->drawRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R-40,$G-40,$…
324 $R2 = $R-15; if ( $R2 < 0 ) { $R2 = 0; }
325 $G2 = $R-15; if ( $G2 < 0 ) { $G2 = 0; }
326 $B2 = $R-15; if ( $B2 < 0 ) { $B2 = 0; }
375 …function drawRightScale($Data,$DataDescription,$ScaleMode,$R,$G,$B,$DrawTicks=TRUE,$Angle=0,$Decim… argument
377 …$this->drawScale($Data,$DataDescription,$ScaleMode,$R,$G,$B,$DrawTicks,$Angle,$Decimals,$WithMargi…
381 …function drawScale($Data,$DataDescription,$ScaleMode,$R,$G,$B,$DrawTicks=TRUE,$Angle=0,$Decimals=1… argument
386 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
388 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B);
389 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B);
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);
593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B);
641 …function drawXYScale($Data,$DataDescription,$YSerieName,$XSerieName,$R,$G,$B,$WithMargin=0,$Angle=… argument
646 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
648 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B);
649 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B);
735 $this->drawLine($this->GArea_X1,$YPos,$this->GArea_X1-5,$YPos,$R,$G,$B);
843 $this->drawLine($XPos,$this->GArea_Y2,$XPos,$this->GArea_Y2+5,$R,$G,$B);
901 function drawGrid($LineWidth,$Mosaic=TRUE,$R=220,$G=220,$B=220,$Alpha=100) argument
939 $this->drawDottedLine($this->GArea_X1,$YPos,$this->GArea_X2,$YPos,$LineWidth,$R,$G,$B);
953 …his->drawDottedLine(floor($XPos),$this->GArea_Y1,floor($XPos),$this->GArea_Y2,$LineWidth,$R,$G,$B);
1005 …function drawLegend($XPos,$YPos,$DataDescription,$R,$G,$B,$Rs=-1,$Gs=-1,$Bs=-1,$Rt=0,$Gt=0,$Bt=0,$… argument
1029 { $Rs = $R-30; $Gs = $G-30; $Bs = $B-30; }
1034 $this->drawFilledRoundedRectangle($XPos,$YPos,$XPos+$MaxWidth,$YPos+$MaxHeight,5,$R,$G,$B);
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);
1096 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) argument
1098 $C_TextColor = $this->AllocateColor($this->Picture,$R,$G,$B);
1124 …function drawTextBox($X1,$Y1,$X2,$Y2,$Text,$Angle=0,$R=255,$G=255,$B=255,$Align=ALIGN_LEFT,$Shadow… argument
1145 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
1154 …function drawTreshold($Value,$R,$G,$B,$ShowLabel=FALSE,$ShowOnRight=FALSE,$TickWidth=4,$FreeText=N… argument
1156 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
1160 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
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);
1184 function setLabel($Data,$DataDescription,$SerieName,$ValueName,$Caption,$R=210,$G=210,$B=210) argument
1190 $C_Label =$this->AllocateColor($this->Picture,$R,$G,$B);
1191 …$C_Shadow =$this->AllocateColor($this->Picture,$R-$ShadowFactor,$G-$ShadowFactor,$B-$ShadowFac…
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 …9,$YPos - $TextOffset-.2,$XPos + 13 + $TextWidth,$YPos + $TextOffset + 2.2,$R-$ShadowFactor,$G-$Sh…
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 …le($XPos + 8,$YPos - $TextOffset - 1.2,$XPos + 12 + $TextWidth,$YPos + $TextOffset + 1.2,$R,$G,$B);
1244 $R = $this->Palette[$ColorID]["R"];
1289 $this->drawFilledCircle($XPos+1,$YPos+1,$BigRadius,$R,$G,$B);
1320 $R = $this->Palette[$PaletteID]["R"];
1343 $R3 = $this->Palette[$PaletteID]["R"]-20; if ( $R < 0 ) { $R = 0; }
1350 $this->drawFilledCircle($X+1,$Y+1,$BigRadius,$R,$G,$B);
1356 $R2 = $this->Palette[$PaletteID]["R"]+20; if ( $R > 255 ) { $R = 255; }
1367 function drawArea($Data,$Serie1,$Serie2,$R,$G,$B,$Alpha = 50) argument
1380 $C_Graph =$this->AllocateColor($this->Layers[0],$R,$G,$B);
2052 function drawLimitsGraph($Data,$DataDescription,$R=0,$G=0,$B=0) argument
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);
2379 …aph($Data,$DataDescription,$XPos,$YPos,$Radius=100,$DrawLabels=PIE_NOLABEL,$R=255,$G=255,$B=255,$D… argument
2474 $this->drawCircle($XPos-.5,$YPos-.5,$Radius,$R,$G,$B);
2475 $this->drawCircle($XPos-.5,$YPos-.5,$Radius+.5,$R,$G,$B);
2481 …ne($TopPlots[$Key][$j],$TopPlots[$Key][$j+1],$TopPlots[$Key][$j+2],$TopPlots[$Key][$j+3],$R,$G,$B);
2770 function drawBackground($R,$G,$B) argument
2772 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
2776 $C_Background = $this->AllocateColor($this->Picture,$R,$G,$B);
2781 function drawGraphAreaGradient($R,$G,$B,$Decay,$Target=TARGET_GRAPHAREA) argument
2783 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
2796 $R-=1;$G-=1;$B-=1;
2801 $C_Background = $this->AllocateColor($this->Picture,$R,$G,$B);
2813 $R+=1;$G+=1;$B+=1;
2814 $C_Background = $this->AllocateColor($this->Picture,$R,$G,$B);
2825 function drawRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B) argument
2827 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
2831 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2835 $this->drawLine($X1,$Y1,$X2,$Y1,$R,$G,$B);
2836 $this->drawLine($X2,$Y1,$X2,$Y2,$R,$G,$B);
2837 $this->drawLine($X2,$Y2,$X1,$Y2,$R,$G,$B);
2838 $this->drawLine($X1,$Y2,$X1,$Y1,$R,$G,$B);
2842 …function drawFilledRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B,$DrawBorder=TRUE,$Alpha=100,$NoFallBack=FALS… argument
2847 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
2868 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2881 $C_Rectangle = $this->AllocateColor($this->Layers[0],$R,$G,$B);
2891 $this->drawRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B);
2897 function drawRoundedRectangle($X1,$Y1,$X2,$Y2,$Radius,$R,$G,$B) argument
2899 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
2903 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2911 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2915 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2919 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2923 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
2928 $this->drawLine($X1+$Radius,$Y1,$X2-$Radius,$Y1,$R,$G,$B);
2929 $this->drawLine($X2,$Y1+$Radius,$X2,$Y2-$Radius,$R,$G,$B);
2930 $this->drawLine($X2-$Radius,$Y2,$X1+$Radius,$Y2,$R,$G,$B);
2931 $this->drawLine($X1,$Y2-$Radius,$X1,$Y1+$Radius,$R,$G,$B);
2935 function drawFilledRoundedRectangle($X1,$Y1,$X2,$Y2,$Radius,$R,$G,$B) argument
2937 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
2941 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2964 $this->drawAntialiasPixel($Xi1,$Yi1,$R,$G,$B);
2965 $this->drawAntialiasPixel($Xi2,$Yi2,$R,$G,$B);
2966 $this->drawAntialiasPixel($Xi3,$Yi3,$R,$G,$B);
2967 $this->drawAntialiasPixel($Xi4,$Yi4,$R,$G,$B);
2975 $this->drawLine($X1+$Radius,$Y1,$X2-$Radius,$Y1,$R,$G,$B);
2976 $this->drawLine($X2,$Y1+$Radius,$X2,$Y2-$Radius,$R,$G,$B);
2977 $this->drawLine($X2-$Radius,$Y2,$X1+$Radius,$Y2,$R,$G,$B);
2978 $this->drawLine($X1,$Y2-$Radius,$X1,$Y1+$Radius,$R,$G,$B);
2982 function drawCircle($Xc,$Yc,$Height,$R,$G,$B,$Width=0) argument
2985 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
2989 $C_Circle = $this->AllocateColor($this->Picture,$R,$G,$B);
2996 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
3001 function drawFilledCircle($Xc,$Yc,$Height,$R,$G,$B,$Width=0) argument
3004 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
3008 $C_Circle = $this->AllocateColor($this->Picture,$R,$G,$B);
3018 $this->drawAntialiasPixel($X1-1,$Y1-1,$R,$G,$B);
3019 $this->drawAntialiasPixel($X2-1,$Y2-1,$R,$G,$B);
3027 function drawEllipse($Xc,$Yc,$Height,$Width,$R,$G,$B) argument
3028 { $this->drawCircle($Xc,$Yc,$Height,$R,$G,$B,$Width); }
3031 function drawFilledEllipse($Xc,$Yc,$Height,$Width,$R,$G,$B) argument
3032 { $this->drawFilledCircle($Xc,$Yc,$Height,$R,$G,$B,$Width); }
3035 function drawLine($X1,$Y1,$X2,$Y2,$R,$G,$B,$GraphFunction=FALSE) argument
3037 …if ( $this->LineDotSize > 1 ) { $this->drawDottedLine($X1,$Y1,$X2,$Y2,$this->LineDotSize,$R,$G,$B,…
3038 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
3056 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
3061 $this->drawAntialiasPixel($X+$j,$Y+$j,$R,$G,$B);
3068 function drawDottedLine($X1,$Y1,$X2,$Y2,$DotSize,$R,$G,$B,$GraphFunction=FALSE) argument
3070 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
3090 $this->drawAntialiasPixel($X,$Y,$R,$G,$B);
3095 $this->drawAntialiasPixel($X+$j,$Y+$j,$R,$G,$B);
3136 function drawAlphaPixel($X,$Y,$Alpha,$R,$G,$B) argument
3138 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
3153 $Ra = floor($R*$Alpha+$R2*$iAlpha);
3162 function AllocateColor($Picture,$R,$G,$B,$Factor=0) argument
3164 $R = $R + $Factor;
3167 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
3171 return(imagecolorallocate($Picture,$R,$G,$B));
3175 function addBorder($Size=3,$R=0,$G=0,$B=0) argument
3181 $C_Background = $this->AllocateColor($Resampled,$R,$G,$B);
3225 function drawAntialiasPixel($X,$Y,$R,$G,$B,$Alpha=100,$NoFallBack=FALSE) argument
3242 if ( $R < 0 ) { $R = 0; } if ( $R > 255 ) { $R = 255; }
3254 $C_Aliased = $this->AllocateColor($this->Picture,$R,$G,$B);
3258 $this->drawAlphaPixel($X,$Y,$Alpha,$R,$G,$B);
3263 if ( $Alpha1 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi,$Yi,$Alpha1,$R,$G,$B); }
3266 … if ( $Alpha2 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi+1,$Yi,$Alpha2,$R,$G,$B); }
3269 … if ( $Alpha3 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi,$Yi+1,$Alpha3,$R,$G,$B); }
3272 … if ( $Alpha4 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi+1,$Yi+1,$Alpha4,$R,$G,$B); }