Revision 21695,
921 bytes
checked in by rbasch, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21694,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | LIBRARY JPEG3240 INITINSTANCE TERMINSTANCE |
---|
2 | PROTMODE |
---|
3 | |
---|
4 | DESCRIPTION "Netscape Java JPEG OS/2 Runtime Dynamic Link Library" |
---|
5 | |
---|
6 | CODE LOADONCALL MOVEABLE DISCARDABLE |
---|
7 | DATA PRELOAD MOVEABLE MULTIPLE NONSHARED |
---|
8 | |
---|
9 | EXPORTS |
---|
10 | |
---|
11 | jpeg_calc_output_dimensions |
---|
12 | jpeg_consume_input |
---|
13 | jpeg_create_compress |
---|
14 | jpeg_create_decompress |
---|
15 | jpeg_destroy_compress |
---|
16 | jpeg_destroy_decompress |
---|
17 | jpeg_finish_compress |
---|
18 | jpeg_finish_decompress |
---|
19 | jpeg_finish_output |
---|
20 | jpeg_has_multiple_scans |
---|
21 | jpeg_read_header |
---|
22 | jpeg_read_scanlines |
---|
23 | jpeg_resync_to_restart |
---|
24 | jpeg_set_defaults |
---|
25 | jpeg_set_marker_processor |
---|
26 | jpeg_set_quality |
---|
27 | jpeg_start_compress |
---|
28 | jpeg_start_decompress |
---|
29 | jpeg_start_output |
---|
30 | jpeg_std_error |
---|
31 | jpeg_stdio_dest |
---|
32 | jpeg_write_scanlines |
---|
33 | |
---|
34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.