/[freetype]/freetype2/src/base/ftobjs.c
ViewVC logotype

Diff of /freetype2/src/base/ftobjs.c

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

revision 1.214 by wl, Fri May 27 06:01:28 2005 UTC revision 1.215 by wl, Mon Jun 6 07:01:47 2005 UTC
# Line 288  Line 288 
288      FT_ZERO( &slot->metrics );      FT_ZERO( &slot->metrics );
289      FT_ZERO( &slot->outline );      FT_ZERO( &slot->outline );
290    
291      slot->bitmap.width = 0;      slot->bitmap.width      = 0;
292      slot->bitmap.rows  = 0;      slot->bitmap.rows       = 0;
293      slot->bitmap.pitch = 0;      slot->bitmap.pitch      = 0;
294      slot->bitmap.pixel_mode = 0;      slot->bitmap.pixel_mode = 0;
295      /* don't touch 'slot->bitmap.buffer'! */      /* `slot->bitmap.buffer' has been handled by ft_glyphslot_free_bitmap */
296    
297      slot->bitmap_left   = 0;      slot->bitmap_left   = 0;
298      slot->bitmap_top    = 0;      slot->bitmap_top    = 0;

Legend:
Removed from v.1.214  
changed lines
  Added in v.1.215

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