Home
last modified time | relevance | path

Searched refs:get_bottom_padding (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.select.php101 $driver->lineto($this->get_right_padding() - $button_height, $this->get_bottom_padding());
102 $driver->lineto($this->get_right_padding(), $this->get_bottom_padding());
110 $driver->lineto($this->get_right_padding() - $button_height, $this->get_bottom_padding());
111 $driver->lineto($this->get_right_padding(), $this->get_bottom_padding());
121 …$driver->lineto($this->get_right_padding() - $button_height/2, $this->get_bottom_padding() + SELEC…
H A Dbox.generic.formatted.php569 $containing_block['bottom'] = $parent->get_bottom_padding();
748 $this->get_bottom_padding() -
770 function get_bottom_padding() { function in GenericFormattedBox
928 function get_bottom_background() { return $this->get_bottom_padding(); }