Home
last modified time | relevance | path

Searched refs:get_full_width (Results 1 – 14 of 14) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.radiobutton.php62 return $this->get_full_width($context);
66 return $this->get_full_width($context);
70 return $this->get_full_width($context);
86 $parent->_current_x += $this->get_full_width();
H A Dbox.img.php14 return $this->get_full_width($context);
18 return $this->get_full_width();
22 return $this->get_full_width();
85 $parent->_current_x += $this->get_full_width();
H A Dbox.text.php182 return $this->get_full_width();
186 return $this->get_full_width();
190 return $this->get_full_width();
215 $right_x = $this->get_full_width() + $parent->_current_x;
318 $parent->_current_x += $this->get_full_width() - $this->wrapped[0][2];
320 $parent->_current_x += $this->get_full_width();
H A Dbox.text.string.php38 function get_full_width() { function in TextBoxString
H A Dbox.list-item.php170 return $this->str_number_box->get_full_width();
176 $this->str_number_box->put_left($x - $this->str_number_box->get_full_width());
H A Dbox.whitespace.php37 function get_full_width() { function in WhitespaceBox
H A Dbox.generic.inline.php45 $right_x = $this->get_full_width() + $parent->_current_x;
H A Dbox.inline.control.php58 $parent->_current_x += $this->get_full_width();
H A Dbox.container.php497 $sum += $element->get_full_width() - $element->getWrappedWidth();
502 $sum += $element->get_full_width();
942 $context->float_right_xy($parent, $this->get_full_width(), $x, $y);
943 $x -= $this->get_full_width();
945 $context->float_left_xy($parent, $this->get_full_width(), $x, $y);
H A Dbox.generic.formatted.php426 $margin_value = ($parent_width - $this->get_full_width()) / 2;
432 $margin->left->value = $parent_width - $this->get_full_width();
434 $margin->right->value = $parent_width - $this->get_full_width();
485 function get_full_width() { function in GenericFormattedBox
H A Dbox.checkbutton.php159 $parent->_current_x += $this->get_full_width();
H A Dbox.generic.php342 function get_full_width() { function in GenericBox
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.textarea.width.php10 $this->assertEqual($element->get_full_width(),
H A Dtest.input.text.php100 $this->assertEqual($element->get_full_width(),