Home
last modified time | relevance | path

Searched refs:put_top (Results 1 – 15 of 15) 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 Dcss.vertical-align.inc.php37 $cell->put_top($old_top);
47 $cell->put_top($old_top);
57 $cell->put_top($old_top);
73 $cell->put_top($old_top);
H A Dbox.null.php30 $this->put_top(0);
37 $this->put_top($parent->get_top());
H A Dstrategy.position.absolute.php34 $box->put_top($containing_block['top'] - $top_value - $box->get_extra_top());
41 …$box->put_top($containing_block['bottom'] + $bottom_value + $box->get_extra_bottom() + $box->get_h…
H A Dbox.frame.php182 $this->put_top($containing_block['top'] - $top_value - $this->get_extra_top());
189 $this->put_top($containing_block['bottom'] + $bottom_value + $this->get_extra_bottom());
244 $this->put_top($viewport->get_top() - $this->get_extra_top());
280 …$frame->put_top($this->get_top() - array_sum(array_slice($rows, 0, $cur_row)) - $frame->get_extr…
H A Dbox.page.php38 $this->put_top(mm2pt($media->height() - $media->margins['top']));
H A Dbox.legend.php27 $this->put_top($parent->get_top_padding());
H A Dbox.br.php111 $this->put_top($y);
H A Dbox.generic.php249 $this->put_top($parent->_current_y - $this->get_extra_top());
256 function put_top($value) { function in GenericBox
H A Dlayout.default.class.php28 $box->put_top(mm2pt($media->height() -
H A Dbox.inline.php68 $fake_box->put_top($this->top - $box->baseline);
353 $this->put_top($parent->get_top() - $this->get_extra_top());
H A Dbox.block.php174 $this->put_top(0);
H A Dbox.list-item.php175 $this->str_number_box->put_top($y + $this->str_number_box->default_baseline);
H A Dbox.table.cell.php293 $this->put_top($parent->_current_y -
H A Dbox.table.php1054 $this->put_top($parent->_current_y - $border->top->get_width() - $padding->top->value);