Home
last modified time | relevance | path

Searched refs:get_extra_top (Results 1 – 17 of 17) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.page.margin.class.php186 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
199 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
217 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
235 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
253 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
266 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
279 $this->put_top(-$this->get_extra_top() +mm2pt($media->margins['bottom']));
297 $this->put_top(-$this->get_extra_top() +mm2pt($media->margins['bottom']));
315 $this->put_top(-$this->get_extra_top() +mm2pt($media->margins['bottom']));
333 $this->put_top(-$this->get_extra_top() +mm2pt($media->margins['bottom']));
[all …]
H A Dbox.inline.control.php49 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
50 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
87 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
88 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
H A Dbox.input.password.php32 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
33 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
H A Dbox.input.text.php55 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
56 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
H A Dbox.button.php114 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
115 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
H A Dbox.inline.simple.php29 function get_extra_top() { function in SimpleInlineBox
H A Dbox.text.string.php34 function get_extra_top() { function in TextBoxString
H A Dbox.select.php82 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
83 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
H A Dbox.frame.php182 $this->put_top($containing_block['top'] - $top_value - $this->get_extra_top());
244 $this->put_top($viewport->get_top() - $this->get_extra_top());
280 …put_top($this->get_top() - array_sum(array_slice($rows, 0, $cur_row)) - $frame->get_extra_top());
H A Dbox.whitespace.php33 function get_extra_top() { function in WhitespaceBox
H A Dstrategy.position.absolute.php34 $box->put_top($containing_block['top'] - $top_value - $box->get_extra_top());
H A Dlayout.default.class.php30 $box->get_extra_top());
H A Dbox.generic.formatted.php452 $this->get_extra_top() +
661 function get_extra_top() { function in GenericFormattedBox
871 $this->get_extra_top() +
H A Dbox.generic.php249 $this->put_top($parent->_current_y - $this->get_extra_top());
H A Dbox.inline.php353 $this->put_top($parent->get_top() - $this->get_extra_top());
H A Dbox.text.php292 $parent->_current_y - $this->get_extra_top());
H A Dbox.container.php951 $this->moveto($x + $this->get_extra_left(), $y - $this->get_extra_top());