Searched refs:image3 (Results 1 – 3 of 3) sorted by relevance
| /plugin/infobox/ |
| D | README.md | 63 image3 = example3.jpg|Image Tab 3 76 image3 = example3.jpg|Image Tab 3 111 image3 = example3.jpg|Image Tab 3
|
| /plugin/mathpublish/phpmathpublisher/ |
| D | Helper.php | 816 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/ |
| D | mathpublisher.php | 702 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);
|