Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php313 var $fixedPosBlockSave;
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;
320 var $fixedPosBlockSave; global() variable in Mpdf\\Mpdf