Searched refs:FT_MEM_SET (Results 1 - 15 of 15) sorted by relevance

/external/freetype/src/base/
H A Dftpic.c34 FT_MEM_SET( pic_container, 0, sizeof(*pic_container) );
H A Dbasepic.c61 FT_MEM_SET( container, 0, sizeof(*container) );
H A Dftdbgmem.c634 FT_MEM_SET( address, 0xF3, node->size );
/external/freetype/src/pshinter/
H A Dpshpic.c54 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/freetype/src/autofit/
H A Dafpic.c62 FT_MEM_SET( container, 0, sizeof ( *container ) );
H A Dafglobal.c89 FT_MEM_SET( globals->glyph_scripts,
/external/freetype/src/psnames/
H A Dpspic.c60 FT_MEM_SET( container, 0, sizeof(*container) );
/external/freetype/src/raster/
H A Drastpic.c65 FT_MEM_SET( container, 0, sizeof(*container) );
H A Dftraster.c242 #ifndef FT_MEM_SET
243 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c ) macro
247 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
/external/freetype/src/smooth/
H A Dftspic.c65 FT_MEM_SET( container, 0, sizeof(*container) );
H A Dftgrays.c225 #ifndef FT_MEM_SET
226 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c ) macro
230 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
1207 FT_MEM_SET( p + spans->x, (unsigned char)coverage, spans->len );
/external/freetype/src/truetype/
H A Dttpic.c61 FT_MEM_SET( container, 0, sizeof(*container) );
/external/freetype/src/cff/
H A Dcffpic.c75 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/freetype/src/sfnt/
H A Dsfntpic.c72 FT_MEM_SET( container, 0, sizeof ( *container ) );
/external/freetype/include/freetype/internal/
H A Dftmemory.h201 #define FT_MEM_SET( dest, byte, count ) ft_memset( dest, byte, count ) macro
208 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )

Completed in 1107 milliseconds