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);269 …$location = new PageBreakLocation($box->get_top_margin(), $penalty + PAGE_BREAK_AFTER_AVOID_PENALT…271 …$location = new PageBreakLocation($box->get_top_margin(), $penalty + PAGE_BREAK_BEFORE_AVOID_PENAL…273 $location = new PageBreakLocation($box->get_top_margin(), $penalty);281 $location = new PageBreakLocation($box->get_bottom_margin(), FORCED_PAGE_BREAK_BONUS);283 …$location = new PageBreakLocation($box->get_bottom_margin(), $penalty + PAGE_BREAK_AFTER_AVOID_PEN…285 …$location = new PageBreakLocation($box->get_bottom_margin(), $penalty + PAGE_BREAK_AFTER_AVOID_PEN…287 $location = new PageBreakLocation($box->get_bottom_margin(), $penalty);[all …]