Home
last modified time | relevance | path

Searched refs:get_height (Results 1 – 25 of 37) sorted by relevance

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.frame.php17 $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 Dbox.input.text.php40 function get_height() { function in TextInputBox
41 $normal_height = parent::get_height();
76 $this->get_height(),
H A Dbox.input.textarea.php26 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 Dstrategy.link.rendering.normal.php14 $box->get_height(),
22 $box->get_height(),
H A Dbox.img.php46 $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 Dflow_viewport.class.inc.php23 $viewport->height = $box->get_height() + $padding->top->value + $padding->bottom->value;
30 function get_height() { return $this->height; } function in FlowViewport
H A Dheight.php123 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 Dbox.inline.control.php54 … $delta = ($text->get_top() - $text->get_height()/2) - ($this->get_top() - $this->get_height()/2);
H A Dbox.generic.php212 $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 Dstrategy.page.break.simple.php8 $num_pages = ceil($box->get_height() / mm2pt($media->real_height()));
H A Dbox.input.img.php35 … $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 Dbox.select.php72 $this->get_height(),
95 $button_height = $this->get_height() + $padding->top->value + $padding->bottom->value;
H A Dbox.null.php7 function get_height() { return 0; } function in NullBox
H A Dbox.button.reset.php32 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom());
H A Dfilter.pre.height-constraint.class.php35 $height = $tree->get_height();
H A Dbox.table.cell.fake.php52 function get_height() { function in FakeTableCellBox
H A Dcss.size.inc.php31 'height' => $media->get_height()),
H A Dbox.input.password.php53 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom(),
H A Dbox.button.submit.php84 …$this->get_height() + $this->get_padding_top() + $this->get_padding_bottom() + $this->get_margin_t…
H A Dbox.block.inline.php140 $this->default_baseline = $this->get_height() + $font->size->getPoints();
H A Dbox.block.php414 …_offset = $driver->getPageMaxHeight() * (100 - $bottom->getPercentage())/100 - $this->get_height();
416 … $vertical_offset = $driver->getPageMaxHeight() - $bottom->getPoints() - $this->get_height();
H A Dstrategy.position.absolute.php41 …t_top($containing_block['bottom'] + $bottom_value + $box->get_extra_bottom() + $box->get_height());
H A Dbox.button.php99 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom());
H A Dbox.generic.inline.php77 $parent->_current_y -= $this->get_height();
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.margin.boxes.php20 $this->assertEqual($box->get_height(), mm2pt(10));
39 $this->assertEqual($box->get_height(), mm2pt(10));
61 $this->assertEqual($box->get_height(), mm2pt(10));

12