/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.left.percentage.php | 35 $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 D | test.position.horizontal.absolute.positioned.php | 15 $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 D | test.note-call.width.php | 39 $max_right = $p->get_left(); 72 $max_right = $p->get_left();
|
H A D | test.border-bottom.php | 11 $left =& $border->get_left(); 28 $left =& $border->get_left();
|
H A D | test.border-right.php | 13 $left =& $border->get_left(); 30 $left =& $border->get_left();
|
H A D | test.border-top.php | 13 $left =& $border->get_left(); 30 $left =& $border->get_left();
|
H A D | test.border-left.php | 15 $left =& $border->get_left(); 32 $left =& $border->get_left();
|
H A D | test.relative.php | 22 $this->assertEqual($body->get_left(),
|
H A D | test.text-transform.php | 22 $this->assertEqual($body->get_left(),
|
H A D | test.float.php | 22 $this->assertEqual($body->get_left(),
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.page.margin.class.php | 191 $this->_current_x = $this->get_left(); 204 $this->_current_x = $this->get_left(); 222 $this->_current_x = $this->get_left(); 240 $this->_current_x = $this->get_left(); 258 $this->_current_x = $this->get_left(); 271 $this->_current_x = $this->get_left(); 284 $this->_current_x = $this->get_left(); 302 $this->_current_x = $this->get_left(); 320 $this->_current_x = $this->get_left(); 338 $this->_current_x = $this->get_left(); [all …]
|
H A D | strategy.link.rendering.normal.php | 11 $driver->add_link($box->get_left(), 19 $driver->add_local_link($box->get_left(),
|
H A D | box.img.php | 184 $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 D | box.note-call.class.php | 95 $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 D | box.generic.php | 212 $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 D | flow_context.class.inc.php | 120 $x = $this->float_left_x($parent->get_left(), $y); 152 $x = $parent->get_left(); 255 $x1 = $this->float_left_x($parent->get_left(), $y);
|
H A D | box.generic.formatted.php | 603 $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 D | box.null.php | 36 $this->put_left($parent->get_left());
|
H A D | flow_viewport.class.inc.php | 28 function get_left() { return $this->left; } function in FlowViewport
|
H A D | box.list-item.php | 106 $x = $this->get_left(); 116 $x = $child->get_left();
|
H A D | box.text.php | 237 if ($parent->_current_x > $parent->get_left() + $indent_offset + EPSILON) { 533 $left = $this->get_left(); 582 $left = $this->get_left(); 603 $left = $this->get_left();
|
H A D | box.generic.inline.php | 68 if ($parent->_current_x > $parent->get_left() + $indent_offset + EPSILON) {
|
H A D | box.inline.php | 38 $lbox->left = $box->get_left(); 311 if ($box->get_left() < $this->_lines[$line_no]->right) { 352 $this->put_left($parent->get_left());
|
H A D | box.radiobutton.php | 94 $x = ($this->get_left() + $this->get_right()) / 2;
|
H A D | box.frame.php | 243 $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…
|