/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftmemory.h | 225 #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 D | ftutil.c | 58 FT_MEM_ZERO( block, size ); in ft_mem_alloc() 105 FT_MEM_ZERO( (char*)block + cur_count * item_size, in ft_mem_realloc()
|
A D | ftglyph.c | 541 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 D | ftbitmap.c | 171 FT_MEM_ZERO( write, end-write ); in ft_bitmap_assure_buffer()
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidparse.c | 62 FT_MEM_ZERO( parser, sizeof ( *parser ) ); in cid_parser_new()
|
A D | cidload.c | 532 FT_MEM_ZERO( loader, sizeof ( *loader ) ); in cid_init_loader()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A 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() 1322 FT_MEM_ZERO( top, sizeof ( *top ) ); in cff_subfont_load() 1365 FT_MEM_ZERO( priv, sizeof ( *priv ) ); in cff_subfont_load()
|
A D | cf2ft.c | 214 FT_MEM_ZERO( outline, sizeof ( CF2_OutlineRec ) ); in cf2_outline_init()
|
A D | cffparse.c | 44 FT_MEM_ZERO( parser, sizeof ( *parser ) ); in cff_parser_init()
|
A D | cffobjs.c | 117 FT_MEM_ZERO( priv, sizeof ( *priv ) ); in cff_make_private_dict()
|
A D | cffgload.c | 394 FT_MEM_ZERO( decoder, sizeof ( *decoder ) ); in cff_decoder_init()
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftrend1.c | 91 FT_MEM_ZERO( cbox, sizeof ( *cbox ) ); in ft_raster1_get_cbox()
|
A D | ftraster.c | 253 #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 D | pshrec.c | 804 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 D | pshalgo.c | 1268 FT_MEM_ZERO( glyph, sizeof ( *glyph ) ); in psh_glyph_init()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftsmooth.c | 90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) ); in ft_smooth_get_cbox()
|
A D | ftgrays.c | 259 #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 D | bdfdrivr.c | 441 FT_MEM_ZERO( bsize, sizeof ( FT_Bitmap_Size ) ); in BDF_Face_Init()
|
A D | bdflib.c | 592 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 D | ttobjs.c | 124 FT_MEM_ZERO( zone, sizeof ( *zone ) ); in tt_glyphzone_new()
|
A D | ttgload.c | 1475 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 D | t1decode.c | 1576 FT_MEM_ZERO( decoder, sizeof ( *decoder ) ); in t1_decoder_init()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 1185 FT_MEM_ZERO( loader, sizeof ( *loader ) ); in t42_loader_init()
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfread.c | 1194 FT_MEM_ZERO( bsize, sizeof ( FT_Bitmap_Size ) ); in pcf_load_font()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 2043 FT_MEM_ZERO( loader, sizeof ( *loader ) ); in t1_init_loader()
|