/[freetype]/freetype2/src/raster/ftraster.c
ViewVC logotype

Diff of /freetype2/src/raster/ftraster.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by wl, Thu Apr 14 16:03:15 2005 UTC revision 1.34 by wl, Wed May 11 20:04:35 2005 UTC
# Line 108  Line 108 
108    /* define DEBUG_RASTER if you want to compile a debugging version */    /* define DEBUG_RASTER if you want to compile a debugging version */
109  #define xxxDEBUG_RASTER  #define xxxDEBUG_RASTER
110    
   /* The default render pool size in bytes */  
 #define RASTER_RENDER_POOL  8192  
   
111    /* undefine FT_RASTER_OPTION_ANTI_ALIASING if you do not want to support */    /* undefine FT_RASTER_OPTION_ANTI_ALIASING if you do not want to support */
112    /* 5-levels anti-aliasing                                                */    /* 5-levels anti-aliasing                                                */
113  #ifdef FT_CONFIG_OPTION_5_GRAY_LEVELS  #ifdef FT_CONFIG_OPTION_5_GRAY_LEVELS
# Line 3254  Line 3251 
3251    
3252    
3253    static int    static int
3254    ft_black_render( TRaster_Instance*  raster,    ft_black_render( TRaster_Instance*        raster,
3255                     FT_Raster_Params*  params )                     const FT_Raster_Params*  params )
3256    {    {
3257      FT_Outline*       outline    = (FT_Outline*)params->source;      FT_Outline*       outline    = (FT_Outline*)params->source;
3258      const FT_Bitmap*  target_map = params->target;      const FT_Bitmap*  target_map = params->target;

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26