Home
last modified time | relevance | path

Searched refs:PicType (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DpChart.php2714 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 DpChart.php2920 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 Dpchart.php3094 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 DpChart.class.php3119 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); }