Searched defs:FT_MEM_ZERO (Results 1 - 3 of 3) sorted by relevance

/external/freetype/include/freetype/internal/
H A Dftmemory.h235 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
237 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
241 FT_MEM_ZERO( dest, \
/external/freetype/src/smooth/
H A Dftgrays.c296 #ifndef FT_MEM_ZERO
297 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
301 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
1786 FT_MEM_ZERO( ras.ycells, height * sizeof ( PCell ) );
/external/freetype/src/raster/
H A Dftraster.c250 #ifndef FT_MEM_ZERO
251 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
255 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )

Completed in 238 milliseconds