Lines Matching refs:sprintf

149         $chars .= sprintf("<%02X> <%04X> \n", $code, $utf);
306 return $handler->_array(sprintf("%.2f %.2f %.2f %.2f",
388 'Dest' => sprintf("[%s /XYZ 0 %.2f null]",
436 $group_name = sprintf("FieldGroup%d", $this->get_object_id());
448 error_log(sprintf("Found form field with empty name"));
458 error_log(sprintf("Interactive form '%s' already contains field named '%s'",
473 $field->set_field_name(sprintf("%s_FieldObject%d",
530 $field_name = sprintf("FieldObject%d", $this->get_object_id());
540 return sprintf("FormObject%d", $this->get_object_id());
608 'Ff' => sprintf("%d", 0),
613 'AP' => sprintf("<< /N << /%s %s /Off %s >> >>",
668 'Ff' => sprintf("%d", 1 << 16),
671 'DA' => sprintf("(0 0 0 rg /F%d %.2f Tf)",
823 'AP' => sprintf("<< /N << /%s %s /Off %s >> >>",
860 "Ff" => sprintf("%d", 1 << 15),
908 $options[] = $handler->_array(sprintf("%s %s",
965 'DA' => sprintf("(0 0 0 rg /FF%d %.2f Tf)",
1094 $this->_out(sprintf("%.2f %.2f m",
1100 $this->_out(sprintf("%.2f %.2f l",
1160 return sprintf("/%s", $name);
1251 $name = sprintf("AnonymousFormObject_%u", $id);
1253 error_log(sprintf("Anonymous form generated with name %s; check your HTML for validity",
1432 $this->_out(sprintf("[%d %d] 0 d", $x*2, $y*2));
1445 $content = sprintf('%.2f %.2f %.2f %.2f re f',
1461 return sprintf('%.2f %.2f %.2f %.2f re f',
1474 return sprintf('%.2f %.2f %.2f %.2f re f',
1552 $this->_out(sprintf("1 0 0 1 %.2f %.2f cm", $dx, $dy));
1556 $this->_out(sprintf("%.2f %.2f %.2f %.2f 0 0 cm",
1565 $this->_out(sprintf("%d Tr", $mode));
1569 $this->_out(sprintf("%.2f %.2f m", $path[0]['x'], $path[0]['y']));
1572 $this->_out(sprintf("%.2f %.2f l", $path[$i]['x'], $path[$i]['y']));
1598 $this->_out(sprintf("%.2f %.f2 m", $x + $r, $y));
1599 $this->_out(sprintf("%.2f %.f2 %.2f %.2f %.2f %.2f c",
1603 $this->_out(sprintf("%.2f %.f2 %.2f %.2f %.2f %.2f c",
1607 $this->_out(sprintf("%.2f %.f2 %.2f %.2f %.2f %.2f c",
1611 $this->_out(sprintf("%.2f %.f2 %.2f %.2f %.2f %.2f c",
1810 $this->_out(sprintf('%.2f w',$lw*$this->k));
1829 $this->_out(sprintf('%.2f w',$lw*$this->k));
1845 $this->_out(sprintf('BT /F%d %.2f Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
1852 $new_color = sprintf('%.3f G',$r/255);
1854 $new_color = sprintf('%.3f %.3f %.3f RG',$r/255,$g/255,$b/255);
1866 $new_color = sprintf('%.3f g',$r/255);
1868 $new_color = sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255);
1881 $this->TextColor=sprintf('%.3f g',$r/255);
1883 $this->TextColor=sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255);
1909 $this->_out(sprintf('%.2f w',$width*$this->k));
1917 …$this->_out(sprintf('%.2f %.2f m %.2f %.2f l S',$x1*$this->k,($this->h-$y1)*$this->k,$x2*$this->k,…
2001 $this->_out(sprintf('BT /F%d %.2f Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
2061 …$s = sprintf('BT %.2f %.2f Td (%s) Tj ET',$x*$this->k,($this->h-$y)*$this->k,$this->_escape($txt));
2103 $this->_out(sprintf('q %.2f 0 0 %.2f %.2f %.2f cm /I%d Do Q',
2140 if (sprintf('%.1f',1.0)!='1.0') {
2169 $this->_out(sprintf("%u %u obj",$page->object_id, $page->generation_id));
2173 $this->_out(sprintf('/MediaBox [0 0 %.2f %.2f]',
2205 $this->_out(sprintf('/MediaBox [0 0 %.2f %.2f]',$wPt,$hPt));
2521 $this->_out(sprintf('%010d 00000 n ',$this->offsets[$i]));