Home
last modified time | relevance | path

Searched refs:get_top_padding (Results 1 – 12 of 12) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.select.php70 $this->get_top_padding(),
99 $driver->moveto($this->get_right_padding(), $this->get_top_padding());
100 $driver->lineto($this->get_right_padding() - $button_height, $this->get_top_padding());
108 $driver->moveto($this->get_right_padding(), $this->get_top_padding());
109 $driver->lineto($this->get_right_padding() - $button_height, $this->get_top_padding());
118 $this->get_top_padding() - SELECT_BUTTON_TRIANGLE_PADDING);
120 $this->get_top_padding() - SELECT_BUTTON_TRIANGLE_PADDING);
H A Dbox.input.img.php33 $this->get_top_padding(),
75 $this->get_top_padding(),
H A Dbox.button.reset.php30 $this->get_top_padding(),
H A Dflow_viewport.class.inc.php18 $viewport->top = $box->get_top_padding();
H A Dbox.input.password.php51 $this->get_top_padding(),
H A Dbox.legend.php27 $this->put_top($parent->get_top_padding());
H A Dbox.input.text.php74 $this->get_top_padding(),
H A Dbox.input.textarea.php61 $this->get_top_padding(),
H A Dbox.button.submit.php82 $this->get_top_padding() + $this->get_margin_top(),
H A Dbox.button.php97 $this->get_top_padding(),
H A Dbox.generic.formatted.php568 $containing_block['top'] = $parent->get_top_padding();
741 $this->get_top_padding() +
762 function get_top_padding() { function in GenericFormattedBox
927 function get_top_background() { return $this->get_top_padding(); }
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.containing.block.absolute.php32 $this->assertEqual($block->get_top_margin(), $container->get_top_padding() - mm2pt(3));