Lines Matching refs:output_driver

294   var $output_driver;  variable in Pipeline
365 $this->output_driver->close();
367 $this->output_driver->release();
535 $boxes[$selector]->show($this->output_driver);
626 $box->show($this->output_driver);
644 $boxes[$selector]->reflow_text($this->output_driver);
648 $boxes[$selector]->reflow($this->output_driver,
820 $box->reflow_anchors($this->output_driver, $this->output_driver->anchors, $page_heights);
828 $this->output_driver->set_expected_pages($expected_pages);
836 $this->output_driver->update_media($media);
842 $this->output_driver->next_page($current_page_offset);
850 $this->output_driver->save();
859 $this->output_driver->setPageHeight($current_page_height);
860 $this->output_driver->setup_clip();
866 if (is_null($box->show($this->output_driver))) {
875 $this->output_driver->show_postponed();
878 $this->output_driver->restore();
884 $this->output_driver->draw_page_border();
897 $temporary_output_filename = $this->output_driver->get_filename();
912 $content_type = $this->output_driver->content_type();
923 function set_output_driver(&$output_driver) { argument
924 $this->output_driver =& $output_driver;
1000 $offset = $this->output_driver->offset;
1020 $message .= $this->output_driver->error_message();
1039 return $this->output_driver;
1051 …$footnote_y = $this->output_driver->getFootnoteTop() - FOOTNOTE_LINE_TOP_GAP - FOOTNOTE_LINE_BOTTO…
1052 $footnote_x = $this->output_driver->getPageLeft();
1058 if ($this->output_driver->contains($footnote->_note_call_box)) {
1060 $footnote_y = $footnote->show_footnote($this->output_driver,
1071 $this->output_driver->setrgbcolor(0,0,0);
1072 $this->output_driver->moveto($this->output_driver->getPageLeft(),
1073 $this->output_driver->getFootnoteTop() - FOOTNOTE_LINE_TOP_GAP);
1074 …$this->output_driver->lineto($this->output_driver->getPageLeft() + $this->output_driver->getPageWi…
1075 $this->output_driver->getFootnoteTop() - FOOTNOTE_LINE_TOP_GAP);
1076 $this->output_driver->stroke();
1084 $this->output_driver->save();
1085 $current_box->_setupClip($this->output_driver);
1086 if (is_null($current_box->show($this->output_driver))) {
1089 $this->output_driver->restore();
1092 $this->output_driver->show_postponed_in_absolute();
1099 $this->output_driver->save();
1100 $current_box->_setupClip($this->output_driver);
1101 if (is_null($current_box->show_fixed($this->output_driver))) {
1104 $this->output_driver->restore();
1107 $this->output_driver->show_postponed_in_fixed();
1113 $this->output_driver->reset($media);
1184 $postponed_filter = new PostTreeFilterPostponed($this->output_driver);
1187 $this->output_driver->prepare();
1201 $status = $this->layout_engine->process($box, $media, $this->output_driver, $context);