Home
last modified time | relevance | path

Searched refs:get_min_width (Results 1 – 21 of 21) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.br.php72 function get_min_width(&$context) { function in BRBox
H A Dbox.checkbutton.php100 function get_min_width(&$context) { function in CheckBox
H A Dbox.container.php591 $minw = max($minw, $item->get_min_width($context));
605 function get_min_width(&$context) { function in GenericContainerBox
H A Dbox.generic.formatted.php464 function get_min_width(&$context) { function in GenericFormattedBox
473 return $this->get_min_width($context);
H A Dbox.generic.php447 return $this->get_min_width($context);
H A Dbox.iframe.php13 function get_min_width(&$context) { function in IFrameBox
H A Dbox.img.php17 function get_min_width(&$context) { function in GenericImgBox
H A Dbox.inline.control.php9 function get_min_width(&$context, $limit = 10E6) { function in InlineControlBox
28 $this->put_full_width($this->get_min_width($context, $parent->get_width()));
H A Dbox.inline.php448 function get_min_width(&$context) { function in InlineBox
462 $minw = $this->content[0]->get_min_width($context);
467 $minw = max($minw, $item->get_min_width($context));
H A Dbox.input.textarea.php31 function get_min_width(&$context) { function in TextAreaInputBox
H A Dbox.null.php5 function get_min_width(&$context) { return 0; } function in NullBox
H A Dbox.radiobutton.php61 function get_min_width(&$context) { function in RadioBox
H A Dbox.table.cell.fake.php68 function get_min_width() { function in FakeTableCellBox
H A Dbox.table.cell.php28 function get_min_width(&$context) { function in TableCellBox
70 $this->content[$start_index]->get_min_width($context);
H A Dbox.table.php647 function get_min_width(&$context) { function in TableBox
680 return $this->get_min_width($context);
777 $cell_width = max($cell_width, $cell->get_min_width($context));
H A Dbox.table.row.php163 $widths[] = $this->content[$i]->get_min_width($context);
H A Dbox.text.php185 function get_min_width(&$context) { function in TextBox
H A Dbox.text.string.php46 function get_min_width(&$context) { function in TextBoxString
H A Dbox.whitespace.php45 function get_min_width(&$context) { function in WhitespaceBox
H A Dstrategy.width.min.nowrap.php37 $this->add_width($child->get_min_width($context));
H A Dstrategy.width.min.php55 $box->content[$start_index]->get_min_width($context);
63 $minw = max($minw, $item->get_min_width($context));