Home
last modified time | relevance | path

Searched refs:get_right (Results 1 – 18 of 18) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.note-call.width.php41 $max_right = max($max_right, $text->get_right());
44 $this->assertTrue($max_right < $p->get_right(),
47 $p->get_right()));
74 $max_right = max($max_right, $text->get_right());
77 $this->assertTrue($max_right < $p->get_right(),
80 $p->get_right()));
H A Dtest.border-bottom.php13 $right =& $border->get_right();
30 $right =& $border->get_right();
H A Dtest.border-right.php15 $right =& $border->get_right();
32 $right =& $border->get_right();
H A Dtest.border-top.php9 $right =& $border->get_right();
26 $right =& $border->get_right();
H A Dtest.border-left.php13 $right =& $border->get_right();
30 $right =& $border->get_right();
H A Dtest.float.php44 $this->assertEqual($body->get_right(),
H A Dtest.position.horizontal.absolute.positioned.php25 $this->assertEqual($element->get_right(),
/plugin/html2pdf/html2pdf/html2ps/
H A Dflow_context.class.inc.php127 if ($parent->get_right() + EPSILON >= $x + $width ||
133 $x1 = $this->float_right_x($parent->get_right(), $y);
244 $x = $this->float_right_x($parent->get_right(), $y);
249 if ($parent->get_right() + EPSILON > $x ||
272 $x = $parent->get_right();
H A Dbox.img.php185 $driver->lineto($this->get_right(), $this->get_top());
186 $driver->lineto($this->get_right(), $this->get_bottom());
193 $driver->lineto($this->get_right(), $this->get_top());
194 $driver->lineto($this->get_right(), $this->get_bottom());
H A Dbox.generic.inline.php58 if (($right_x > $parent->get_right() + EPSILON)) {
H A Dbox.radiobutton.php94 $x = ($this->get_left() + $this->get_right()) / 2;
H A Dbox.checkbutton.php176 $x = ($this->get_left() + $this->get_right()) / 2;
H A Dbox.inline.php36 $lbox->right = $box->get_right();
49 $this->right = max($this->right, $box->get_right());
H A Dvalue.border.class.php108 function &get_right() { function in BorderPDF
H A Dbox.text.php228 if (($right_x > $parent->get_right()+EPSILON)) {
253 $width_delta = $right_x - $parent->get_right();
H A Dbox.generic.php269 function get_right() { function in GenericBox
H A Dbox.generic.formatted.php604 $containing_block['right'] = $parent->get_right();
783 $this->get_right() +
H A Dbox.container.php1065 …$right_float_width = $this->get_right() - $context->float_right_x($this->get_right(), $this->_curr…