Lines Matching defs:optlist

450         croak("Usage: PDF_add_locallink(p, llx, lly, urx, ury, page, optlist);");
519 croak("Usage: PDF_add_pdflink(p, llx, lly, urx, ury, filename, page, optlist);");
924 char * PDF_VOLATILE optlist;
929 croak("Usage: PDF_fill_imageblock(p, page, blockname, image, optlist);");
938 optlist = (char *) SvPV(ST(4),PL_na);
940 try { _result = (int )PDF_fill_imageblock(p,page, blockname, image, optlist);
957 char * PDF_VOLATILE optlist;
962 croak("Usage: PDF_fill_pdfblock(p, page, blockname, contents, optlist);");
971 optlist = (char *) SvPV(ST(4),PL_na);
973 try { _result = (int )PDF_fill_pdfblock(p,page, blockname, contents, optlist);
991 char * PDF_VOLATILE optlist;
996 croak("Usage: PDF_fill_textblock(p, page, blockname, text, optlist);");
1005 optlist = (char *) SvPV(ST(4),PL_na);
1007 try { _result = (int )PDF_fill_textblock(p,page, blockname, text, len, optlist);
1636 char * PDF_VOLATILE optlist;
1641 croak("Usage: PDF_load_font(p, fontname, encoding, optlist);");
1649 optlist = (char *) SvPV(ST(3),PL_na);
1651 try { _result = (int )PDF_load_font(p, fontname, 0, encoding, optlist);
1847 char * PDF_VOLATILE optlist;
1851 croak("Usage: PDF_setdashpattern(p, optlist);");
1856 optlist = (char *) SvPV(ST(1),PL_na);
1858 try { PDF_setdashpattern(p, optlist);
2130 char * PDF_VOLATILE optlist;
2134 croak("Usage: PDF_add_nameddest(p, name, optlist);");
2140 optlist = (char *) SvPV(ST(2),PL_na);
2142 try { PDF_add_nameddest(p, name, 0, optlist);
2180 char * PDF_VOLATILE optlist;
2185 croak("Usage: PDF_load_iccprofile(p, profilename, optlist);");
2191 optlist = (char *) SvPV(ST(2),PL_na);
2193 try { _result = PDF_load_iccprofile(p, profilename, 0, optlist);
2255 char * PDF_VOLATILE optlist;
2259 croak("Usage: PDF_fit_image(p, image, x, y, optlist);");
2267 optlist = (char *) SvPV(ST(4),PL_na);
2269 try { PDF_fit_image(p, image, x, y, optlist);
2282 char * PDF_VOLATILE optlist;
2287 croak("Usage: PDF_load_image(p, imagetype, filename, optlist);");
2294 optlist = (char *) SvPV(ST(3),PL_na);
2296 try { _result = PDF_load_image(p, imagetype, filename, 0, optlist);
2661 char * PDF_VOLATILE optlist;
2665 croak("Usage: PDF_fit_pdi_page(p, page, x, y, optlist);");
2673 optlist = (char *) SvPV(ST(4),PL_na);
2675 try { PDF_fit_pdi_page(p, page, x, y, optlist);
2791 croak("Usage: PDF_open_pdi_page(p, doc, page, optlist);");
2846 char * PDF_VOLATILE optlist;
2851 croak("Usage: PDF_process_pdi(p, doc, page, optlist);");
2859 optlist = (char *) SvPV(ST(3),PL_na);
2861 try { _result = (int )PDF_process_pdi(p, doc, page, optlist);
2880 char * PDF_VOLATILE optlist;
2884 croak("Usage: PDF_create_pvf(p, filename, data, optlist);");
2891 optlist = (char *) SvPV(ST(3),PL_na);
2893 try { PDF_create_pvf(p, filename, 0, data, size, optlist);
2943 char * PDF_VOLATILE optlist;
2948 croak("Usage: PDF_shading(p, shtype, x0, y0, x1, y1, c1, c2, c3, c4, optlist);");
2963 optlist = (char *) SvPV(ST(10),PL_na);
2965 try { _result = (int )PDF_shading(p, shtype, x0, y0, x1, y1, c1, c2, c3, c4, optlist);
2980 char * PDF_VOLATILE optlist;
2985 croak("Usage: PDF_shading_pattern(p, shading, optlist);");
2992 optlist = (char *) SvPV(ST(2),PL_na);
2994 try { _result = (int )PDF_shading_pattern(p, shading, optlist);
3114 char * PDF_VOLATILE optlist;
3118 croak("Usage: PDF_fit_textline(p, text, x, y, optlist);");
3126 optlist = (char *) SvPV(ST(4), PL_na);
3128 try { PDF_fit_textline(p, text, (int) len, x, y, optlist);
3282 char * PDF_VOLATILE optlist;
3286 croak("Usage: PDF_begin_font(p, fontname, a, b, c, d, e, f, optlist);");
3300 optlist = (char *) SvPV(ST(8),PL_na);
3302 try { PDF_begin_font(p, fontname, 0, a, b, c, d, e, f, optlist);
3386 5 int PDF_create_gstate (p, char *optlist)
3391 char * PDF_VOLATILE optlist;
3396 croak("Usage: PDF_create_gstate(p, optlist);");
3402 optlist = (char *) SvPV(ST(1),PL_na);
3404 try { _result = (int )PDF_create_gstate(p, optlist);