Lines Matching refs:image

677 $image=affiche_symbol($style,$hauteur);
678 return $image;
730 var $image; variable in expression
742 $this->image = affiche_math($this->texte,$taille);
743 $this->base_verticale = imagesy($this->image) / 2;
861 $this->image = $this->noeuds[0]->image;
979 $img[$i] = $this->noeuds[$i]->image;
1016 $this->image=$result;
1022 $img1=$this->noeuds[0]->image;
1025 $img2=$this->noeuds[2]->image;
1042 $this->image=$result;
1048 $img1=$this->noeuds[0]->image;
1051 $img2=$this->noeuds[2]->image;
1082 $this->image=$result;
1088 $img1=$this->noeuds[0]->image;
1091 $img2=$this->noeuds[2]->image;
1122 $this->image=$result;
1128 $imgexp=$this->noeuds[1]->image;
1150 $this->image=$result;
1156 $imgroot=$this->noeuds[1]->image;
1162 $imgexp=$this->noeuds[2]->image;
1187 $this->image=$result;
1193 $img1=$this->noeuds[1]->image;
1196 $img2=$this->noeuds[2]->image;
1199 $imgexp=$this->noeuds[3]->image;
1227 $this->image=$imgfin;
1234 $imgsup=$this->noeuds[2]->image;
1237 $imgexp=$this->noeuds[0]->image;
1255 $this->image=$imgfin;
1262 $imginf=$this->noeuds[2]->image;
1265 $imgexp=$this->noeuds[0]->image;
1283 $this->image=$imgfin;
1312 $img[$i]=$this->noeuds[3]->noeuds[$i]->image;
1359 $this->image=$imgfin;
1390 $img[$i]=$this->noeuds[3]->noeuds[$i]->image;
1437 $this->image=$imgfin;
1445 $imgexp=$this->noeuds[1]->image;
1465 $this->image=$imgfin;
1473 $imgexp=$this->noeuds[1]->image;
1488 $this->image=$imgfin;
1496 $imgexp=$this->noeuds[1]->image;
1511 $this->image=$imgfin;
1521 $imgexp=$this->noeuds[1]->image;
1539 $this->image=$imgfin;
1551 $imginf=$this->noeuds[1]->image;
1557 $imgexp=$this->noeuds[2]->image;
1572 $this->image=alignement2($imgfin,$baselim,$imgexp,$baseexp);
1579 $imgexp=$this->noeuds[2]->image;
1588 $this->image=alignement3($imggauche,$basegauche,$imgexp,$baseexp,$imgdroit,$basedroit);
1633 $v=1000-imagesy($formula->image)+$formula->base_verticale+3;
1635 ImagePNG($formula->image,$dirimg."/math_".$v."_".$nameimg);