Home
last modified time | relevance | path

Searched refs:linebox_started (Results 1 – 9 of 9) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.whitespace.php101 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
102 if (!$linebox_started ||
103 ($linebox_started && $previous_whitespace)) {
H A Dbox.br.php168 …* @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 Dbox.generic.php364 …* @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 Dbox.img.php153 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
154 $linebox_started = true;
H A Dbox.container.php984 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 Dbox.inline.php414 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
428 $child->reflow_whitespace($linebox_started, $previous_whitespace);
H A Dbox.note-call.class.php126 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
H A Dbox.text.php652 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
653 $linebox_started = true;
H A Dpipeline.class.php641 $linebox_started = false;
643 $boxes[$selector]->reflow_whitespace($linebox_started, $previous_whitespace);