Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.pagebreak.php36 $first_div->get_full_height(),
40 $first_div->get_full_height(),
43 $this->assertEqual($page_heights[1] >= $second_div->get_full_height(),
46 $second_div->get_full_height()));
71 $first_div->get_full_height(),
75 $first_div->get_full_height(),
142 $first_div->get_full_height() - mm2pt(20),
209 $first_div->get_full_height() - mm2pt(20),
H A Dtest.line-height.100.php35 $this->assertWithinMargin($first_div->get_full_height(),
36 $second_div->get_full_height(),
72 $this->assertWithinMargin($first_div->get_full_height(),
73 $second_div->get_full_height(),
H A Dtest.widows.php46 $first_div->get_full_height() + pt2pt(40),
91 $first_div->get_full_height() + pt2pt(30),
136 $first_div->get_full_height() + pt2pt(20),
H A Dtest.input.select.height.php10 $this->assertEqual($element->get_full_height(),
23 $this->assertEqual($element->get_full_height(),
H A Dtest.input.text.height.php10 $this->assertEqual($element->get_full_height(),
23 $this->assertEqual($element->get_full_height(),
H A Dtest.orphans.php47 $first_div->get_full_height() + pt2pt(10),
94 $first_div->get_full_height(),
141 $first_div->get_full_height(),
H A Dtest.pagebreak.border.php43 $first_div->get_full_height());
85 $first_div->get_full_height() + pt2pt(20));
H A Dtest.textarea.height.php10 $this->assertEqual($element->get_full_height(),
H A Dtest.font-size.php21 $this->assertWithinMargin($text->get_full_height(), mm2pt(10), 0.01);
H A Dtest.css.page.break.after.php22 $this->assertEqual($page_heights[0], $div->get_full_height());
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.img.php40 $this->default_baseline = $this->get_full_height();
51 $this->default_baseline = $this->get_full_height();
273 $box->default_baseline = $box->get_full_height();
291 $this->default_baseline = $this->get_full_height();
311 $this->default_baseline = $this->get_full_height();
324 $this->default_baseline = $this->get_full_height();
H A Dbox.note-call.class.php142 $this->_note_content->get_full_height() +
147 $this->_note_content->get_full_height() +
195 return $y - $this->_note_content->get_full_height();
H A Dbox.container.php433 return $this->get_full_height();
682 $baselined[$i]->get_full_height() + $baselined[$i]->getBaselineOffset(),
693 $baseline + $this->_line[$i]->get_full_height()/2;
702 $this->_line[$i]->baseline = $this->_line[$i]->get_full_height()/2;
712 $middle = max($middle, $this->_line[$i]->get_full_height() / 2);
728 …aseline = $this->_line[$i]->default_baseline + ($height/2 - $this->_line[$i]->get_full_height()/2);
738 $bottom = max($bottom, $this->_line[$i]->get_full_height());
754 …$i]->baseline = $this->_line[$i]->default_baseline + $height - $this->_line[$i]->get_full_height();
764 $bottom = max($bottom, $this->_line[$i]->get_full_height());
H A Dbox.table.cell.fake.php60 function get_full_height() { function in FakeTableCellBox
H A Dbox.legend.php36 $height = $this->get_full_height();
H A Dlayout.default.class.php59 $pages = max(1,ceil($box->get_full_height() / $page_real_height));
H A Dbox.table.row.php175 $height = max($height, $this->content[$i]->get_full_height());
H A Dbox.generic.php339 function get_full_height() { return $this->get_height(); } function in GenericBox
H A Dbox.generic.formatted.php869 function get_full_height() { function in GenericFormattedBox
876 return $this->get_full_height();
H A Dbox.table.php445 if (array_sum($row_heights) > $cell->get_full_height()) {
1276 … $cell_height = $this->content[$rowspan->row]->content[$rowspan->column]->get_full_height();
H A Dlayout.page.breaks.php150 …footnotes[] = new FootnoteLocation($box->get_top_margin(), $box->_note_content->get_full_height());
H A Dbox.page.margin.class.php136 $va->apply_cell($this,$this->get_full_height(),0);