Lines Matching refs:Layers

175    var $Layers         = NULL;  variable in pChart
909 $this->Layers[0] = imagecreatetruecolor($LayerWidth,$LayerHeight);
910 $C_White =$this->AllocateColor($this->Layers[0],255,255,255);
911 imagefilledrectangle($this->Layers[0],0,0,$LayerWidth,$LayerHeight,$C_White);
912 imagecolortransparent($this->Layers[0],$C_White);
914 $C_Rectangle =$this->AllocateColor($this->Layers[0],250,250,250);
927 imagefilledrectangle($this->Layers[0],1,$YPos,$LayerWidth-1,$LastY,$C_Rectangle);
930 …imagecopymerge($this->Picture,$this->Layers[0],$this->GArea_X1,$this->GArea_Y1,0,0,$LayerWidth,$La…
931 imagedestroy($this->Layers[0]);
1375 $this->Layers[0] = imagecreatetruecolor($LayerWidth,$LayerHeight);
1376 $C_White =$this->AllocateColor($this->Layers[0],255,255,255);
1377 imagefilledrectangle($this->Layers[0],0,0,$LayerWidth,$LayerHeight,$C_White);
1378 imagecolortransparent($this->Layers[0],$C_White);
1380 $C_Graph =$this->AllocateColor($this->Layers[0],$R,$G,$B);
1399 imagefilledpolygon($this->Layers[0],$Points,4,$C_Graph);
1409 …imagecopymerge($this->Picture,$this->Layers[0],$this->GArea_X1,$this->GArea_Y1,0,0,$LayerWidth,$La…
1410 imagedestroy($this->Layers[0]);
1674 $this->Layers[0] = imagecreatetruecolor($LayerWidth,$LayerHeight);
1675 $C_White =$this->AllocateColor($this->Layers[0],255,255,255);
1676 imagefilledrectangle($this->Layers[0],0,0,$LayerWidth,$LayerHeight,$C_White);
1677 imagecolortransparent($this->Layers[0],$C_White);
1715 …$C_Graph =$this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Colo…
1716 imagefilledpolygon($this->Layers[0],$aPoints,4,$C_Graph);
1752 …$C_Graph =$this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Colo…
1753 imagefilledpolygon($this->Layers[0],$aPoints,4,$C_Graph);
1769 …$C_Graph =$this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Colo…
1770 imagefilledpolygon($this->Layers[0],$Points,$PointsCount,$C_Graph);
1773 …imagecopymerge($this->Picture,$this->Layers[0],$this->GArea_X1,$this->GArea_Y1,0,0,$LayerWidth,$La…
1774 imagedestroy($this->Layers[0]);
1805 $this->Layers[0] = imagecreatetruecolor($LayerWidth,$LayerHeight);
1806 $C_White = $this->AllocateColor($this->Layers[0],255,255,255);
1807 imagefilledrectangle($this->Layers[0],0,0,$LayerWidth,$LayerHeight,$C_White);
1808 imagecolortransparent($this->Layers[0],$C_White);
1852 …$C_Graph = $this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Col…
1853 imagefilledpolygon($this->Layers[0],$Points,4,$C_Graph);
1866 …$C_Graph = $this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Col…
1867 imagefilledpolygon($this->Layers[0],$aPoints,$PointsCount,$C_Graph);
1870 …imagecopymerge($this->Picture,$this->Layers[0],$this->GArea_X1,$this->GArea_Y1,0,0,$LayerWidth,$La…
1871 imagedestroy($this->Layers[0]);
1894 $this->Layers[$GraphID] = imagecreatetruecolor($LayerWidth,$LayerHeight);
1895 $C_White = $this->AllocateColor($this->Layers[$GraphID],255,255,255);
1896 …$C_Graph = $this->AllocateColor($this->Layers[$GraphID],$this->Palette[$GraphID]["R…
1897 imagefilledrectangle($this->Layers[$GraphID],0,0,$LayerWidth,$LayerHeight,$C_White);
1898 imagecolortransparent($this->Layers[$GraphID],$C_White);
1913 … imagefilledrectangle($this->Layers[$GraphID],$XPos-$XWidth,$YPos,$XPos+$XWidth,$YZero,$C_Graph);
1935 …imagecopymerge($this->Picture,$this->Layers[$i],$this->GArea_X1,$this->GArea_Y1,0,0,$LayerWidth,$L…
1936 imagedestroy($this->Layers[$i]);
2359 $this->Layers[0] = imagecreatetruecolor($LayerWidth,$LayerHeight);
2360 $C_White = $this->AllocateColor($this->Layers[0],255,255,255);
2361 imagefilledrectangle($this->Layers[0],0,0,$LayerWidth,$LayerHeight,$C_White);
2362 imagecolortransparent($this->Layers[0],$C_White);
2364 …$C_Graph = $this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Col…
2365 imagefilledpolygon($this->Layers[0],$Plots,(count($Plots)+1)/2,$C_Graph);
2367 …imagecopymerge($this->Picture,$this->Layers[0],$this->GArea_X1,$this->GArea_Y1,0,0,$LayerWidth,$La…
2368 imagedestroy($this->Layers[0]);
2876 $this->Layers[0] = imagecreatetruecolor($LayerWidth,$LayerHeight);
2877 $C_White = $this->AllocateColor($this->Layers[0],255,255,255);
2878 imagefilledrectangle($this->Layers[0],0,0,$LayerWidth,$LayerHeight,$C_White);
2879 imagecolortransparent($this->Layers[0],$C_White);
2881 $C_Rectangle = $this->AllocateColor($this->Layers[0],$R,$G,$B);
2882 …imagefilledrectangle($this->Layers[0],round(1),round(1),round($LayerWidth-1),round($LayerHeight-1)…
2884 …imagecopymerge($this->Picture,$this->Layers[0],round(min($X1,$X2)-1),round(min($Y1,$Y2)-1),0,0,$La…
2885 imagedestroy($this->Layers[0]);