Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.utils.text-align.inc.php18 $first_box->offset_wrapped(-$delta, 0);
32 $first_box->offset_wrapped(-$delta, 0);
H A Dbox.text.php643 $this->offset_wrapped($dx, $dy);
647 function offset_wrapped($dx, $dy) { function in TextBox