Lines Matching refs:write

145 			$this->writer->write('<</Type /Page');
146 $this->writer->write('/Parent 1 0 R');
150 $this->writer->write(sprintf('/MediaBox [0 0 %.3F %.3F]', $hPt, $wPt));
160 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1));
163 $this->writer->write(sprintf('/TrimBox [%.3F %.3F %.3F %.3F]', $owidthPt_TB, $owidthPt_LR, $hPt - $owidthPt_TB, $wPt - $owidthPt_LR));
167 $this->writer->write('/Rotate 270');
169 $this->writer->write('/Rotate 90');
175 $this->writer->write(sprintf('/MediaBox [0 0 %.3F %.3F]', $wPt, $hPt));
183 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1));
186 $this->writer->write(sprintf('/TrimBox [%.3F %.3F %.3F %.3F]', $owidthPt_LR, $owidthPt_TB, $wPt - $owidthPt_LR, $hPt - $owidthPt_TB));
188 $this->writer->write('/Resources 2 0 R');
193 $this->writer->write('/Group << /Type /Group /S /Transparency /CS /DeviceCMYK >> ');
195 $this->writer->write('/Group << /Type /Group /S /Transparency /CS /DeviceGray >> ');
197 $this->writer->write('/Group << /Type /Group /S /Transparency /CS /DeviceRGB >> ');
251 $this->writer->write($s);
254 $this->writer->write('/Contents ' . ($this->mpdf->n + 1) . ' 0 R>>');
255 $this->writer->write('endobj');
260 $this->writer->write('<<' . $filter . '/Length ' . strlen($p) . '>>');
262 $this->writer->write('endobj');
269 $this->writer->write('1 0 obj');
270 $this->writer->write('<</Type /Pages');
278 $this->writer->write($kids . ']');
279 $this->writer->write('/Count ' . $nb);
280 $this->writer->write(sprintf('/MediaBox [0 0 %.3F %.3F]', $defwPt, $defhPt));
281 $this->writer->write('>>');
282 $this->writer->write('endobj');