Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/include/internal/
A Dftmemory.h225 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
227 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
231 FT_MEM_ZERO( dest, (count) * sizeof ( *(dest) ) )
/AliOS-Things-master/components/freetype/src/base/
A Dftutil.c58 FT_MEM_ZERO( block, size ); in ft_mem_alloc()
105 FT_MEM_ZERO( (char*)block + cur_count * item_size, in ft_mem_realloc()
A Dftglyph.c541 FT_MEM_ZERO( &dummy, sizeof ( dummy ) ); in FT_Glyph_To_Bitmap()
542 FT_MEM_ZERO( &dummy_internal, sizeof ( dummy_internal ) ); in FT_Glyph_To_Bitmap()
A Dftbitmap.c171 FT_MEM_ZERO( write, end-write ); in ft_bitmap_assure_buffer()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidparse.c62 FT_MEM_ZERO( parser, sizeof ( *parser ) ); in cid_parser_new()
A Dcidload.c532 FT_MEM_ZERO( loader, sizeof ( *loader ) ); in cid_init_loader()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffload.c235 FT_MEM_ZERO( idx, sizeof ( *idx ) ); in cff_index_init()
313 FT_MEM_ZERO( idx, sizeof ( *idx ) ); in cff_index_done()
1322 FT_MEM_ZERO( top, sizeof ( *top ) ); in cff_subfont_load()
1365 FT_MEM_ZERO( priv, sizeof ( *priv ) ); in cff_subfont_load()
A Dcf2ft.c214 FT_MEM_ZERO( outline, sizeof ( CF2_OutlineRec ) ); in cf2_outline_init()
A Dcffparse.c44 FT_MEM_ZERO( parser, sizeof ( *parser ) ); in cff_parser_init()
A Dcffobjs.c117 FT_MEM_ZERO( priv, sizeof ( *priv ) ); in cff_make_private_dict()
A Dcffgload.c394 FT_MEM_ZERO( decoder, sizeof ( *decoder ) ); in cff_decoder_init()
/AliOS-Things-master/components/freetype/src/raster/
A Dftrend1.c91 FT_MEM_ZERO( cbox, sizeof ( *cbox ) ); in ft_raster1_get_cbox()
A Dftraster.c253 #ifndef FT_MEM_ZERO
254 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
3463 FT_MEM_ZERO( &the_raster, sizeof ( the_raster ) ); in ft_black_new()
3621 FT_MEM_ZERO( worker->gray_lines, worker->gray_width * 2 ); in ft_black_render()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshrec.c804 FT_MEM_ZERO( hints, sizeof ( *hints ) ); in ps_hints_init()
1148 FT_MEM_ZERO( (char*)funcs, sizeof ( *funcs ) ); in t1_hints_funcs_init()
1214 FT_MEM_ZERO( funcs, sizeof ( *funcs ) ); in t2_hints_funcs_init()
A Dpshalgo.c1268 FT_MEM_ZERO( glyph, sizeof ( *glyph ) ); in psh_glyph_init()
/AliOS-Things-master/components/freetype/src/smooth/
A Dftsmooth.c90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) ); in ft_smooth_get_cbox()
A Dftgrays.c259 #ifndef FT_MEM_ZERO
260 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
2042 FT_MEM_ZERO( &the_raster, sizeof ( the_raster ) ); in gray_raster_new()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdfdrivr.c441 FT_MEM_ZERO( bsize, sizeof ( FT_Bitmap_Size ) ); in BDF_Face_Init()
A Dbdflib.c592 FT_MEM_ZERO( seps, 32 ); in _bdf_list_split()
1373 FT_MEM_ZERO( fp, sizeof ( bdf_property_t ) ); in _bdf_add_property()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttobjs.c124 FT_MEM_ZERO( zone, sizeof ( *zone ) ); in tt_glyphzone_new()
A Dttgload.c1475 FT_MEM_ZERO( &inc_stream, sizeof ( inc_stream ) ); in load_truetype_glyph()
2096 FT_MEM_ZERO( loader, sizeof ( TT_LoaderRec ) ); in tt_loader_init()
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1decode.c1576 FT_MEM_ZERO( decoder, sizeof ( *decoder ) ); in t1_decoder_init()
/AliOS-Things-master/components/freetype/src/type42/
A Dt42parse.c1185 FT_MEM_ZERO( loader, sizeof ( *loader ) ); in t42_loader_init()
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfread.c1194 FT_MEM_ZERO( bsize, sizeof ( FT_Bitmap_Size ) ); in pcf_load_font()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1load.c2043 FT_MEM_ZERO( loader, sizeof ( *loader ) ); in t1_init_loader()

Completed in 52 milliseconds