Home
last modified time | relevance | path

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

/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DMpdf.php341 var $fixedPosBlockSave; variable in Mpdf\\Mpdf
1103 $this->fixedPosBlockSave = [];
14746 $this->fixedPosBlockSave = [];
15211 $this->fixedPosBlockSave[] = [$this->fixedPosBlock, $this->fixedPosBlockBBox, $this->page];
15456 if (count($this->fixedPosBlockSave)) {
15457 foreach ($this->fixedPosBlockSave as $fpbs) {
15463 $this->fixedPosBlockSave = [];
26481 $save_fpb = $this->fixedPosBlockSave;
26483 $this->fixedPosBlockSave = $save_fpb;