File: gsdll64.def

package info (click to toggle)
ghostscript 9.06~dfsg-2%2Bdeb8u7
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 62,484 kB
  • sloc: ansic: 440,074; python: 4,915; cpp: 3,565; sh: 2,520; tcl: 1,482; perl: 1,374; makefile: 421; lisp: 407; awk: 66; yacc: 18
file content (31 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
;	'Ghostscript Interpreter DLL'
LIBRARY		GSDLL64
EXPORTS	
		DllEntryPoint
		DllMain
		gsdll_revision		@1
		gsdll_init		@2
		gsdll_execute_begin	@3
		gsdll_execute_cont	@4
		gsdll_execute_end	@5
		gsdll_exit		@6
		gsdll_lock_device	@7
		gsdll_copy_dib  	@8
		gsdll_copy_palette 	@9
		gsdll_draw		@10
		gsdll_get_bitmap_row	@11
		gsapi_revision
		gsapi_new_instance
		gsapi_delete_instance
		gsapi_init_with_args
		gsapi_run_string_begin
		gsapi_run_string_continue
		gsapi_run_string_end
		gsapi_run_string_with_length
		gsapi_run_string
		gsapi_run_file
		gsapi_exit
		gsapi_set_stdio
		gsapi_set_poll
		gsapi_set_display_callback
		gsapi_set_visual_tracer