Searched refs:PageBreakLocation (Results 1 – 1 of 1) sorted by relevance
33 class PageBreakLocation { class37 function PageBreakLocation($location, $penalty) { function in PageBreakLocation267 $location = new PageBreakLocation($box->get_top_margin(), FORCED_PAGE_BREAK_BONUS);273 $location = new PageBreakLocation($box->get_top_margin(), $penalty);287 $location = new PageBreakLocation($box->get_bottom_margin(), $penalty);377 $locations[] = new PageBreakLocation($cells[$i]->get_top_margin(), $penalty);378 $locations[] = new PageBreakLocation($cells[$i]->get_bottom_margin(), $penalty);444 $new_row_locations[] = new PageBreakLocation($current_child_location->location,488 $locations[] = new PageBreakLocation($line_box->top, 509 $locations[] = new PageBreakLocation($line_box->bottom, [all …]