/[freetype]/freetype2/src/smooth/ftgrays.c
ViewVC logotype

Diff of /freetype2/src/smooth/ftgrays.c

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

revision 1.65 by wl, Wed May 18 07:01:59 2005 UTC revision 1.66 by wl, Fri May 20 06:22:20 2005 UTC
# Line 1963  Line 1963 
1963    gray_raster_render( PRaster                  raster,    gray_raster_render( PRaster                  raster,
1964                        const FT_Raster_Params*  params )                        const FT_Raster_Params*  params )
1965    {    {
1966      FT_Outline*       outline    = (FT_Outline*)params->source;      const FT_Outline*  outline    = (const FT_Outline*)params->source;
1967      const FT_Bitmap*  target_map = params->target;      const FT_Bitmap*   target_map = params->target;
1968    
1969    
1970      if ( !raster || !raster->cells || !raster->max_cells )      if ( !raster || !raster->cells || !raster->max_cells )
# Line 2131  Line 2131 
2131    
2132    static void    static void
2133    gray_raster_reset( FT_Raster    raster,    gray_raster_reset( FT_Raster    raster,
2134                       const char*  pool_base,                       char*        pool_base,
2135                       long         pool_size )                       long         pool_size )
2136    {    {
2137      PRaster  rast = (PRaster)raster;      PRaster  rast = (PRaster)raster;

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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