Searched refs:bodyBackgroundImage (Results 1 – 1 of 1) sorted by relevance
348 var $bodyBackgroundImage; variable in Mpdf\\Mpdf2275 if ($this->bodyBackgroundImage) {2276 …bodyBackgroundImage['gradient']) && $this->bodyBackgroundImage['gradient'] && preg_match('/(-moz-)…2277 $g = $this->gradient->parseMozGradient($this->bodyBackgroundImage['gradient']);2281 } elseif ($this->bodyBackgroundImage['image_id']) { // Background pattern2284 …bodyBackgroundImage['orig_w'], $this->bodyBackgroundImage['orig_h'], $clw, $clh, $this->bodyBackgr…2286 …bodyBackgroundImage['image_id'], 'orig_w' => $orig_w, 'orig_h' => $orig_h, 'x_pos' => $this->bodyB…2287 …if (($this->bodyBackgroundImage['opacity'] > 0 || $this->bodyBackgroundImage['opacity'] === '0') &…2288 $opac = $this->SetAlpha($this->bodyBackgroundImage['opacity'], 'Normal', true);10181 $this->bodyBackgroundImage = $ret;[all …]