Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php42 function get_footnotes_height($footnotes, $page_start, $location) { argument
48 while ($i < $size && $footnotes[$i]->get_location() > $page_start) {
70 function get_penalty($page_start, $max_page_height, $footnotes) { argument
71 $height_penalty = $this->get_page_break_height_penalty($page_start,
73 … $page_start,
84 function get_page_break_height_penalty($page_start, $max_page_height) { argument
85 $current_height = $page_start - $this->location;