Searched refs:FT_MEM_ZERO (Results 1 – 17 of 17) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 196 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro 198 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) ) 202 FT_MEM_ZERO( dest, (count) * sizeof ( *(dest) ) )
|
/external/freetype/src/base/ |
D | ftutil.c | 58 FT_MEM_ZERO( block, size ); in ft_mem_alloc() 104 FT_MEM_ZERO( (char*)block + cur_count * item_size, in ft_mem_realloc()
|
D | ftglyph.c | 542 FT_MEM_ZERO( &dummy, sizeof ( dummy ) ); in FT_Glyph_To_Bitmap() 543 FT_MEM_ZERO( &dummy_internal, sizeof ( dummy_internal ) ); in FT_Glyph_To_Bitmap()
|
D | ftbitmap.c | 169 FT_MEM_ZERO( write, end-write ); in ft_bitmap_assure_buffer()
|
/external/freetype/src/cff/ |
D | cffload.c | 236 FT_MEM_ZERO( idx, sizeof ( *idx ) ); in cff_index_init() 314 FT_MEM_ZERO( idx, sizeof ( *idx ) ); in cff_index_done() 1256 FT_MEM_ZERO( top, sizeof ( *top ) ); in cff_subfont_load() 1296 FT_MEM_ZERO( priv, sizeof ( *priv ) ); in cff_subfont_load()
|
D | cffparse.c | 73 FT_MEM_ZERO( parser, sizeof ( *parser ) ); in cff_parser_init()
|
D | cffobjs.c | 114 FT_MEM_ZERO( priv, sizeof ( *priv ) ); in cff_make_private_dict()
|
D | cffgload.c | 379 FT_MEM_ZERO( decoder, sizeof ( *decoder ) ); in cff_decoder_init()
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 801 FT_MEM_ZERO( hints, sizeof ( *hints ) ); in ps_hints_init() 1138 FT_MEM_ZERO( (char*)funcs, sizeof ( *funcs ) ); in t1_hints_funcs_init() 1204 FT_MEM_ZERO( funcs, sizeof ( *funcs ) ); in t2_hints_funcs_init()
|
D | pshalgo.c | 1268 FT_MEM_ZERO( glyph, sizeof ( *glyph ) ); in psh_glyph_init()
|
/external/freetype/src/raster/ |
D | ftrend1.c | 89 FT_MEM_ZERO( cbox, sizeof ( *cbox ) ); in ft_raster1_get_cbox()
|
D | ftraster.c | 225 #ifndef FT_MEM_ZERO 226 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro 3259 FT_MEM_ZERO( &the_raster, sizeof ( the_raster ) ); in ft_black_new()
|
/external/freetype/src/smooth/ |
D | ftsmooth.c | 88 FT_MEM_ZERO( cbox, sizeof ( *cbox ) ); in ft_smooth_get_cbox()
|
D | ftgrays.c | 196 #ifndef FT_MEM_ZERO 197 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro 1959 FT_MEM_ZERO( &the_raster, sizeof ( the_raster ) ); in gray_raster_new()
|
/external/freetype/src/truetype/ |
D | ttobjs.c | 125 FT_MEM_ZERO( zone, sizeof ( *zone ) ); in tt_glyphzone_new()
|
D | ttgload.c | 1233 FT_MEM_ZERO( &inc_stream, sizeof ( inc_stream ) ); in load_truetype_glyph() 1776 FT_MEM_ZERO( loader, sizeof ( TT_LoaderRec ) ); in tt_loader_init()
|
/external/freetype/src/psaux/ |
D | t1decode.c | 1430 FT_MEM_ZERO( decoder, sizeof ( *decoder ) ); in t1_decoder_init()
|