Searched refs:page_box (Results 1 – 2 of 2) sorted by relevance
250 if (!$this->mpdf->tableLevel && (($pagesel && (!isset($this->mpdf->page_box['current'])251 || $pagesel != $this->mpdf->page_box['current']))261 …if ($pagesel && (!isset($this->mpdf->page_box['current']) || $pagesel != $this->mpdf->page_box['cu…315 } elseif ($this->mpdf->page_box['current'] != $pagesel) {320 …elseif (!isset($this->mpdf->page_box['current']) || $pagesel != $this->mpdf->page_box['current']) {
425 var $page_box; variable in Mpdf\\Mpdf1209 $this->page_box = [];10096 if ($pagesel || (isset($this->page_box['using']) && $this->page_box['using'])) {10112 } elseif ($this->page_box['current']) {10113 $psel = $this->page_box['current'];10188 $this->page_box['current'] = $psel;10189 $this->page_box['using'] = true;10248 …pageDim[$this->page]['outer_width_LR'] = isset($this->page_box['outer_width_LR']) ? $this->page_bo…10249 …pageDim[$this->page]['outer_width_TB'] = isset($this->page_box['outer_width_TB']) ? $this->page_bo…10251 if (!isset($this->page_box['outer_width_LR']) && !isset($this->page_box['outer_width_TB'])) {[all …]