Searched refs:FT_MEM_ZERO (Results 1 – 17 of 17) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 208 #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/ |
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 | 543 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()
|
D | ftbitmap.c | 169 FT_MEM_ZERO( write, end-write ); in ft_bitmap_assure_buffer()
|
/external/freetype/src/cff/ |
D | cffload.c | 235 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()
|
D | cffparse.c | 44 FT_MEM_ZERO( parser, sizeof ( *parser ) ); in cff_parser_init()
|
D | cffobjs.c | 113 FT_MEM_ZERO( priv, sizeof ( *priv ) ); in cff_make_private_dict()
|
D | cffgload.c | 388 FT_MEM_ZERO( decoder, sizeof ( *decoder ) ); in cff_decoder_init()
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 803 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()
|
D | pshalgo.c | 1269 FT_MEM_ZERO( glyph, sizeof ( *glyph ) ); in psh_glyph_init()
|
/external/freetype/src/raster/ |
D | ftrend1.c | 90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) ); in ft_raster1_get_cbox()
|
D | ftraster.c | 246 #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/ |
D | ftsmooth.c | 90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) ); in ft_smooth_get_cbox()
|
D | ftgrays.c | 229 #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/ |
D | ttobjs.c | 123 FT_MEM_ZERO( zone, sizeof ( *zone ) ); in tt_glyphzone_new()
|
D | ttgload.c | 1286 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/ |
D | t1decode.c | 1570 FT_MEM_ZERO( decoder, sizeof ( *decoder ) ); in t1_decoder_init()
|