Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
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/
Dftutil.c58 FT_MEM_ZERO( block, size ); in ft_mem_alloc()
104 FT_MEM_ZERO( (char*)block + cur_count * item_size, in ft_mem_realloc()
Dftglyph.c543 FT_MEM_ZERO( &dummy, sizeof ( dummy ) ); in FT_Glyph_To_Bitmap()
544 FT_MEM_ZERO( &dummy_internal, sizeof ( dummy_internal ) ); in FT_Glyph_To_Bitmap()
Dftbitmap.c169 FT_MEM_ZERO( write, end-write ); in ft_bitmap_assure_buffer()
/external/freetype/src/cff/
Dcffload.c235 FT_MEM_ZERO( idx, sizeof ( *idx ) ); in cff_index_init()
313 FT_MEM_ZERO( idx, sizeof ( *idx ) ); in cff_index_done()
1314 FT_MEM_ZERO( top, sizeof ( *top ) ); in cff_subfont_load()
1357 FT_MEM_ZERO( priv, sizeof ( *priv ) ); in cff_subfont_load()
Dcffparse.c44 FT_MEM_ZERO( parser, sizeof ( *parser ) ); in cff_parser_init()
Dcffobjs.c113 FT_MEM_ZERO( priv, sizeof ( *priv ) ); in cff_make_private_dict()
Dcffgload.c388 FT_MEM_ZERO( decoder, sizeof ( *decoder ) ); in cff_decoder_init()
/external/freetype/src/pshinter/
Dpshrec.c803 FT_MEM_ZERO( hints, sizeof ( *hints ) ); in ps_hints_init()
1147 FT_MEM_ZERO( (char*)funcs, sizeof ( *funcs ) ); in t1_hints_funcs_init()
1213 FT_MEM_ZERO( funcs, sizeof ( *funcs ) ); in t2_hints_funcs_init()
Dpshalgo.c1269 FT_MEM_ZERO( glyph, sizeof ( *glyph ) ); in psh_glyph_init()
/external/freetype/src/raster/
Dftrend1.c90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) ); in ft_raster1_get_cbox()
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 ) ); in ft_black_new()
3593 FT_MEM_ZERO( worker->gray_lines, worker->gray_width * 2 ); in ft_black_render()
/external/freetype/src/smooth/
Dftsmooth.c90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) ); in ft_smooth_get_cbox()
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 ) ); in gray_raster_new()
/external/freetype/src/truetype/
Dttobjs.c123 FT_MEM_ZERO( zone, sizeof ( *zone ) ); in tt_glyphzone_new()
Dttgload.c1286 FT_MEM_ZERO( &inc_stream, sizeof ( inc_stream ) ); in load_truetype_glyph()
1842 FT_MEM_ZERO( loader, sizeof ( TT_LoaderRec ) ); in tt_loader_init()
/external/freetype/src/psaux/
Dt1decode.c1570 FT_MEM_ZERO( decoder, sizeof ( *decoder ) ); in t1_decoder_init()