Home
last modified time | relevance | path

Searched refs:add_line_break (Results 1 – 4 of 4) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.pre.php30 $this->add_line_break($box, $pipeline);
H A Dinline.content.builder.pre.wrap.php38 $this->add_line_break($box, $pipeline);
H A Dinline.content.builder.pre.line.php33 $this->add_line_break($box, $pipeline);
H A Dinline.content.builder.php744 function add_line_break(&$box, &$pipeline) { function in InlineContentBuilder