Home
last modified time | relevance | path

Searched refs:get_extra_left (Results 1 – 16 of 16) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.page.margin.class.php185 $this->put_left($this->get_extra_left() + 0);
198 $this->put_left($this->get_extra_left() + 0);
216 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']));
234 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']) + $left);
278 $this->put_left($this->get_extra_left() + 0);
296 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']));
314 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']) + $left);
358 $this->put_left($this->get_extra_left() + 0);
376 $this->put_left($this->get_extra_left() + 0);
393 $this->put_left($this->get_extra_left() + 0);
[all …]
H A Dbox.inline.simple.php25 function get_extra_left() { function in SimpleInlineBox
H A Dbox.text.string.php25 function get_extra_left() { function in TextBoxString
H A Dbox.frame.php208 $this->put_left($containing_block['left'] + $left_value + $this->get_extra_left());
243 $this->put_left($viewport->get_left() + $this->get_extra_left());
279 …ut_left($this->get_left() + array_sum(array_slice($cols, 0, $cur_col)) + $frame->get_extra_left());
H A Dbox.legend.php37 $this->offset(units2pt(LEGEND_HORIZONTAL_OFFSET) + $this->get_extra_left(),
H A Dbox.whitespace.php24 function get_extra_left() { function in WhitespaceBox
H A Dstrategy.position.absolute.php66 $box->put_left($containing_block['left'] + $left_value + $box->get_extra_left());
H A Dbox.generic.inline.php86 $parent->_current_x += $element->get_extra_left();
H A Dlayout.default.class.php33 $box->get_extra_left());
H A Dbox.inline.php357 $parent->_current_x += $this->get_extra_left();
437 return $this->get_extra_left() + ($this->parent ? $this->parent->get_extra_line_left() : 0);
H A Dbox.generic.formatted.php458 $this->get_extra_left() +
641 function get_extra_left() { function in GenericFormattedBox
778 $this->get_extra_left();
H A Dbox.block.php322 $this->moveto( $parent->get_left() + $this->get_extra_left(),
H A Dbox.text.php266 $parent->_current_x += $element->get_extra_left();
291 $parent->_current_x + $this->get_extra_left(),
H A Dbox.table.cell.php288 $this->put_left($parent->_current_x + $this->get_extra_left());
H A Dbox.generic.php248 $this->put_left($parent->_current_x + $this->get_extra_left());
H A Dbox.container.php951 $this->moveto($x + $this->get_extra_left(), $y - $this->get_extra_top());