Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.utils.text-align.inc.php9 $delta = $box->_line_length_delta($context) / 2;
23 $delta = $box->_line_length_delta($context);
48 $delta = $box->_line_length_delta($context);
H A Dbox.container.php528 function _line_length_delta(&$context) { function in GenericContainerBox