/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.pagebreak.php | 36 $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 D | test.line-height.100.php | 35 $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 D | test.widows.php | 46 $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 D | test.input.select.height.php | 10 $this->assertEqual($element->get_full_height(), 23 $this->assertEqual($element->get_full_height(),
|
H A D | test.input.text.height.php | 10 $this->assertEqual($element->get_full_height(), 23 $this->assertEqual($element->get_full_height(),
|
H A D | test.orphans.php | 47 $first_div->get_full_height() + pt2pt(10), 94 $first_div->get_full_height(), 141 $first_div->get_full_height(),
|
H A D | test.pagebreak.border.php | 43 $first_div->get_full_height()); 85 $first_div->get_full_height() + pt2pt(20));
|
H A D | test.textarea.height.php | 10 $this->assertEqual($element->get_full_height(),
|
H A D | test.font-size.php | 21 $this->assertWithinMargin($text->get_full_height(), mm2pt(10), 0.01);
|
H A D | test.css.page.break.after.php | 22 $this->assertEqual($page_heights[0], $div->get_full_height());
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.img.php | 40 $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 D | box.note-call.class.php | 142 $this->_note_content->get_full_height() + 147 $this->_note_content->get_full_height() + 195 return $y - $this->_note_content->get_full_height();
|
H A D | box.container.php | 433 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 D | box.table.cell.fake.php | 60 function get_full_height() { function in FakeTableCellBox
|
H A D | box.legend.php | 36 $height = $this->get_full_height();
|
H A D | layout.default.class.php | 59 $pages = max(1,ceil($box->get_full_height() / $page_real_height));
|
H A D | box.table.row.php | 175 $height = max($height, $this->content[$i]->get_full_height());
|
H A D | box.generic.php | 339 function get_full_height() { return $this->get_height(); } function in GenericBox
|
H A D | box.generic.formatted.php | 869 function get_full_height() { function in GenericFormattedBox 876 return $this->get_full_height();
|
H A D | box.table.php | 445 if (array_sum($row_heights) > $cell->get_full_height()) { 1276 … $cell_height = $this->content[$rowspan->row]->content[$rowspan->column]->get_full_height();
|
H A D | layout.page.breaks.php | 150 …footnotes[] = new FootnoteLocation($box->get_top_margin(), $box->_note_content->get_full_height());
|
H A D | box.page.margin.class.php | 136 $va->apply_cell($this,$this->get_full_height(),0);
|