/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.frame.php | 17 $this->content[0]->put_full_height($this->get_height()); 19 $hc = new HCConstraint(array($this->get_height(), false), 20 array($this->get_height(), false), 21 array($this->get_height(), false)); 101 $this->offset(0, $this->get_height()); 249 $this->put_full_height($viewport->get_height()); 250 $this->put_height_constraint(new WCConstant($viewport->get_height())); 253 $rows = guess_lengths($this->rows, $this->get_height()); 286 $frame->put_height_constraint(new WCConstant($frame->get_height()));
|
H A D | box.input.text.php | 40 function get_height() { function in TextInputBox 41 $normal_height = parent::get_height(); 76 $this->get_height(),
|
H A D | box.input.textarea.php | 26 function get_height() { function in TextAreaInputBox 27 $normal_height = parent::get_height(); 63 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom(),
|
H A D | strategy.link.rendering.normal.php | 14 $box->get_height(), 22 $box->get_height(),
|
H A D | box.img.php | 46 $this->get_height(); 144 $this->ascender = $this->get_height(); 275 $box->src_height = $box->get_height(); 319 $this->get_height(); 336 $this->get_height() < EPSILON) { 343 $this->get_height() / $this->image->sy());
|
H A D | flow_viewport.class.inc.php | 23 $viewport->height = $box->get_height() + $padding->top->value + $padding->bottom->value; 30 function get_height() { return $this->height; } function in FlowViewport
|
H A D | height.php | 123 return $rhc->apply($box->parent->get_height(), $box, true) * $value[0] / 100; 125 return $box->parent->parent->get_height() * $value[0] / 100; 129 return $box->parent->get_height() * $value[0] / 100;
|
H A D | box.inline.control.php | 54 … $delta = ($text->get_top() - $text->get_height()/2) - ($this->get_top() - $this->get_height()/2);
|
H A D | box.generic.php | 212 $driver->rect($this->get_left(), $this->get_top(), $this->get_width(), -$this->get_height()); 278 return $this->get_top() - $this->get_height(); 339 function get_full_height() { return $this->get_height(); } 346 function get_height() { function in GenericBox
|
H A D | strategy.page.break.simple.php | 8 $num_pages = ceil($box->get_height() / mm2pt($media->real_height()));
|
H A D | box.input.img.php | 35 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom(), 77 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom(),
|
H A D | box.select.php | 72 $this->get_height(), 95 $button_height = $this->get_height() + $padding->top->value + $padding->bottom->value;
|
H A D | box.null.php | 7 function get_height() { return 0; } function in NullBox
|
H A D | box.button.reset.php | 32 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom());
|
H A D | filter.pre.height-constraint.class.php | 35 $height = $tree->get_height();
|
H A D | box.table.cell.fake.php | 52 function get_height() { function in FakeTableCellBox
|
H A D | css.size.inc.php | 31 'height' => $media->get_height()),
|
H A D | box.input.password.php | 53 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom(),
|
H A D | box.button.submit.php | 84 …$this->get_height() + $this->get_padding_top() + $this->get_padding_bottom() + $this->get_margin_t…
|
H A D | box.block.inline.php | 140 $this->default_baseline = $this->get_height() + $font->size->getPoints();
|
H A D | box.block.php | 414 …_offset = $driver->getPageMaxHeight() * (100 - $bottom->getPercentage())/100 - $this->get_height(); 416 … $vertical_offset = $driver->getPageMaxHeight() - $bottom->getPoints() - $this->get_height();
|
H A D | strategy.position.absolute.php | 41 …t_top($containing_block['bottom'] + $bottom_value + $box->get_extra_bottom() + $box->get_height());
|
H A D | box.button.php | 99 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom());
|
H A D | box.generic.inline.php | 77 $parent->_current_y -= $this->get_height();
|
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.css.margin.boxes.php | 20 $this->assertEqual($box->get_height(), mm2pt(10)); 39 $this->assertEqual($box->get_height(), mm2pt(10)); 61 $this->assertEqual($box->get_height(), mm2pt(10));
|