Searched refs:get_right (Results 1 – 18 of 18) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.note-call.width.php | 41 $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 D | test.border-bottom.php | 13 $right =& $border->get_right(); 30 $right =& $border->get_right();
|
H A D | test.border-right.php | 15 $right =& $border->get_right(); 32 $right =& $border->get_right();
|
H A D | test.border-top.php | 9 $right =& $border->get_right(); 26 $right =& $border->get_right();
|
H A D | test.border-left.php | 13 $right =& $border->get_right(); 30 $right =& $border->get_right();
|
H A D | test.float.php | 44 $this->assertEqual($body->get_right(),
|
H A D | test.position.horizontal.absolute.positioned.php | 25 $this->assertEqual($element->get_right(),
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | flow_context.class.inc.php | 127 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 D | box.img.php | 185 $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 D | box.generic.inline.php | 58 if (($right_x > $parent->get_right() + EPSILON)) {
|
H A D | box.radiobutton.php | 94 $x = ($this->get_left() + $this->get_right()) / 2;
|
H A D | box.checkbutton.php | 176 $x = ($this->get_left() + $this->get_right()) / 2;
|
H A D | box.inline.php | 36 $lbox->right = $box->get_right(); 49 $this->right = max($this->right, $box->get_right());
|
H A D | value.border.class.php | 108 function &get_right() { function in BorderPDF
|
H A D | box.text.php | 228 if (($right_x > $parent->get_right()+EPSILON)) { 253 $width_delta = $right_x - $parent->get_right();
|
H A D | box.generic.php | 269 function get_right() { function in GenericBox
|
H A D | box.generic.formatted.php | 604 $containing_block['right'] = $parent->get_right(); 783 $this->get_right() +
|
H A D | box.container.php | 1065 …$right_float_width = $this->get_right() - $context->float_right_x($this->get_right(), $this->_curr…
|