Home
last modified time | relevance | path

Searched refs:postponed_filter (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.radio.png.php19 $tree = $pipeline->_layout_item('', $media, 0, $context, $postponed_filter);
23 $pipeline->_show_item($tree, 0, $context, $media, $postponed_filter);
41 $tree = $pipeline->_layout_item('', $media, 0, $context, $postponed_filter);
45 $pipeline->_show_item($tree, 0, $context, $media, $postponed_filter);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php789 $box =& $this->_layout_item($data_id, $media, $offset, $context, $postponed_filter);
796 $this->_show_item($box, $offset, $context, $media, $postponed_filter);
809 function _show_item(&$box, $offset, &$context, &$media, &$postponed_filter) { argument
845 $postponed_filter->process($box, null, $this);
1127 function &_layout_item($data_id, &$media, $offset, &$context, &$postponed_filter) { argument
1184 $postponed_filter = new PostTreeFilterPostponed($this->output_driver);
1185 $postponed_filter->process($box, null, $this);