Home
last modified time | relevance | path

Searched refs:get_left (Results 1 – 25 of 30) sorted by last modified time

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.frame.php243 $this->put_left($viewport->get_left() + $this->get_extra_left());
279 …$frame->put_left($this->get_left() + array_sum(array_slice($cols, 0, $cur_col)) + $frame->get_extr…
H A Dbox.generic.formatted.php603 $containing_block['left'] = $parent->get_left();
630 $this->put_width(max($this->get_width(), $x_coord - $this->get_left()));
721 $this->get_left() -
731 $this->get_left() +
754 return $this->get_left() - $padding->left->value;
759 return $this->get_left() + $this->get_width() + $padding->right->value;
777 $this->get_left() -
889 function moveto($x, $y) { $this->offset($x - $this->get_left(), $y - $this->get_top()); }
H A Dbox.generic.php212 $driver->rect($this->get_left(), $this->get_top(), $this->get_width(), -$this->get_height());
270 return $this->get_left() + $this->get_width();
273 function get_left() { function in GenericBox
300 $x = $this->get_left();
H A Dbox.block.php322 $this->moveto( $parent->get_left() + $this->get_extra_left(),
H A Dbox.container.php806 $this->_current_x = $this->get_left();
1064 …$left_float_width = $context->float_left_x($this->get_left(), $this->_current_y) - $this->get_left
H A Dbox.inline.php38 $lbox->left = $box->get_left();
311 if ($box->get_left() < $this->_lines[$line_no]->right) {
352 $this->put_left($parent->get_left());
H A Dbox.null.php36 $this->put_left($parent->get_left());
H A Dbox.radiobutton.php94 $x = ($this->get_left() + $this->get_right()) / 2;
H A Dflow_viewport.class.inc.php28 function get_left() { return $this->left; } function in FlowViewport
H A Dvalue.border.class.php104 function &get_left() { function in BorderPDF
H A Dbox.img.php184 $driver->moveto($this->get_left(), $this->get_top());
187 $driver->lineto($this->get_left(), $this->get_bottom());
192 $driver->moveto($this->get_left(), $this->get_top());
195 $driver->lineto($this->get_left(), $this->get_bottom());
209 $this->get_left() + $this->width/2 - $driver->stringwidth($this->alt,
341 $this->get_left(), $this->get_bottom(),
H A Dbox.note-call.class.php95 $this->_current_x = $this->get_left();
99 $this->_current_x = $this->get_left();
103 $this->_current_x = $this->get_left();
118 $this->_note_call_box->moveto($this->get_left(), $this->get_top());
H A Dstrategy.link.rendering.normal.php11 $driver->add_link($box->get_left(),
19 $driver->add_local_link($box->get_left(),
H A Dbox.checkbutton.php176 $x = ($this->get_left() + $this->get_right()) / 2;
H A Dbox.generic.inline.php68 if ($parent->_current_x > $parent->get_left() + $indent_offset + EPSILON) {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.border-bottom.php11 $left =& $border->get_left();
28 $left =& $border->get_left();
H A Dtest.border-right.php13 $left =& $border->get_left();
30 $left =& $border->get_left();
H A Dtest.float.php22 $this->assertEqual($body->get_left(),
H A Dtest.border-top.php13 $left =& $border->get_left();
30 $left =& $border->get_left();
H A Dtest.left.percentage.php35 $this->assertEqual($wrapper->get_left() + $wrapper->get_width() / 5 * $i,
36 $div->get_left());
71 $this->assertEqual($wrapper->get_left() + $wrapper->get_width() / 5 * $i,
72 $div->get_left());
112 $this->assertEqual($wrapper->get_left() + $wrapper->get_width() / 5 * $i,
113 $div->get_left());
H A Dtest.note-call.width.php39 $max_right = $p->get_left();
72 $max_right = $p->get_left();
H A Dtest.position.horizontal.absolute.positioned.php15 $this->assertEqual($element->get_left(),
20 $this->assertEqual($element->get_left(),
30 $this->assertEqual($element->get_left(),
35 $this->assertEqual($element->get_left(),
H A Dtest.relative.php22 $this->assertEqual($body->get_left(),
H A Dtest.text-transform.php22 $this->assertEqual($body->get_left(),
H A Dtest.border-left.php15 $left =& $border->get_left();
32 $left =& $border->get_left();

12