Home
last modified time | relevance | path

Searched refs:put_width (Results 1 – 7 of 7) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.absolute.positioned.php101 $box->put_width($wc->apply($box->get_width(),
112 $box->put_width($shrink_to_fit_width);
122 $box->put_width($wc->apply($box->get_width(),
130 $box->put_width($shrink_to_fit_width);
136 $box->put_width($wc->apply($box->get_width(),
143 $box->put_width($containing_block_width -
151 $box->put_width($wc->apply($box->get_width(),
H A Dbox.img.php48 $this->put_width($size);
270 $box->put_width($width);
289 $this->put_width(px2pt($this->image->sx()));
321 $this->put_width($size);
H A Dbox.page.php39 $this->put_width(mm2pt($media->real_width()));
H A Dbox.frame.php60 $this->put_width($this->get_max_width($context) - $this->_get_hor_extra());
73 $this->put_width($wc->apply($this->get_width(),
H A Dbox.generic.formatted.php365 $this->put_width($width);
630 $this->put_width(max($this->get_width(), $x_coord - $this->get_left()));
838 function put_width($value) { function in GenericFormattedBox
H A Dbox.inline.php67 $fake_box->put_width($this->right - $this->left);
H A Dbox.table.php1208 $this->put_width(min($this->get_max_width($context), $this->get_width()));
1215 $this->put_width($real_width);