Home | History | Annotate | Download | only in raster

Lines Matching defs:FT_MEM_ZERO

246 #ifndef FT_MEM_ZERO
247 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
3391 FT_MEM_ZERO( &the_raster, sizeof ( the_raster ) );
3546 FT_MEM_ZERO( worker->gray_lines, worker->gray_width * 2 );