Home
last modified time | relevance | path

Searched refs:previous_whitespace (Results 1 – 9 of 9) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.br.php170 …* @param boolean $previous_whitespace Flag indicating that a previous inline element was an whites…
174 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
H A Dbox.container.php984 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
985 $previous_whitespace = false;
992 $child->reflow_whitespace($linebox_started, $previous_whitespace);
H A Dbox.generic.php366 …* @param boolean $previous_whitespace Flag indicating that a previous inline element was an whites…
368 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
H A Dbox.img.php153 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
155 $previous_whitespace = 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
654 $previous_whitespace = false;
H A Dbox.whitespace.php101 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { argument
103 ($linebox_started && $previous_whitespace)) {
116 $previous_whitespace = true;
H A Dpipeline.class.php642 $previous_whitespace = false;
643 $boxes[$selector]->reflow_whitespace($linebox_started, $previous_whitespace);