Searched refs:get_top_padding (Results 1 – 12 of 12) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.select.php | 70 $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 D | box.input.img.php | 33 $this->get_top_padding(), 75 $this->get_top_padding(),
|
H A D | box.button.reset.php | 30 $this->get_top_padding(),
|
H A D | flow_viewport.class.inc.php | 18 $viewport->top = $box->get_top_padding();
|
H A D | box.input.password.php | 51 $this->get_top_padding(),
|
H A D | box.legend.php | 27 $this->put_top($parent->get_top_padding());
|
H A D | box.input.text.php | 74 $this->get_top_padding(),
|
H A D | box.input.textarea.php | 61 $this->get_top_padding(),
|
H A D | box.button.submit.php | 82 $this->get_top_padding() + $this->get_margin_top(),
|
H A D | box.button.php | 97 $this->get_top_padding(),
|
H A D | box.generic.formatted.php | 568 $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 D | test.containing.block.absolute.php | 32 $this->assertEqual($block->get_top_margin(), $container->get_top_padding() - mm2pt(3));
|