Home
last modified time | relevance | path

Searched refs:src_width (Results 1 – 3 of 3) sorted by relevance

/plugin/livemark/
H A Daction.php88 function imagewatermark($src_img, $src_width, $src_height) { argument
102 $ratio=$src_width/imagesx($watermark)*$size;
105 $dest_x = ($src_width - $watermark_width)/2-$src_width*(0.5-$this->getConf('horizontal')/100);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.img.php34 $this->src_width/$this->src_height*
45 $this->src_height/$this->src_width*
276 $box->src_width = $box->get_width();
294 $this->src_width = $this->image->sy();
305 $this->src_width/$this->src_height*
318 $this->src_height/$this->src_width*
/plugin/reflect/
H A Daction.php222 …function imagereflection($src_img, $src_width, $src_height, $reflection_height, $alpha_start, $alp… argument
224 $dest_width = $src_width;
232 imagecopy($reflected, $src_img, 0, 0, 0, 0, $src_width, $src_height);