Lines Matching refs:img1
327 $img1 = $this->nodes[0]->image;
330 $height1 = imagesy($img1);
332 $width1 = imagesx($img1);
341 imagecopy($result, $img1, ($width - $width1) / 2, 0, 0, 0, $width1, $height1);
353 $img1 = $this->nodes[0]->image;
357 $height1 = imagesy($img1);
359 $width1 = imagesx($img1);
368 imagecopy($result, $img1, 0, ceil($height2 / 2), 0, 0, $width1, $height1);
376 imagecopy($result, $img1, 0, ceil($height2 - $height1 / 2), 0, 0, $width1, $height1);
388 $img1 = $this->nodes[0]->image;
392 $height1 = imagesy($img1);
394 $width1 = imagesx($img1);
403 imagecopy($result, $img1, 0, 0, 0, 0, $width1, $height1);
411 imagecopy($result, $img1, 0, 0, 0, 0, $width1, $height1);
488 $img1 = $this->nodes[1]->image;
495 $width1 = imagesx($img1);
496 $height1 = imagesy($img1);
513 imagecopy($imgLeft, $img1, ($widthLeft - $width1) / 2, $height2 + $heightSymbol, 0, 0, $width1, $height1);