Searched refs:get_right_padding (Results 1 – 2 of 2) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.select.php | 99 $driver->moveto($this->get_right_padding(), $this->get_top_padding()); 100 $driver->lineto($this->get_right_padding() - $button_height, $this->get_top_padding()); 101 $driver->lineto($this->get_right_padding() - $button_height, $this->get_bottom_padding()); 102 $driver->lineto($this->get_right_padding(), $this->get_bottom_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()); 110 $driver->lineto($this->get_right_padding() - $button_height, $this->get_bottom_padding()); 111 $driver->lineto($this->get_right_padding(), $this->get_bottom_padding()); 117 $driver->moveto($this->get_right_padding() - SELECT_BUTTON_TRIANGLE_PADDING, 119 $driver->lineto($this->get_right_padding() - $button_height + SELECT_BUTTON_TRIANGLE_PADDING, [all …]
|
H A D | box.generic.formatted.php | 567 $containing_block['right'] = $parent->get_right_padding(); 757 function get_right_padding() { function in GenericFormattedBox 926 function get_right_background() { return $this->get_right_padding(); }
|