Searched refs:linebox_started (Results 1 – 9 of 9) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.whitespace.php | 101 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument 102 if (!$linebox_started || 103 ($linebox_started && $previous_whitespace)) {
|
H A D | box.br.php | 168 …* @param boolean $linebox_started Flag indicating that a new line box have just started and it alr… 174 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument 175 $linebox_started = false;
|
H A D | box.generic.php | 364 …* @param boolean $linebox_started Flag indicating that a new line box have just started and it alr… 368 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
|
H A D | box.img.php | 153 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument 154 $linebox_started = true;
|
H A D | box.container.php | 984 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument 986 $linebox_started = false; 992 $child->reflow_whitespace($linebox_started, $previous_whitespace); 1001 $linebox_started = false;
|
H A D | box.inline.php | 414 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument 428 $child->reflow_whitespace($linebox_started, $previous_whitespace);
|
H A D | box.note-call.class.php | 126 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
|
H A D | box.text.php | 652 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument 653 $linebox_started = true;
|
H A D | pipeline.class.php | 641 $linebox_started = false; 643 $boxes[$selector]->reflow_whitespace($linebox_started, $previous_whitespace);
|