Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php70 function get_penalty($page_start, $max_page_height, $footnotes) { function in PageBreakLocation
191 …$best_location_penalty = $best_location->get_penalty($current_page_top, $max_page_height, $footnot…
204 … $location_penalty = $location->get_penalty($current_page_top, $max_page_height, $footnotes);
205 … $best_penalty = $best_location->get_penalty($current_page_top, $max_page_height, $footnotes);