Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
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);
252 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']) + $left + $center);
265 $this->put_left($this->get_extra_left() + mm2pt($media->width() - $media->margins['right']));
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);
332 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']) + $left + $center);
[all …]
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());
Dbox.inline.simple.php25 function get_extra_left() { function in SimpleInlineBox
Dbox.text.string.php25 function get_extra_left() { function in TextBoxString
Dbox.legend.php37 $this->offset(units2pt(LEGEND_HORIZONTAL_OFFSET) + $this->get_extra_left(),
Dstrategy.position.absolute.php66 $box->put_left($containing_block['left'] + $left_value + $box->get_extra_left());
Dbox.whitespace.php24 function get_extra_left() { function in WhitespaceBox
Dbox.generic.inline.php86 $parent->_current_x += $element->get_extra_left();
Dlayout.default.class.php33 $box->get_extra_left());
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);
Dbox.generic.formatted.php458 $this->get_extra_left() +
641 function get_extra_left() { function in GenericFormattedBox
778 $this->get_extra_left();
Dbox.text.php266 $parent->_current_x += $element->get_extra_left();
291 $parent->_current_x + $this->get_extra_left(),
Dbox.block.php322 $this->moveto( $parent->get_left() + $this->get_extra_left(),
Dbox.table.cell.php288 $this->put_left($parent->_current_x + $this->get_extra_left());
Dbox.generic.php248 $this->put_left($parent->_current_x + $this->get_extra_left());
Dbox.container.php951 $this->moveto($x + $this->get_extra_left(), $y - $this->get_extra_top());