Lines Matching refs:emblem
91 $emblem = [];
92 $emblem['image'] = $this->getAttribute('emblem');
95 $emblem['frame'] = $this->size;
97 $emblem['area'] = $area < $min ? $min:$area ;
98 $emblem['posX'] = floor(($emblem['frame'] - $emblem['area']) / 2);
99 $emblem['posY'] = $emblem['posX'];
101 return (object) $emblem;
252 if ($this->emblem != null) {
253 $emblem = $this->emblem;
254 …emblem->area.'px; height:'.$emblem->area.'px; background-image:url('.$emblem->image.'); background…
304 if ($this->emblem != null) {
305 $emblem = $this->emblem;
306 $emblemData = file_get_contents($emblem->image);
308 …blemImage, ((imagesx($frame) - $emblem->area) / 2), ((imagesy($frame) - $emblem->area) / 2), 0, 0,…
378 if ($this->emblem != null) {
379 $emblem = $this->emblem;
381 ….'<image xlink:href="'.$emblem->image.'" x="'.$emblem->posX.'" y="'.$emblem->posY.'" height="'.$em…