HomeSort by relevance Sort by last modified time
    Searched defs:FT_MEM_ZERO (Results 1 - 3 of 3) sorted by null

  /external/freetype/include/freetype/internal/
ftmemory.h 208 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
210 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
214 FT_MEM_ZERO( dest, (count) * sizeof ( *(dest) ) )
  /external/freetype/src/smooth/
ftgrays.c 229 #ifndef FT_MEM_ZERO
230 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]
  /external/freetype/src/raster/
ftraster.c 246 #ifndef FT_MEM_ZERO
247 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
    [all...]

Completed in 3388 milliseconds