fontservices/freetypefontrasteriser/freetype2/include/freetype/internal/fttrace.h
author MattD <mattd@symbian.org>
Mon, 08 Feb 2010 15:30:13 +0000
changeset 66 18fedaf0292a
permissions -rw-r--r--
Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
66
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
     1
/***************************************************************************/
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
     2
/*                                                                         */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
     3
/*  fttrace.h                                                              */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
     4
/*                                                                         */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
     5
/*    Tracing handling (specification only).                               */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
     6
/*                                                                         */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
     7
/*  Copyright 2002, 2004, 2005, 2006 by                                    */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
     8
/*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
     9
/*                                                                         */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    10
/*  This file is part of the FreeType project, and may only be used,       */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    11
/*  modified, and distributed under the terms of the FreeType project      */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    12
/*  license, FTL.TXT.  By continuing to use, modify, or distribute     */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    13
/*  this file you indicate that you have read the license and              */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    14
/*  understand and accept it fully.                                        */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    15
/*                                                                         */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    16
/***************************************************************************/
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    17
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    18
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    19
  /* definitions of trace levels for FreeType 2 */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    20
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    21
  /* the first level must always be `trace_any' */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    22
FT_TRACE_DEF( any )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    23
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    24
  /* base components */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    25
FT_TRACE_DEF( calc )      /* calculations            (ftcalc.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    26
FT_TRACE_DEF( memory )    /* memory manager          (ftobjs.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    27
FT_TRACE_DEF( stream )    /* stream manager          (ftstream.c) */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    28
FT_TRACE_DEF( io )        /* i/o interface           (ftsystem.c) */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    29
FT_TRACE_DEF( list )      /* list management         (ftlist.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    30
FT_TRACE_DEF( init )      /* initialization          (ftinit.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    31
FT_TRACE_DEF( objs )      /* base objects            (ftobjs.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    32
FT_TRACE_DEF( outline )   /* outline management      (ftoutln.c)  */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    33
FT_TRACE_DEF( glyph )     /* glyph management        (ftglyph.c)  */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    34
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    35
FT_TRACE_DEF( raster )    /* monochrome rasterizer   (ftraster.c) */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    36
FT_TRACE_DEF( smooth )    /* anti-aliasing raster    (ftgrays.c)  */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    37
FT_TRACE_DEF( mm )        /* MM interface            (ftmm.c)     */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    38
FT_TRACE_DEF( raccess )   /* resource fork accessor  (ftrfork.c)  */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    39
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    40
  /* Cache sub-system */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    41
FT_TRACE_DEF( cache )     /* cache sub-system        (ftcache.c, etc.) */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    42
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    43
  /* SFNT driver components */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    44
FT_TRACE_DEF( sfobjs )    /* SFNT object handler     (sfobjs.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    45
FT_TRACE_DEF( ttcmap )    /* charmap handler         (ttcmap.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    46
FT_TRACE_DEF( ttkern )    /* kerning handler         (ttkern.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    47
FT_TRACE_DEF( ttload )    /* basic TrueType tables   (ttload.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    48
FT_TRACE_DEF( ttmtx )     /* metrics-related tables  (ttmtx.c)    */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    49
FT_TRACE_DEF( ttpost )    /* PS table processing     (ttpost.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    50
FT_TRACE_DEF( ttsbit )    /* TrueType sbit handling  (ttsbit.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    51
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    52
  /* TrueType driver components */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    53
FT_TRACE_DEF( ttdriver )  /* TT font driver          (ttdriver.c) */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    54
FT_TRACE_DEF( ttgload )   /* TT glyph loader         (ttgload.c)  */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    55
FT_TRACE_DEF( ttinterp )  /* bytecode interpreter    (ttinterp.c) */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    56
FT_TRACE_DEF( ttobjs )    /* TT objects manager      (ttobjs.c)   */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    57
FT_TRACE_DEF( ttpload )   /* TT data/program loader  (ttpload.c)  */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    58
FT_TRACE_DEF( ttgxvar )   /* TrueType GX var handler (ttgxvar.c)  */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    59
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    60
  /* Type 1 driver components */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    61
FT_TRACE_DEF( t1driver )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    62
FT_TRACE_DEF( t1gload )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    63
FT_TRACE_DEF( t1hint )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    64
FT_TRACE_DEF( t1load )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    65
FT_TRACE_DEF( t1objs )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    66
FT_TRACE_DEF( t1parse )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    67
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    68
  /* PostScript helper module `psaux' */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    69
FT_TRACE_DEF( t1decode )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    70
FT_TRACE_DEF( psobjs )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    71
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    72
  /* PostScript hinting module `pshinter' */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    73
FT_TRACE_DEF( pshrec )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    74
FT_TRACE_DEF( pshalgo1 )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    75
FT_TRACE_DEF( pshalgo2 )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    76
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    77
  /* Type 2 driver components */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    78
FT_TRACE_DEF( cffdriver )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    79
FT_TRACE_DEF( cffgload )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    80
FT_TRACE_DEF( cffload )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    81
FT_TRACE_DEF( cffobjs )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    82
FT_TRACE_DEF( cffparse )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    83
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    84
  /* Type 42 driver component */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    85
FT_TRACE_DEF( t42 )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    86
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    87
  /* CID driver components */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    88
FT_TRACE_DEF( cidafm )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    89
FT_TRACE_DEF( ciddriver )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    90
FT_TRACE_DEF( cidgload )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    91
FT_TRACE_DEF( cidload )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    92
FT_TRACE_DEF( cidobjs )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    93
FT_TRACE_DEF( cidparse )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    94
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    95
  /* Windows font component */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    96
FT_TRACE_DEF( winfnt )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    97
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    98
  /* PCF font components */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
    99
FT_TRACE_DEF( pcfdriver )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   100
FT_TRACE_DEF( pcfread )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   101
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   102
  /* BDF font components */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   103
FT_TRACE_DEF( bdfdriver )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   104
FT_TRACE_DEF( bdflib )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   105
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   106
  /* PFR font component */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   107
FT_TRACE_DEF( pfr )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   108
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   109
  /* OpenType validation components */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   110
FT_TRACE_DEF( otvmodule )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   111
FT_TRACE_DEF( otvcommon )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   112
FT_TRACE_DEF( otvbase )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   113
FT_TRACE_DEF( otvgdef )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   114
FT_TRACE_DEF( otvgpos )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   115
FT_TRACE_DEF( otvgsub )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   116
FT_TRACE_DEF( otvjstf )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   117
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   118
  /* TrueTypeGX/AAT validation components */
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   119
FT_TRACE_DEF( gxvmodule )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   120
FT_TRACE_DEF( gxvcommon )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   121
FT_TRACE_DEF( gxvfeat )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   122
FT_TRACE_DEF( gxvmort )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   123
FT_TRACE_DEF( gxvmorx )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   124
FT_TRACE_DEF( gxvbsln )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   125
FT_TRACE_DEF( gxvjust )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   126
FT_TRACE_DEF( gxvkern )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   127
FT_TRACE_DEF( gxvopbd )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   128
FT_TRACE_DEF( gxvtrak )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   129
FT_TRACE_DEF( gxvprop )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   130
FT_TRACE_DEF( gxvlcar )
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   131
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   132
18fedaf0292a Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)
MattD <mattd@symbian.org>
parents:
diff changeset
   133
/* END */