Home
last modified time | relevance | path

Searched refs:psdoc (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/print/pslib/pslib-examples-0.0.11/
H A Dschematic.c14 PS_stroke(psdoc); in frame()
18 PSDoc *psdoc; in main() local
40 psdoc = PS_new(); in main()
56 PS_stroke(psdoc); in main()
71 PS_stroke(psdoc); in main()
82 PS_stroke(psdoc); in main()
93 PS_stroke(psdoc); in main()
102 PS_stroke(psdoc); in main()
109 PS_stroke(psdoc); in main()
221 PS_fill(psdoc); in main()
[all …]
H A Dfontcreate.c23 PS_stroke(psdoc); in frame()
27 PSDoc *psdoc; in main() local
70 frame(psdoc); in main()
74 frame(psdoc); in main()
80 frame(psdoc); in main()
88 frame(psdoc); in main()
98 frame(psdoc); in main()
110 frame(psdoc); in main()
124 frame(psdoc); in main()
140 frame(psdoc); in main()
[all …]
H A Dlogos.c14 PS_stroke(psdoc); in frame()
18 PSDoc *psdoc; in main() local
41 psdoc = PS_new(); in main()
53 PS_stroke(psdoc); in main()
59 PS_stroke(psdoc); in main()
69 PS_stroke(psdoc); in main()
73 frame(psdoc, 1700); in main()
96 PS_fill(psdoc); in main()
100 frame(psdoc, 900); in main()
121 PS_close(psdoc); in main()
[all …]
H A Dfontsample.c28 PSDoc *psdoc; in main() local
74 PS_show(psdoc, PS_get_parameter(psdoc, "fontencoding", (float) samplefont)); in main()
77 PS_show(psdoc, text); in main()
80 PS_show(psdoc, text); in main()
83 PS_show(psdoc, text); in main()
88 PS_stroke(psdoc); in main()
93 PS_stroke(psdoc); in main()
120 PS_stroke(psdoc); in main()
150 PS_end_page(psdoc); in main()
153 PS_close(psdoc); in main()
[all …]
H A Deinstein.c29 PSDoc *psdoc; in main() local
52 psdoc = PS_new(); in main()
63 PS_begin_page(psdoc, 596, 842); in main()
94 PS_stroke(psdoc); in main()
104 PS_stroke(psdoc); in main()
111 PS_end_page(psdoc); in main()
121 PS_stroke(psdoc); in main()
129 PS_stroke(psdoc); in main()
137 PS_end_page(psdoc); in main()
141 PS_close(psdoc); in main()
[all …]
H A Dligatures.c16 PSDoc *psdoc; in main() local
38 psdoc = PS_new(); in main()
40 PS_open_file(psdoc, "ligatures.ps"); in main()
51 PS_begin_page(psdoc, 596, 842); in main()
53 PS_setfont(psdoc, antiqua, 10.0); in main()
57 PS_setfont(psdoc, antiqua, 15.0); in main()
93 PS_end_page(psdoc); in main()
95 PS_deletefont(psdoc, fraktur); in main()
96 PS_deletefont(psdoc, antiqua); in main()
97 PS_close(psdoc); in main()
[all …]
H A Dtxt2ps.c20 PSDoc *psdoc; in main() local
55 psdoc = PS_new(); in main()
68 PS_begin_page(psdoc, 596, 842); in main()
95 PS_stroke(psdoc); in main()
105 PS_stroke(psdoc); in main()
112 PS_end_page(psdoc); in main()
122 PS_stroke(psdoc); in main()
130 PS_stroke(psdoc); in main()
138 PS_end_page(psdoc); in main()
142 PS_close(psdoc); in main()
[all …]
H A Dglyphlist.c30 PSDoc *psdoc; in main() local
59 psdoc = PS_new(); in main()
95 PS_stroke(psdoc); in main()
100 PS_stroke(psdoc); in main()
116 PS_setlinewidth(psdoc, 0.2); in main()
126 PS_stroke(psdoc); in main()
132 PS_setfont(psdoc, psfont, 3); in main()
142 PS_end_page(psdoc); in main()
150 PS_deletefont(psdoc, psfont); in main()
151 PS_close(psdoc); in main()
[all …]
H A Dhyperlinks.c22 PSDoc *psdoc; in main() local
29 PS_open_file(psdoc, "hyperlinks.ps"); in main()
30 PS_begin_page(psdoc, 596, 842); in main()
32 PS_add_bookmark(psdoc, "First Page", b1, 0); in main()
34 PS_setfont(psdoc, psfont, fontsize); in main()
35 PS_set_value(psdoc, "leading", 14.0); in main()
53 PS_end_page(psdoc); in main()
55 PS_begin_page(psdoc, 300, 300); in main()
58 PS_end_page(psdoc); in main()
60 PS_close(psdoc); in main()
[all …]
H A Dligexperts.c16 PSDoc *psdoc; in main() local
120 psdoc = PS_new(); in main()
122 PS_open_file(psdoc, "ligexperts.ps"); in main()
123 PS_set_info(psdoc, "Creator", __FILE__); in main()
133 PS_begin_page(psdoc, 596, 842); in main()
134 PS_setfont(psdoc, antiqua, 10.0); in main()
135 PS_set_value(psdoc, "leading", 15.0); in main()
139 PS_end_page(psdoc); in main()
142 PS_deletefont(psdoc, antiqua); in main()
143 PS_close(psdoc); in main()
[all …]
H A Dpolish.c26 PSDoc *psdoc; in main() local
42 PS_open_file(psdoc, "polish.ps"); in main()
43 PS_set_info(psdoc, "Creator", __FILE__); in main()
50 PS_set_parameter(psdoc, "warning", "true"); in main()
54 PS_begin_page(psdoc, 596, 842); in main()
56 PS_setfont(psdoc, antiqua, 10.0); in main()
57 PS_set_value(psdoc, "leading", 15.0); in main()
61 PS_end_page(psdoc); in main()
62 PS_deletefont(psdoc, antiqua); in main()
63 PS_close(psdoc); in main()
[all …]
H A Dshowbox.c16 PSDoc *psdoc; in main() local
38 psdoc = PS_new(); in main()
40 PS_open_file(psdoc, "showbox.ps"); in main()
49 PS_begin_page(psdoc, 596, 842); in main()
51 PS_setfont(psdoc, antiqua, 10.0); in main()
52 PS_set_value(psdoc, "leading", 15.0); in main()
54 PS_show_boxed(psdoc, in main()
57 PS_end_page(psdoc); in main()
59 PS_deletefont(psdoc, antiqua); in main()
60 PS_close(psdoc); in main()
[all …]
H A Dhyphenate.c28 PSDoc *psdoc; in main() local
39 psdoc = PS_new2(NULL, PS_mp_malloc, PS_mp_realloc, PS_mp_free, NULL); in main()
40 PS_set_parameter(psdoc, "hyphendict", "hyph_de.dic"); in main()
44 PS_hyphenate(psdoc, word, &buffer); in main()
55 PS_delete(psdoc); in main()
/dports/print/pslib/pslib-0.4.6/src/
H A Dpslib.c1413 psdoc->free(psdoc, psdoc->Author); in PS_delete()
1417 psdoc->free(psdoc, psdoc->Keywords); in PS_delete()
1421 psdoc->free(psdoc, psdoc->Subject); in PS_delete()
1425 psdoc->free(psdoc, psdoc->Title); in PS_delete()
1429 psdoc->free(psdoc, psdoc->Creator); in PS_delete()
1453 psdoc->free(psdoc, psdoc->fonts); in PS_delete()
1463 psdoc->free(psdoc, psdoc->images); in PS_delete()
1473 psdoc->free(psdoc, psdoc->patterns); in PS_delete()
1493 psdoc->free(psdoc, psdoc->shadings); in PS_delete()
1503 psdoc->free(psdoc, psdoc->gstates); in PS_delete()
[all …]
H A Dps_afm.c326 psdoc->free(psdoc, ai); in handlechar()
331 psdoc->free(psdoc, ai); in handlechar()
340 psdoc->free(psdoc, ai); in handlechar()
345 psdoc->free(psdoc, ai); in handlechar()
352 psdoc->free(psdoc, ai); in handlechar()
819 psdoc->free(psdoc, k); in rmkernmatch()
863 psdoc->free(psdoc, k); in rmkern()
1138 psdoc->free(psdoc, e); in readencoding()
1149 psdoc->free(psdoc, e); in readencoding()
1161 psdoc->free(psdoc, e); in readencoding()
[all …]
H A Dps_util.c102 psdoc->free(psdoc, ptr); in ps_ght_free()
226 psdoc->free(psdoc, res->name); in ps_add_resource()
228 psdoc->free(psdoc, res->value); in ps_add_resource()
256 psdoc->free(psdoc, cat->name); in ps_del_resources()
261 psdoc->free(psdoc, res->name); in ps_del_resources()
283 psdoc->free(psdoc, param->name); in ps_del_parameters()
318 psdoc->free(psdoc, bm->text); in ps_del_bookmarks()
547 psdoc->free(psdoc, enc->name); in ps_free_enc_vector()
552 psdoc->free(psdoc, enc); in ps_free_enc_vector()
646 psdoc->free(psdoc, pathres); in ps_open_file_in_path()
[all …]
H A Dps_strbuf.c31 STRBUFFER *str_buffer_new(PSDoc *psdoc, size_t size) { in str_buffer_new() argument
33 if(NULL == (sb = psdoc->malloc(psdoc, sizeof(STRBUFFER), _("Allocate memory for string buffer")))) in str_buffer_new()
36 if(NULL == (sb->buffer = psdoc->malloc(psdoc, size, _("Allocate memory for string buffer")))) { in str_buffer_new()
37 psdoc->free(psdoc, sb); in str_buffer_new()
53 void str_buffer_delete(PSDoc *psdoc, STRBUFFER *sb) { in str_buffer_delete() argument
55 psdoc->free(psdoc, sb->buffer); in str_buffer_delete()
56 psdoc->free(psdoc, sb); in str_buffer_delete()
81 …sb->buffer = psdoc->realloc(psdoc, sb->buffer, sb->size+MSG_BUFSIZE, _("Get more memory for string… in str_buffer_print()
102 …sb->buffer = psdoc->realloc(psdoc, sb->buffer, sb->size+max(size, 2000), _("Get more memory for st… in str_buffer_write()
123 size_t str_buffer_len(PSDoc *psdoc, STRBUFFER *sb) { in str_buffer_len() argument
[all …]
H A Dps_intern.h163 PSDoc *psdoc; // Doc for which this font was created member
183 PSDoc *psdoc; // Doc for which this font was created member
194 PSDoc *psdoc; // Doc for which this font was created member
217 PSDoc *psdoc; // Doc for which this font was created member
456 void ps_del_resources(PSDoc *psdoc);
457 void ps_del_parameters(PSDoc *psdoc);
458 void ps_del_values(PSDoc *psdoc);
469 void ps_enter_scope(PSDoc *psdoc, int scope);
470 void ps_leave_scope(PSDoc *psdoc, int scope);
471 int ps_current_scope(PSDoc *psdoc);
[all …]
H A Dbmp.c288 unsigned char* read_bmp (PSDoc *psdoc, const char* file, int* w, int* h, in read_bmp() argument
308 ps_error(psdoc, PS_RuntimeError, _("Could not open bmp file.")); in read_bmp()
314 ps_error(psdoc, PS_RuntimeError, _("File is not a bmp file.")); in read_bmp()
442 …clr_tbl = (unsigned char *) psdoc->malloc(psdoc, n_clr_elems * clr_tbl_size, _("Allocate memory fo… in read_bmp()
510 …data = (unsigned char *) psdoc->malloc(psdoc, stride * *h, _("Allocate memory for image buffer.")); in read_bmp()
580 …comprbuf = (unsigned char *) psdoc->malloc(psdoc, compr_size, _("Allocate memory for compressed sc… in read_bmp()
585 …uncomprbuf = (unsigned char *) psdoc->malloc(psdoc, uncompr_size, _("Allocate memory for uncompres… in read_bmp()
649 psdoc->free(psdoc, comprbuf); in read_bmp()
650 …data = (unsigned char *) psdoc->malloc(psdoc, uncompr_size, _("Allocate memory for final uncompres… in read_bmp()
662 psdoc->free(psdoc, uncomprbuf); in read_bmp()
[all …]
H A Dps_strbuf.h32 STRBUFFER *str_buffer_new(PSDoc *psdoc, size_t size);
33 void str_buffer_delete(PSDoc *psdoc, STRBUFFER *sb);
34 size_t str_buffer_print(PSDoc *psdoc, STRBUFFER *sb, const char *fmt, ...);
35 size_t str_buffer_write(PSDoc *psdoc, STRBUFFER *sb, const char *data, size_t size);
36 const char *str_buffer_get(PSDoc *psdoc, STRBUFFER *sb);
37 size_t str_buffer_len(PSDoc *psdoc, STRBUFFER *sb);
38 void str_buffer_clear(PSDoc *psdoc, STRBUFFER *sb);
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/thecodingmachine/safe/generated/
H A Dps.php391 function ps_clip($psdoc): void argument
394 $result = \ps_clip($psdoc);
438 function ps_close($psdoc): void argument
441 $result = \ps_close($psdoc);
547 function ps_delete($psdoc): void argument
550 $result = \ps_delete($psdoc);
645 function ps_fill($psdoc): void argument
648 $result = \ps_fill($psdoc);
1048 function ps_save($psdoc): void argument
1051 $result = \ps_save($psdoc);
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/thecodingmachine/safe/generated/
H A Dps.php391 function ps_clip($psdoc): void argument
394 $result = \ps_clip($psdoc);
438 function ps_close($psdoc): void argument
441 $result = \ps_close($psdoc);
547 function ps_delete($psdoc): void argument
550 $result = \ps_delete($psdoc);
645 function ps_fill($psdoc): void argument
648 $result = \ps_fill($psdoc);
1048 function ps_save($psdoc): void argument
1051 $result = \ps_save($psdoc);
[all …]
/dports/print/pslib/pslib-0.4.6/include/libps/
H A Dpslib.h87 PS_get_opaque(PSDoc *psdoc);
96 PS_close(PSDoc *psdoc);
99 PS_delete(PSDoc *psdoc);
105 PS_end_page(PSDoc *psdoc);
174 PS_clip(PSDoc *psdoc);
180 PS_closepath(PSDoc *psdoc);
189 PS_stroke(PSDoc *psdoc);
192 PS_fill(PSDoc *psdoc);
195 PS_save(PSDoc *psdoc);
198 PS_restore(PSDoc *psdoc);
[all …]
/dports/devel/efl/efl-1.25.1/src/generic/evas/ps/
H A Dmain.c25 static SpectreDocument *psdoc; variable
54 psdoc = spectre_document_new(); in _spectre_init()
55 if (!psdoc) in _spectre_init()
58 spectre_document_load(psdoc, file); in _spectre_init()
59 status = spectre_document_status (psdoc); in _spectre_init()
66 page_count = spectre_document_get_n_pages(psdoc); in _spectre_init()
67 status = spectre_document_status(psdoc); in _spectre_init()
79 page = spectre_document_get_page(psdoc, page_nbr); in _spectre_init()
80 status = spectre_document_status(psdoc); in _spectre_init()
128 spectre_document_free(psdoc); in _spectre_init()
[all …]
/dports/print/gspdf/GSPdf-0.5/
H A DGSPdfDocument.m52 RELEASE (psdoc);
99 if (psdoc == nil)
109 if (psdoc == nil)
146 docPages = [psdoc pages];
196 if (pageindex == [[psdoc pages] count])
235 pspage = [[psdoc pages] objectAtIndex: pageindex];
261 [readHandle seekToFileOffset: [psdoc beginprolog]];
265 [readHandle seekToFileOffset: [psdoc beginsetup]];
266 data = [readHandle readDataOfLength: [psdoc lensetup]];
273 [readHandle seekToFileOffset: [psdoc begintrailer]];
[all …]

12345678