Home
last modified time | relevance | path

Searched refs:PrintPageBackgrounds (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php1054 $s = $this->mpdf->PrintPageBackgrounds();
1147 $s = $this->mpdf->PrintPageBackgrounds();
1182 $s = $this->mpdf->PrintPageBackgrounds();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php516 $s .= $this->mpdf->PrintPageBackgrounds();
H A DMpdf.php2018 $s .= $this->PrintPageBackgrounds();
2311 function PrintPageBackgrounds($adjustmenty = 0)
2953 $s = $this->PrintPageBackgrounds();
3146 $s .= $this->PrintPageBackgrounds();
9720 $s = $this->PrintPageBackgrounds();
9803 $s = $this->PrintPageBackgrounds(-$adj);
9805 $this->writingHTMLfooter = false; // mPDF 5.7.3 (moved after PrintPageBackgrounds so can adjust position of images in footer)
13848 $s = $this->PrintPageBackgrounds();
14546 $block_s = $this->PrintPageBackgrounds(); // Save to print later inside clipping path
14610 $s = $this->PrintPageBackgrounds();
2294 function PrintPageBackgrounds($adjustmenty = 0) global() function in Mpdf\\Mpdf
[all...]