HomeSort by: relevance | last modified time | path
    Searched refs:FT_MEM_ZERO (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftmemory.h 244 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
246 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
250 FT_MEM_ZERO( dest, \
  /xsrc/external/mit/freetype/dist/src/base/
ftutil.c 57 FT_MEM_ZERO( block, size );
104 FT_MEM_ZERO( (char*)block + cur_count * item_size,
ftbitmap.c 228 FT_MEM_ZERO( write, end - write );
252 FT_MEM_ZERO( out, new_pitch * ypixels );
263 FT_MEM_ZERO( out, delta );
284 FT_MEM_ZERO( out, delta );
288 FT_MEM_ZERO( out, new_pitch * ypixels );
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttcolr.c 303 FT_MEM_ZERO( dstSlot->bitmap.buffer, size );
  /xsrc/external/mit/freetype/dist/src/smooth/
ftgrays.c 301 #ifndef FT_MEM_ZERO
302 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
306 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
1716 FT_MEM_ZERO( ras.ycells, height * sizeof ( PCell ) );
  /xsrc/external/mit/freetype/dist/src/raster/
ftraster.c 248 #ifndef FT_MEM_ZERO
249 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
253 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
  /xsrc/external/mit/freetype/dist/src/autofit/
afhints.c 696 FT_MEM_ZERO( hints, sizeof ( *hints ) - sizeof ( hints->embedded ) );
  /xsrc/external/mit/freetype/dist/src/gxvalid/
gxvcommn.c 975 FT_MEM_ZERO( nGlyphInClass, 256 );
  /xsrc/external/mit/freetype/dist/src/bdf/
bdflib.c 446 FT_MEM_ZERO( seps, 32 );

Completed in 17 milliseconds