Lines Matching refs:_out

78         $handler->_out($handler->_indirect_object($this));
1005 $this->_out(sprintf("%.2f %.2f m",
1011 $this->_out(sprintf("%.2f %.2f l",
1017 $this->_out("h");
1021 $this->_out("S");
1343 $this->_out(sprintf("[%d %d] 0 d", $x*2, $y*2));
1405 $this->_out("W n");
1453 function Save() { $this->_out("q"); }
1454 function Restore() { $this->_out("Q"); }
1457 $this->_out(sprintf("1 0 0 1 %.2f %.2f cm", $dx, $dy));
1461 $this->_out(sprintf("%.2f %.2f %.2f %.2f 0 0 cm",
1470 $this->_out(sprintf("%d Tr", $mode));
1474 $this->_out(sprintf("%.2f %.2f m", $path[0]['x'], $path[0]['y']));
1477 $this->_out(sprintf("%.2f %.2f l", $path[$i]['x'], $path[$i]['y']));
1486 $this->_out($this->FillColor);
1492 $this->_out("f");
1502 $this->_out(sprintf("%.2f %.f2 m", $x + $r, $y));
1503 $this->_out(sprintf("%.2f %.f2 %.2f %.2f %.2f %.2f c",
1507 $this->_out(sprintf("%.2f %.f2 %.2f %.2f %.2f %.2f c",
1511 $this->_out(sprintf("%.2f %.f2 %.2f %.2f %.2f %.2f c",
1515 $this->_out(sprintf("%.2f %.f2 %.2f %.2f %.2f %.2f c",
1800 $this->_out('2 J');
1803 $this->_out(sprintf('%.2f w',$lw*$this->k));
1808 $this->_out($dc);
1813 $this->_out($fc);
1824 $this->_out(sprintf('%.2f w',$lw*$this->k));
1830 $this->_out($dc);
1834 $this->_out($fc);
1840 $this->_out(sprintf('BT /F%d %.2f Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
1870 $this->_out($this->DrawColor);
1885 $this->_out($this->FillColor);
1918 $this->_out(sprintf('%.2f w',$width*$this->k));
1923 …$this->_out(sprintf('%.2f %.2f m %.2f %.2f l S',$x1*$this->k,($this->h-$y1)*$this->k,$x2*$this->k,…
1935 …$this->_out(sprintf('%.2f %.2f %.2f %.2f re %s',$x*$this->k,($this->h-$y)*$this->k,$w*$this->k,-$h…
2031 $this->_out(sprintf('BT /F%d %.2f Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
2122 $this->_out($s);
2143 $this->_out('0 Tw');
2150 $this->_out(sprintf('%.3f Tw',$ws*$k));
2204 $this->_out($s);
2263 $this->_out('0 Tw');
2293 $this->_out('0 Tw');
2302 $this->_out(sprintf('%.3f Tw',$this->ws*$this->k));
2322 $this->_out('0 Tw');
2454 …$this->_out(sprintf('q %.2f 0 0 %.2f %.2f %.2f cm /I%d Do Q',$w*$this->k,$h*$this->k,$x*$this->k,(…
2625 $this->_out(sprintf("%u %u obj",$page->object_id, $page->generation_id));
2627 $this->_out('<</Type /Page');
2628 $this->_out('/Parent 1 0 R');
2629 $this->_out("/Annots ".$this->_pages[$n-1]->_annotations($this));
2632 $this->_out(sprintf('/MediaBox [0 0 %.2f %.2f]',$hPt,$wPt));
2635 $this->_out('/Resources 2 0 R');
2637 $this->_out('/Contents '.($this->n+1).' 0 R>>');
2638 $this->_out('endobj');
2642 $this->_out('<<'.$filter.'/Length '.strlen($p).'>>');
2644 $this->_out('endobj');
2657 $this->_out('1 0 obj');
2658 $this->_out('<</Type /Pages');
2660 $this->_out('/Kids '.$this->_reference_array($this->_pages));
2662 $this->_out('/Count '.$nb);
2663 $this->_out(sprintf('/MediaBox [0 0 %.2f %.2f]',$wPt,$hPt));
2664 $this->_out('>>');
2665 $this->_out('endobj');
2675 $this->_out($this->_dictionary(array("Type" => "/Encoding",
2678 $this->_out('endobj');
2708 $this->_out('<</Length '.strlen($font));
2711 $this->_out('/Filter /FlateDecode');
2714 $this->_out('/Length1 '.$info['length1']);
2716 $this->_out('/Length2 '.$info['length2'].' /Length3 0');
2718 $this->_out('>>');
2720 $this->_out('endobj');
2732 $this->_out('<</Type /Font');
2733 $this->_out('/BaseFont /'.$name);
2734 $this->_out('/Subtype /'.$type);
2735 $this->_out('/FirstChar 32 /LastChar 255');
2736 $this->_out('/Widths '.($this->n+1).' 0 R');
2737 $this->_out('/FontDescriptor '.($this->n+2).' 0 R');
2740 $this->_out('/Encoding '.($nf+$font['diff']).' 0 R');
2742 $this->_out('/Encoding /WinAnsiEncoding');
2745 $this->_out('>>');
2746 $this->_out('endobj');
2755 $this->_out($s.']');
2756 $this->_out('endobj');
2767 $this->_out($s.'>>');
2768 $this->_out('endobj');
2785 $this->_out('<</Type /XObject');
2786 $this->_out('/Subtype /Image');
2787 $this->_out('/Width '.$info['w']);
2788 $this->_out('/Height '.$info['h']);
2790 …$this->_out('/ColorSpace [/Indexed /DeviceRGB '.(strlen($info['pal'])/3-1).' '.($this->n+1).' 0 R]…
2792 $this->_out('/ColorSpace /'.$info['cs']);
2794 $this->_out('/Decode [1 0 1 0 1 0 1 0]');
2797 $this->_out('/BitsPerComponent '.$info['bpc']);
2799 $this->_out('/Filter /'.$info['f']);
2803 $this->_out($info['parms']);
2811 $this->_out('/Mask ['.$trns.']');
2814 $this->_out('/Length '.strlen($info['data']).'>>');
2817 $this->_out('endobj');
2823 $this->_out('<<'.$filter.'/Length '.strlen($pal).'>>');
2825 $this->_out('endobj');
2832 $this->_out('/I'.$image['i'].' '.$image['n'].' 0 R');
2837 $this->_out('/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]');
2838 $this->_out('/Font <<');
2840 $this->_out('/F'.$font['i'].' '.$font['n'].' 0 R');
2841 $this->_out('>>');
2842 $this->_out('/XObject <<');
2844 $this->_out('>>');
2853 $this->_out('2 0 obj');
2854 $this->_out('<<');
2856 $this->_out('>>');
2857 $this->_out('endobj');
2862 $this->_out('/Producer '.$this->_textstring('FPDF '.FPDF_VERSION));
2864 $this->_out('/Title '.$this->_textstring($this->title));
2866 $this->_out('/Subject '.$this->_textstring($this->subject));
2868 $this->_out('/Author '.$this->_textstring($this->author));
2870 $this->_out('/Keywords '.$this->_textstring($this->keywords));
2872 $this->_out('/Creator '.$this->_textstring($this->creator));
2873 $this->_out('/CreationDate '.$this->_textstring('D:'.date('YmdHis')));
2878 $this->_out('/Type /Catalog');
2880 $this->_out('/Pages 1 0 R');
2882 $this->_out("/OpenAction [$pages_start_obj_number 0 R /Fit]");
2884 $this->_out("/OpenAction [$pages_start_obj_number 0 R /FitH null]");
2886 $this->_out("/OpenAction [$pages_start_obj_number 0 R /XYZ null null 1]");
2888 … $this->_out("/OpenAction [$pages_start_obj_number 0 R /XYZ null null ".($this->ZoomMode/100).']');
2892 $this->_out('/PageLayout /SinglePage');
2894 $this->_out('/PageLayout /OneColumn');
2896 $this->_out('/PageLayout /TwoColumnLeft');
2900 $this->_out('/AcroForm <<');
2901 $this->_out('/Fields '.$this->_reference_array($this->_forms));
2902 $this->_out('/DR 2 0 R');
2903 $this->_out('/NeedAppearances true');
2904 $this->_out('>>');
2909 $this->_out('%PDF-'.$this->PDFVersion);
2914 $this->_out('/Size '.($this->n+1));
2915 $this->_out('/Root '.$this->n.' 0 R');
2916 $this->_out('/Info '.($this->n-1).' 0 R');
2926 $this->_out('<<');
2928 $this->_out('>>');
2929 $this->_out('endobj');
2960 $this->_out('<<');
2962 $this->_out('>>');
2963 $this->_out('endobj');
2967 $this->_out('xref');
2968 $this->_out('0 '.($this->n+1));
2969 $this->_out('0000000000 65535 f ');
2972 $this->_out(sprintf('%010d 00000 n ',$this->offsets[$i]));
2976 $this->_out('trailer');
2977 $this->_out('<<');
2979 $this->_out('>>');
2980 $this->_out('startxref');
2981 $this->_out($o);
2982 $this->_out('%%EOF');
3033 $this->_out($num.' 0 obj');
3188 $this->_out('stream');
3189 $this->_out($s);
3190 $this->_out('endstream');
3193 function _out($s) { function in FPDF