Home
last modified time | relevance | path

Searched refs:PaintDivBB (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DBlockTag.php1124 $this->mpdf->PaintDivBB('', $blockstate);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php2948 $this->PaintDivBB('pagebottom', 0, $bl);
3128 $this->PaintDivBB('pagebottom', 0, $bl);
14606 $this->PaintDivBB('', 0, 1); // Prints borders and sets backgrounds in $this->pageBackgrounds
16579 $this->PaintDivBB('pagetop', $blockstate);
16581 $this->PaintDivBB('', $blockstate);
16622 function PaintDivBB($divider = '', $blockstate = 0, $blvl = 0) function in Mpdf\\Mpdf