Searched refs:FT_MEM_SET (Results 1 – 16 of 16) sorted by relevance
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftpic.c | 35 FT_MEM_SET( pic_container, 0, sizeof ( *pic_container ) ); in ft_pic_container_init()
|
A D | basepic.c | 80 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_base_pic_init()
|
A D | ftdbgmem.c | 629 FT_MEM_SET( address, 0xF3, node->size ); in ft_mem_table_remove()
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshpic.c | 60 FT_MEM_SET( container, 0, sizeof ( *container ) ); in pshinter_module_class_pic_init()
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | rastpic.c | 73 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_raster1_renderer_class_pic_init()
|
A D | ftraster.c | 249 #ifndef FT_MEM_SET 250 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c ) macro 254 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftspic.c | 74 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_smooth_renderer_class_pic_init()
|
A D | ftgrays.c | 255 #ifndef FT_MEM_SET 256 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c ) macro 260 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) 1253 FT_MEM_SET( p + spans->x, (unsigned char)coverage, spans->len ); in gray_render_span()
|
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | pspic.c | 75 FT_MEM_SET( container, 0, sizeof ( *container ) ); in psnames_module_class_pic_init()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttpic.c | 76 FT_MEM_SET( container, 0, sizeof ( *container ) ); in tt_driver_class_pic_init()
|
A D | ttobjs.c | 352 FT_MEM_SET( num_matched_ids, 0, in tt_check_trickyness_sfnt_ids()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffpic.c | 99 FT_MEM_SET( container, 0, sizeof ( *container ) ); in cff_driver_class_pic_init()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | sfntpic.c | 106 FT_MEM_SET( container, 0, sizeof ( *container ) ); in sfnt_module_class_pic_init()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftmemory.h | 218 #define FT_MEM_SET( dest, byte, count ) ft_memset( dest, byte, count ) macro 225 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afpic.c | 89 FT_MEM_SET( container, 0, sizeof ( *container ) ); in autofit_module_class_pic_init()
|
A D | afglobal.c | 145 FT_MEM_SET( globals->glyph_styles, in af_face_globals_compute_style_coverage()
|
Completed in 22 milliseconds