Home
last modified time | relevance | path

Searched refs:image3 (Results 1 – 2 of 2) sorted by relevance

/plugin/mathpublish/phpmathpublisher/
H A DHelper.php816 public function alignment3($image1, $base1, $image2, $base2, $image3, $base3) argument
822 $width3 = imagesx($image3);
823 $height3 = imagesy($image3);
834 imagecopy($result, $image3, $width1 + $width2, $top - $base3, 0, 0, $width3, $height3);
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php702 function alignement3($image1,$base1,$image2,$base2,$image3,$base3) argument
708 $largeur3=imagesx($image3);
709 $hauteur3=imagesy($image3);
721 ImageCopy($result, $image3,$largeur1+$largeur2,$dessus - $base3, 0, 0,$largeur3,$hauteur3);