Home | History | Annotate | Download | only in raster

Lines Matching defs:FT_MEM_ZERO

253 #ifndef FT_MEM_ZERO
254 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
3466 FT_MEM_ZERO( &the_raster, sizeof ( the_raster ) );
3624 FT_MEM_ZERO( worker->gray_lines, worker->gray_width * 2 );