Home
last modified time | relevance | path

Searched refs:get_top_background (Results 1 – 5 of 5) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.background.php111 $driver->moveto($box->get_left_background(), $box->get_top_background());
112 $driver->lineto($box->get_right_background(), $box->get_top_background());
H A Dbox.body.php27 function get_top_background() { function in BodyBox
H A Dbox.page.php32 function get_top_background() { function in BoxPage
H A Dbackground.image.php100 $top = $box->get_top_background();
H A Dbox.generic.formatted.php927 function get_top_background() { return $this->get_top_padding(); } function in GenericFormattedBox