Searched refs:PicType (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 2714 function drawFromPicture($PicType, $FileName, $X, $Y, $Alpha = 100) { argument 2719 if ($PicType == 1) { 2722 if ($PicType == 2) { 2725 if ($PicType == 3) {
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 2920 function drawFromPicture($PicType, $FileName, $X, $Y, $Alpha = 100) { argument 2925 if($PicType == 1) { 2928 if($PicType == 2) { 2931 if($PicType == 3) {
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 3094 function drawFromPicture($PicType,$FileName,$X,$Y,$Alpha=100) argument 3101 if ( $PicType == 1 ) { $Raster = imagecreatefrompng($FileName); } 3102 if ( $PicType == 2 ) { $Raster = imagecreatefromgif($FileName); } 3103 if ( $PicType == 3 ) { $Raster = imagecreatefromjpeg($FileName); }
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 3119 function drawFromPicture($PicType,$FileName,$X,$Y,$Alpha=100) argument 3126 if ( $PicType == 1 ) { $Raster = imagecreatefrompng($FileName); } 3127 if ( $PicType == 2 ) { $Raster = imagecreatefromgif($FileName); } 3128 if ( $PicType == 3 ) { $Raster = imagecreatefromjpeg($FileName); }
|