Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php313 var $fixedPosBlockSave; variable in Mpdf\\Mpdf
1135 $this->fixedPosBlockSave = [];
13167 $this->fixedPosBlockSave = [];
13640 $this->fixedPosBlockSave[] = [$this->fixedPosBlock, $this->fixedPosBlockBBox, $this->page];
13893 if (count($this->fixedPosBlockSave)) {
13894 foreach ($this->fixedPosBlockSave as $fpbs) {
13900 $this->fixedPosBlockSave = [];
24228 $save_fpb = $this->fixedPosBlockSave;
24230 $this->fixedPosBlockSave = $save_fpb;