Searched refs:apply_clear (Results 1 – 6 of 6) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.br.php | 29 function apply_clear($y, &$context) { function in BRBox 30 return LayoutVertical::apply_clear($this, $y, $context); 104 $y = $this->apply_clear($parent->_current_y, $context);
|
H A D | layout.vertical.php | 10 function apply_clear($box, $y, &$context) { function in LayoutVertical
|
H A D | box.block.php | 293 $y = $this->apply_clear($y, $context);
|
H A D | box.generic.formatted.php | 342 function apply_clear($y, &$context) { function in GenericFormattedBox 343 return LayoutVertical::apply_clear($this, $y, $context);
|
H A D | box.container.php | 938 $y = $this->apply_clear($parent->_current_y, $context);
|
H A D | box.table.php | 1033 $y = $this->apply_clear($y, $context);
|