Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.img.align.php24 $this->assertTrue($span->get_top_margin() >= $text->get_top_margin(),
26 $span->get_top_margin(),
27 $text->get_top_margin()));
28 $this->assertTrue($span->get_top_margin() >= $img->get_top_margin(),
30 $span->get_top_margin(),
31 $img->get_top_margin()));
36 $this->assertTrue($text->get_top_margin() < $img->get_top_margin(),
38 $text->get_top_margin(),
62 $this->assertTrue($span->get_top_margin() >= $text->get_top_margin(),
66 $this->assertTrue($span->get_top_margin() >= $img->get_top_margin(),
[all …]
H A Dtest.table.top-boundary.php24 $this->assertEqual($table->get_top_margin(),
25 $cell->get_top_margin(),
28 $this->assertEqual($text->get_top_margin(),
29 $cell->get_top_margin(),
53 $this->assertEqual($table->get_top_margin(),
54 $cell->get_top_margin(),
57 $this->assertEqual($text->get_top_margin(),
58 $cell->get_top_margin(),
H A Dtest.relative.php25 $first_div->get_top_margin());
H A Dtest.text-transform.php25 $first_div->get_top_margin());
H A Dtest.block.absolute.php20 $this->assertEqual($block->get_top_margin(), $body->get_top() - mm2pt(20));
H A Dtest.table.absolute.php20 $this->assertEqual($table->get_top_margin(), $body->get_top() - mm2pt(17));
H A Dtest.containing.block.absolute.php32 $this->assertEqual($block->get_top_margin(), $container->get_top_padding() - mm2pt(3));
H A Dtest.pagebreak.table.php56 $table->get_top_margin(),
/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php150 …$footnotes[] = new FootnoteLocation($box->get_top_margin(), $box->_note_content->get_full_height()…
267 $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);
377 $locations[] = new PageBreakLocation($cells[$i]->get_top_margin(), $penalty);
381 $content_watermark = $cells[0]->get_top_margin() - $cells[0]->get_real_full_height();
406 …$current_cell_content_watermark = $cells[$i]->get_top_margin() - $cells[$i]->get_real_full_height(…
449 …$content_watermark = min($content_watermark, $cells[$i]->get_top_margin() - $cells[$i]->get_real_f…
H A Dbox.body.php28 return $this->get_top_margin();
H A Dbox.table.cell.fake.php56 function get_top_margin() { function in FakeTableCellBox
H A Dbox.page.php33 return $this->get_top_margin();
H A Dflow_context.class.inc.php78 if ($float->get_top_margin() + EPSILON >= $y &&
202 if ($float->get_top_margin() + EPSILON >= $y &&
H A Dbox.table.row.php80 $cell->get_top_margin());
H A Dbox.generic.formatted.php575 $containing_block['top'] = $parent->get_top_margin();
793 function get_top_margin() { function in GenericFormattedBox
809 $this->get_top_margin()+$eps >= $y &&
H A Dbox.container.php444 $max_top = $first->get_top_margin();
451 $max_top = max($max_top, $this->content[$i]->get_top_margin());
471 $this->content[$i]->get_top_margin() -
H A Dbox.generic.php335 function get_top_margin() { function in GenericBox
H A Dbox.text.php448 $top = $this->get_top_margin();