Home
last modified time | relevance | path

Searched refs:SetBackground (Results 1 – 5 of 5) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTr.php51 $ret = $this->mpdf->SetBackground($properties, $currblk['inner_width']);
H A DTd.php204 $ret = $this->mpdf->SetBackground($properties, $this->mpdf->blk[$this->mpdf->blklvl]['inner_width']);
H A DBlockTag.php769 $ret = $this->mpdf->SetBackground($properties, $currblk['inner_width']);
H A DTable.php431 $ret = $this->mpdf->SetBackground($properties, $this->mpdf->blk[$this->mpdf->blklvl]['inner_width']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2148 function SetBackground(&$properties, &$maxwidth)
10179 $ret = $this->SetBackground($bg, $this->pgwidth);
13262 $ret = $this->SetBackground($properties, $this->pgwidth);
14340 $ret = $this->SetBackground($pb, $this->blk[1]['inner_width']);
2131 function SetBackground(&$properties, &$maxwidth) global() function in Mpdf\\Mpdf