Home | History | Annotate | Download | only in smooth

Lines Matching defs:FT_MEM_ZERO

259 #ifndef FT_MEM_ZERO
260 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
2022 FT_MEM_ZERO( &the_raster, sizeof ( the_raster ) );