Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.br.php83 function get_max_width(&$context) { function in BRBox
H A Dbox.frame.php60 $this->put_width($this->get_max_width($context) - $this->_get_hor_extra());
H A Dbox.generic.formatted.php469 return $this->get_max_width($context) - $this->_get_hor_extra();
477 function get_max_width(&$context) { function in GenericFormattedBox
482 return $this->get_max_width($context);
H A Dstrategy.width.min.nowrap.php33 $this->add_width($child->get_max_width($context));
H A Dbox.block.php183 $this->put_full_width($this->get_max_width($context));
H A Dbox.container.php623 function get_max_width(&$context, $limit=10E6) { function in GenericContainerBox
H A Dbox.inline.php481 return $this->get_max_width($context, $limit);
H A Dbox.input.textarea.php32 return $this->get_max_width($context);
35 function get_max_width(&$context) { function in TextAreaInputBox
H A Dbox.null.php6 function get_max_width(&$context) { return 0; } function in NullBox
H A Dbox.radiobutton.php65 function get_max_width(&$context) { function in RadioBox
H A Dstrategy.width.max.php40 $this->add_width($child->get_max_width($context, $this->_limit));
43 $this->add_width($child->get_max_width($context, $this->_limit));
H A Dbox.img.php21 function get_max_width(&$context) { function in GenericImgBox
H A Dbox.inline.control.php10 return $this->get_max_width($context, $limit);
13 function get_max_width(&$context, $limit = 10E6) { function in InlineControlBox
15 GenericContainerBox::get_max_width($context, $limit) -
H A Dbox.whitespace.php49 function get_max_width(&$context) { function in WhitespaceBox
H A Dstrategy.width.max.natural.php47 $delta = $child->get_max_width($context, $this->_limit);
H A Dbox.button.php26 function get_max_width(&$context, $limit = 10E6) { function in ButtonBox
28 GenericContainerBox::get_max_width($context, $limit);
H A Dbox.checkbutton.php114 function get_max_width(&$context) { function in CheckBox
H A Dbox.iframe.php14 return $this->get_max_width($context);
17 function get_max_width(&$context) { function in IFrameBox
H A Dbox.legend.php30 $this->put_full_width($this->get_max_width($context));
H A Dbox.page.margin.class.php147 $left_width = $left->get_max_width($context);
148 $center_width = $center->get_max_width($context);
149 $right_width = $right->get_max_width($context);
H A Dbox.table.cell.fake.php64 function get_max_width() { function in FakeTableCellBox
H A Dbox.table.php683 function get_max_width(&$context) { function in TableBox
714 return $this->get_max_width($context);
1208 $this->put_width(min($this->get_max_width($context), $this->get_width()));
H A Dbox.table.row.php148 $widths[] = $this->content[$i]->get_max_width($context);
H A Dbox.text.php189 function get_max_width(&$context) { function in TextBox
H A Dbox.text.string.php50 function get_max_width(&$context) { function in TextBoxString