Searched refs:PDF_restore (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/libs/pdflib/bind/pdflib/perl/
H A Dpdfclock.cgi.pl39 PDF_restore($p);
62 PDF_restore($p);
72 PDF_restore($p);
82 PDF_restore($p);
88 PDF_restore($p);
H A Dpdfclock.pl42 PDF_restore($p);
65 PDF_restore($p);
75 PDF_restore($p);
85 PDF_restore($p);
91 PDF_restore($p);
H A Dpdflib_pl.pm92 *PDF_restore = *pdflibc::PDF_restore;
168 @EXPORT = qw( PDF_add_launchlink PDF_add_locallink PDF_add_note PDF_add_pdflink PDF_add_weblink PDF_attach_file PDF_set_border_color PDF_set_border_dash PDF_set_border_style PDF_begin_page PDF_close PDF_delete PDF_end_page PDF_get_apiname PDF_get_buffer PDF_get_errmsg PDF_get_errnum PDF_new PDF_open_file PDF_fill_imageblock PDF_fill_pdfblock PDF_fill_textblock PDF_makespotcolor PDF_setcolor PDF_setgray PDF_setgray_fill PDF_setgray_stroke PDF_setrgbcolor PDF_setrgbcolor_fill PDF_setrgbcolor_stroke PDF_arc PDF_arcn PDF_circle PDF_clip PDF_closepath PDF_closepath_fill_stroke PDF_closepath_stroke PDF_curveto PDF_endpath PDF_fill PDF_fill_stroke PDF_lineto PDF_moveto PDF_rect PDF_stroke PDF_encoding_set_char PDF_findfont PDF_load_font PDF_setfont PDF_concat PDF_initgraphics PDF_restore PDF_rotate PDF_save PDF_scale PDF_setdash PDF_setdashpattern PDF_setflat PDF_setlinecap PDF_setlinejoin PDF_setlinewidth PDF_setmatrix PDF_setmiterlimit PDF_setpolydash PDF_skew PDF_translate PDF_add_bookmark PDF_add_nameddest PDF_set_info PDF_load_iccprofile PDF_add_thumbnail PDF_close_image PDF_fit_image PDF_load_image PDF_open_CCITT PDF_open_image PDF_open_image_file PDF_place_image PDF_get_parameter PDF_get_value PDF_set_parameter PDF_set_value PDF_begin_pattern PDF_end_pattern PDF_close_pdi PDF_close_pdi_page PDF_fit_pdi_page PDF_get_pdi_parameter PDF_get_pdi_value PDF_open_pdi PDF_open_pdi_page PDF_place_pdi_page PDF_process_pdi PDF_create_pvf PDF_delete_pvf PDF_shading PDF_shading_pattern PDF_shfill PDF_begin_template PDF_end_template PDF_continue_text PDF_fit_textline PDF_set_text_pos PDF_show PDF_show_boxed PDF_show_xy PDF_stringwidth PDF_begin_font PDF_begin_glyph PDF_end_font PDF_end_glyph PDF_create_gstate PDF_set_gstate );
H A Dpdflib_pl.c1745 croak("Usage: PDF_restore(p);");
1747 croak("Type error in argument 1 of PDF_restore. Expected PDFPtr.");
1751 try { PDF_restore(_arg0);
3519 newXS("pdflibc::PDF_restore", _wrap_PDF_restore, file);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/python/
H A Dpdfclock.py41 PDF_restore(p)
64 PDF_restore(p)
74 PDF_restore(p)
84 PDF_restore(p)
90 PDF_restore(p)
H A Dpdflib_py.c1208 if(!PyArg_ParseTuple(args,"s:PDF_restore",&_argc0))
1212 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of PDF_restore. Expected _PDF_p.");
1217 try { PDF_restore(p);
3141 { "PDF_restore", _wrap_PDF_restore, 1 },
/haiku-fatelf/src/libs/pdflib/bind/pdflib/c/
H A Dpdfclock.c61 PDF_restore(p);
86 PDF_restore(p);
97 PDF_restore(p);
107 PDF_restore(p);
113 PDF_restore(p);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dpdfclock.php39 PDF_restore($p);
62 PDF_restore($p);
72 PDF_restore($p);
82 PDF_restore($p);
88 PDF_restore($p);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/tcl/
H A Dpdfclock.tcl45 PDF_restore $p
78 PDF_restore $p
88 PDF_restore $p
98 PDF_restore $p
104 PDF_restore $p
H A Dpdflib_tcl.c2049 Tcl_SetResult(interp, "Wrong # args. PDF_restore p ",TCL_STATIC);
2054 Tcl_SetResult(interp, "Type error in argument 1 of PDF_restore. Expected _PDF_p, received ", TCL_STATIC);
2059 try { PDF_restore(p);
4235 Tcl_CreateCommand(interp, "PDF_restore", (Tcl_CmdProc*) _wrap_PDF_restore, (ClientData) NULL, (Tcl_CmdDeleteProc *) NULL);
/haiku-fatelf/src/libs/pdflib/progs/pdflib/
H A Dpdfimpose.c305 PDF_restore(p);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A Dpdflib.java632 PDF_restore(p);
1442 private final static native void PDF_restore(long jp) throws PDFlibException; method in class:pdflib
H A Dpdflib_java.c1454 /* {{{ PDF_restore */
1464 PDF_TRY(p) { PDF_restore(p);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFText.cpp463 PDF_restore(fPdf);
H A DPDFWriter.cpp670 PDF_restore(fPdf);
1854 PDF_restore(fPdf);
2149 if (needs_scaling) PDF_restore(fPdf);
2193 PDF_restore(fPdf);
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_gstate.c131 PDF_restore(PDF *p) function
133 static const char fn[] = "PDF_restore";
H A Dpdflib.h481 PDF_restore(PDF *p);
1039 void (PDFLIB_CALL * PDF_restore)(PDF *p); member in struct:PDFlib_api_s
H A Dp_basic.c134 PDF_restore,
1339 /* check whether PDF_save() and PDF_restore() calls are balanced */
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dpdflib.cpp679 PDFCPP_TRY m_PDFlib_api->PDF_restore(p);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/ext/pdf/
H A Dpdf.c1747 PDF_restore(pdf);

Completed in 204 milliseconds