Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.margin.boxes.php16 $boxes = $pipeline->reflow_margin_boxes(1, $media);
35 $boxes = $pipeline->reflow_margin_boxes(1, $media);
55 $boxes = $pipeline->reflow_margin_boxes(1, $media);
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dautomargins.php17 $boxes = $pipeline->reflow_margin_boxes(0, $media);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php532 $boxes =& $this->reflow_margin_boxes($page_no, $media);
631 function &reflow_margin_boxes($page_no, &$media) { function in Pipeline