Searched refs:AcceptPageBreak (Results 1 – 3 of 3) sorted by relevance
939 if ($this->mpdf->AcceptPageBreak()) {1096 if ($this->mpdf->AcceptPageBreak()) {
2125 function AcceptPageBreak() function in FPDF2135 if($this->y+$h>$this->PageBreakTrigger && !$this->InFooter && $this->AcceptPageBreak())
4763 && $this->AcceptPageBreak()6633 …$check_h) > ($this->PageBreakTrigger + $buff) and ! $this->InFooter and $this->AcceptPageBreak()) {8439 …this->y + $check_h) > $this->PageBreakTrigger and ! $this->InFooter and $this->AcceptPageBreak()) {9011 if ($y + $h > $this->PageBreakTrigger and ! $this->InFooter and $this->AcceptPageBreak()) {16241 if (!$changedcol && $skipln < 0 && $this->AcceptPageBreak() && $thispage == $oldpage) {22162 if ($this->AcceptPageBreak()) {24237 function AcceptPageBreak() function in Mpdf\\Mpdf