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

  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftmemory.h 234 #define FT_MEM_SET( dest, byte, count ) \
244 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
  /xsrc/external/mit/freetype/dist/builds/mac/
ftmac.c 544 FT_MEM_SET( path, 0, maxPathSize );
1295 FT_MEM_SET( &spec, 0, sizeof ( FSSpec ) );
1296 FT_MEM_SET( &pb, 0, sizeof ( FCBPBRec ) );
  /xsrc/external/mit/freetype/dist/src/smooth/
ftgrays.c 297 #ifndef FT_MEM_SET
298 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c )
302 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
1285 FT_MEM_SET( q, c, acount );
  /xsrc/external/mit/freetype/dist/src/base/
ftdbgmem.c 634 FT_MEM_SET( address, 0xF3, node->size );
  /xsrc/external/mit/freetype/dist/src/raster/
ftraster.c 244 #ifndef FT_MEM_SET
245 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c )
249 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
  /xsrc/external/mit/freetype/dist/src/truetype/
ttobjs.c 443 FT_MEM_SET( num_matched_ids, 0,

Completed in 17 milliseconds