Home
last modified time | relevance | path

Searched refs:get_width (Results 26 – 50 of 57) sorted by relevance

123

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.img.php34 … $this->get_width() + $this->get_padding_left() + $this->get_padding_right(),
76 … $this->get_width() + $this->get_padding_left() + $this->get_padding_right(),
H A Dvalue.text-indent.class.php15 return $box->get_width() * $this->raw_value[0] / 100;
H A Dbox.text.string.php56 function get_width() { function in TextBoxString
H A Dbox.button.reset.php31 … $this->get_width() + $this->get_padding_left() + $this->get_padding_right(),
H A Dbox.generic.php212 $driver->rect($this->get_left(), $this->get_top(), $this->get_width(), -$this->get_height());
270 return $this->get_left() + $this->get_width();
340 function get_width() { return $this->width; } function in GenericBox
H A Dcss.size.inc.php30 return array('size' => array('width' => $media->get_width(),
H A Dstrategy.width.min.nowrap.php48 …return max($this->_maxw, $wc->apply($this->_maxw, $box->parent->get_width())) + $box->_get_hor_ext…
H A Dbox.table.php717 function get_width() { function in TableBox
774 $cell_width = $cell_wc->apply($cell_width, $this->get_width());
847 $widths[$i] = $cwc->apply($widths[$i], $this->get_width());
988 if (array_sum($col_width) > $this->get_width()) {
1018 if (array_sum($col_width) > $this->get_width()) {
1050 $border->left->get_width() +
1054 $this->put_top($parent->_current_y - $border->top->get_width() - $padding->top->value);
1208 $this->put_width(min($this->get_max_width($context), $this->get_width()));
H A Dbox.input.password.php52 … $this->get_width() + $this->get_padding_left() + $this->get_padding_right(),
H A Dstrategy.table.layout.auto.php8 $width = $table->get_width();
91 $table_width = $table->get_width();
H A Dbox.input.text.php75 … $this->get_width() + $this->get_padding_left() + $this->get_padding_right(),
H A Dbox.button.submit.php83 …$this->get_width() + $this->get_padding_left() + $this->get_padding_right() + $this->get_margin_le…
H A Dbox.iframe.php18 return $this->get_width();
H A Dbox.block.inline.php128 $this->put_full_width($parent->get_width());
H A Dstrategy.position.absolute.php74 … $left = $containing_block['right'] - $right_value - $box->get_extra_right() - $box->get_width();
H A Dbox.button.php98 … $this->get_width() + $this->get_padding_left() + $this->get_padding_right(),
H A Dbox.br.php182 function get_width() { function in BRBox
H A Dbox.inline.control.php28 $this->put_full_width($this->get_min_width($context, $parent->get_width()));
H A Dbox.table.cell.php87 $wc->apply($minw, $this->parent->get_width())) + $this->_get_hor_extra();
294 $border->top->get_width() -
H A Dbox.select.php71 … $this->get_width() + $this->get_padding_left() + $this->get_padding_right(),
H A Dpipeline.class.php556 … $media->margins['left'] = $margins->left->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
557 …$media->margins['right'] = $margins->right->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
564 … $media->margins['left'] = $left_margin->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
569 … $media->margins['right'] = $right_margin->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
H A Dbox.list-item.php215 $imagebox->moveto($x - $font->size->getPoints()*0.5 - $imagebox->get_width()/2,
H A Dvalue.border.edge.class.php102 function get_width() { function in EdgePDF
H A Dbox.container.php934 $this->put_full_width($this->get_max_width_natural($context, $this->parent->get_width()));
1066 return $this->get_width() - $left_float_width - $right_float_width;
H A Dbox.inline.php473 … $min_width = max($minw, $wc->apply($minw, $this->parent->get_width())) + $this->_get_hor_extra();

123