Searched refs:FT_MEM_ZERO (Results 1 - 17 of 17) sorted by relevance

/external/freetype/include/freetype/internal/
H A Dftmemory.h208 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
210 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
214 FT_MEM_ZERO( dest, (count) * sizeof ( *(dest) ) )
/external/freetype/src/base/
H A Dftutil.c58 FT_MEM_ZERO( block, size );
104 FT_MEM_ZERO( (char*)block + cur_count * item_size,
H A Dftglyph.c543 FT_MEM_ZERO( &dummy, sizeof ( dummy ) );
544 FT_MEM_ZERO( &dummy_internal, sizeof ( dummy_internal ) );
H A Dftbitmap.c169 FT_MEM_ZERO( write, end-write );
/external/freetype/src/cff/
H A Dcffload.c235 FT_MEM_ZERO( idx, sizeof ( *idx ) );
313 FT_MEM_ZERO( idx, sizeof ( *idx ) );
1314 FT_MEM_ZERO( top, sizeof ( *top ) );
1357 FT_MEM_ZERO( priv, sizeof ( *priv ) );
H A Dcffobjs.c113 FT_MEM_ZERO( priv, sizeof ( *priv ) );
H A Dcffparse.c44 FT_MEM_ZERO( parser, sizeof ( *parser ) );
H A Dcffgload.c388 FT_MEM_ZERO( decoder, sizeof ( *decoder ) );
/external/freetype/src/raster/
H A Dftrend1.c90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) );
H A Dftraster.c246 #ifndef FT_MEM_ZERO
247 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
3436 FT_MEM_ZERO( &the_raster, sizeof ( the_raster ) );
3593 FT_MEM_ZERO( worker->gray_lines, worker->gray_width * 2 );
/external/freetype/src/smooth/
H A Dftsmooth.c90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) );
H A Dftgrays.c229 #ifndef FT_MEM_ZERO
230 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
1968 FT_MEM_ZERO( &the_raster, sizeof ( the_raster ) );
/external/freetype/src/pshinter/
H A Dpshrec.c803 FT_MEM_ZERO( hints, sizeof ( *hints ) );
1147 FT_MEM_ZERO( (char*)funcs, sizeof ( *funcs ) );
1213 FT_MEM_ZERO( funcs, sizeof ( *funcs ) );
H A Dpshalgo.c1269 FT_MEM_ZERO( glyph, sizeof ( *glyph ) );
/external/freetype/src/truetype/
H A Dttgload.c1286 FT_MEM_ZERO( &inc_stream, sizeof ( inc_stream ) );
1842 FT_MEM_ZERO( loader, sizeof ( TT_LoaderRec ) );
H A Dttobjs.c123 FT_MEM_ZERO( zone, sizeof ( *zone ) );
/external/freetype/src/psaux/
H A Dt1decode.c1570 FT_MEM_ZERO( decoder, sizeof ( *decoder ) );

Completed in 160 milliseconds