Home
last modified time | relevance | path

Searched refs:get_height (Results 1 – 25 of 37) sorted by last modified time

12

/plugin/photogallery/
H A Dsyntax.php474 'height' => $enclosure->get_height(),
/plugin/gallery/
H A Dsyntax.php
/plugin/html2pdf/html2pdf/html2ps/
H A Dmedia.layout.inc.php46 function get_height() { function in Media
H A Dbox.block.inline.php140 $this->default_baseline = $this->get_height() + $font->size->getPoints();
H A Dbox.br.php178 function get_height() { function in BRBox
H A Dbox.button.reset.php32 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom());
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.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 Dcss.size.inc.php31 'height' => $media->get_height()),
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 Dpdf.fpdf.php211 function get_height() { function in PDFPage
2175 $page->get_height()));
H A Dpipeline.class.php558 … $media->margins['top'] = $margins->top->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt(1);
559 …$media->margins['bottom'] = $margins->bottom->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt…
574 $media->margins['top'] = $top_margin->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt(1);
579 …$media->margins['bottom'] = $bottom_margin->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt(1…
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.container.php793 $line_element->get_height() -
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.null.php7 function get_height() { return 0; } function in NullBox
H A Dbox.radiobutton.php132 return $this->get_height();
H A Dfilter.pre.height-constraint.class.php35 $height = $tree->get_height();
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 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 Dstrategy.link.rendering.normal.php14 $box->get_height(),
22 $box->get_height(),

12