Home
last modified time | relevance | path

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

12

/plugin/gallery/
H A Dsyntax.php
/plugin/html2pdf/html2pdf/html2ps/
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 Dbox.br.php178 function get_height() { function in BRBox
H A Dbox.button.php99 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom());
H A Dbox.button.reset.php32 … $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.container.php793 $line_element->get_height() -
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.generic.formatted.php626 $this->put_height(max($this->get_height(), $this->get_top() - $y_coord));
843 function get_height() { function in GenericFormattedBox
852 return $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom();
870 return $this->get_height() +
H A Dbox.generic.inline.php77 $parent->_current_y -= $this->get_height();
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 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 Dbox.inline.control.php54 … $delta = ($text->get_top() - $text->get_height()/2) - ($this->get_top() - $this->get_height()/2);
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.input.password.php53 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom(),
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 Dbox.list-item.php216 $y + $font->size->getPoints()*0.4*HEIGHT_KOEFF + $imagebox->get_height()/2);
H A Dbox.null.php7 function get_height() { return 0; } function in NullBox
H A Dbox.radiobutton.php132 return $this->get_height();
H A Dbox.select.php72 $this->get_height(),
95 $button_height = $this->get_height() + $padding->top->value + $padding->bottom->value;
H A Dbox.table.cell.fake.php52 function get_height() { function in FakeTableCellBox
H A Dbox.table.php486 $height = $this->get_height();
1309 $table_height = max($this->get_height(), array_sum($heights));
1338 if ($total_height > $this->get_height()) {
H A Dbox.text.php68 function get_height() { function in TextBox
85 $height = $this->get_height();
246 $parent->_current_y -= $this->get_height();

12