~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Source/LibMNG/libmng_trace.h

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-07-20 13:42:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100720134215-xt1454zaedv3b604
Tags: 3.13.1-0ubuntu1
* New upstream release. Closes: (LP: #607800)
 - Updated debian/freeimage-get-orig-source script.
 - Removing no longer necessary debian/patches/* and
   the patch system in debian/rules.
 - Updated debian/rules to work with the new Makefiles.
 - Drop from -O3 to -O2 and use lzma compression saves
   ~10 MB of free space. 
* lintian stuff
 - fixed debhelper-but-no-misc-depends
 - fixed ldconfig-symlink-missing-for-shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/* ************************************************************************** */
5
5
/* *                                                                        * */
6
6
/* * project   : libmng                                                     * */
7
 
/* * file      : libmng_trace.h            copyright (c) 2000-2004 G.Juyn   * */
8
 
/* * version   : 1.0.9                                                      * */
 
7
/* * file      : libmng_trace.h            copyright (c) 2000-2007 G.Juyn   * */
 
8
/* * version   : 1.0.10                                                     * */
9
9
/* *                                                                        * */
10
10
/* * purpose   : Trace functions (definition)                               * */
11
11
/* *                                                                        * */
151
151
/* *             1.0.9 - 10/14/2004 - G.Juyn                                * */
152
152
/* *             - added bgr565_a8 canvas-style (thanks to J. Elvander)     * */
153
153
/* *                                                                        * */
 
154
/* *             1.0.10 - 04/08/2007 - G.Juyn                               * */
 
155
/* *             - added support for mPNG proposal                          * */
 
156
/* *             1.0.10 - 07/06/2007 - G.R-P bugfix by Lucas Quintana       * */
 
157
/* *                                                                        * */
154
158
/* ************************************************************************** */
155
159
 
156
160
#if defined(__BORLANDC__) && defined(MNG_STRICT_ANSI)
457
461
#define MNG_FN_GETCHUNK_MAGN          752
458
462
#define MNG_FN_GETCHUNK_JDAA          753
459
463
#define MNG_FN_GETCHUNK_EVNT          754
 
464
#define MNG_FN_GETCHUNK_MPNG          755
460
465
 
461
466
#define MNG_FN_GETCHUNK_PAST_SRC      781
462
467
#define MNG_FN_GETCHUNK_SAVE_ENTRY    782
463
468
#define MNG_FN_GETCHUNK_PPLT_ENTRY    783
464
469
#define MNG_FN_GETCHUNK_ORDR_ENTRY    784
465
470
#define MNG_FN_GETCHUNK_EVNT_ENTRY    785
 
471
#define MNG_FN_GETCHUNK_MPNG_FRAME    786
466
472
 
467
473
#define MNG_FN_PUTCHUNK_IHDR          801
468
474
#define MNG_FN_PUTCHUNK_PLTE          802
518
524
#define MNG_FN_PUTCHUNK_MAGN          852
519
525
#define MNG_FN_PUTCHUNK_JDAA          853
520
526
#define MNG_FN_PUTCHUNK_EVNT          854
 
527
#define MNG_FN_PUTCHUNK_MPNG          855
521
528
 
522
529
#define MNG_FN_PUTCHUNK_PAST_SRC      881
523
530
#define MNG_FN_PUTCHUNK_SAVE_ENTRY    882
524
531
#define MNG_FN_PUTCHUNK_PPLT_ENTRY    883
525
532
#define MNG_FN_PUTCHUNK_ORDR_ENTRY    884
526
533
#define MNG_FN_PUTCHUNK_EVNT_ENTRY    885
 
534
#define MNG_FN_PUTCHUNK_MPNG_FRAME    886
527
535
 
528
536
/* ************************************************************************** */
529
537
 
609
617
#define MNG_FN_DISPLAY_ARGB8_PM      1132
610
618
#define MNG_FN_DISPLAY_ABGR8_PM      1133
611
619
#define MNG_FN_DISPLAY_BGR565_A8     1134
 
620
#define MNG_FN_DISPLAY_RGB555        1135
 
621
#define MNG_FN_DISPLAY_BGR555        1136
612
622
 
613
623
/* ************************************************************************** */
614
624
 
931
941
#define MNG_FN_INIT_MAGN             2252
932
942
#define MNG_FN_INIT_JDAA             2253
933
943
#define MNG_FN_INIT_EVNT             2254
 
944
#define MNG_FN_INIT_MPNG             2255
934
945
 
935
946
/* ************************************************************************** */
936
947
 
988
999
#define MNG_FN_ASSIGN_MAGN           2352
989
1000
#define MNG_FN_ASSIGN_JDAA           2353
990
1001
#define MNG_FN_ASSIGN_EVNT           2354
 
1002
#define MNG_FN_ASSIGN_MPNG           2355
991
1003
 
992
1004
/* ************************************************************************** */
993
1005
 
1045
1057
#define MNG_FN_FREE_MAGN             2452
1046
1058
#define MNG_FN_FREE_JDAA             2453
1047
1059
#define MNG_FN_FREE_EVNT             2454
 
1060
#define MNG_FN_FREE_MPNG             2455
1048
1061
 
1049
1062
/* ************************************************************************** */
1050
1063
 
1102
1115
#define MNG_FN_READ_MAGN             2652
1103
1116
#define MNG_FN_READ_JDAA             2653
1104
1117
#define MNG_FN_READ_EVNT             2654
 
1118
#define MNG_FN_READ_MPNG             2655
1105
1119
 
1106
1120
/* ************************************************************************** */
1107
1121
 
1159
1173
#define MNG_FN_WRITE_MAGN            2852
1160
1174
#define MNG_FN_WRITE_JDAA            2853
1161
1175
#define MNG_FN_WRITE_EVNT            2854
 
1176
#define MNG_FN_WRITE_MPNG            2855
1162
1177
 
1163
1178
/* ************************************************************************** */
1164
1179