Home
last modified time | relevance | path

Searched refs:FT_MEM_SET (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/freetype/src/base/
A Dftpic.c35 FT_MEM_SET( pic_container, 0, sizeof ( *pic_container ) ); in ft_pic_container_init()
A Dbasepic.c80 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_base_pic_init()
A Dftdbgmem.c629 FT_MEM_SET( address, 0xF3, node->size ); in ft_mem_table_remove()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshpic.c60 FT_MEM_SET( container, 0, sizeof ( *container ) ); in pshinter_module_class_pic_init()
/AliOS-Things-master/components/freetype/src/raster/
A Drastpic.c73 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_raster1_renderer_class_pic_init()
A Dftraster.c249 #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 Dftspic.c74 FT_MEM_SET( container, 0, sizeof ( *container ) ); in ft_smooth_renderer_class_pic_init()
A Dftgrays.c255 #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 Dpspic.c75 FT_MEM_SET( container, 0, sizeof ( *container ) ); in psnames_module_class_pic_init()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttpic.c76 FT_MEM_SET( container, 0, sizeof ( *container ) ); in tt_driver_class_pic_init()
A Dttobjs.c352 FT_MEM_SET( num_matched_ids, 0, in tt_check_trickyness_sfnt_ids()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffpic.c99 FT_MEM_SET( container, 0, sizeof ( *container ) ); in cff_driver_class_pic_init()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dsfntpic.c106 FT_MEM_SET( container, 0, sizeof ( *container ) ); in sfnt_module_class_pic_init()
/AliOS-Things-master/components/freetype/include/internal/
A Dftmemory.h218 #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 Dafpic.c89 FT_MEM_SET( container, 0, sizeof ( *container ) ); in autofit_module_class_pic_init()
A Dafglobal.c145 FT_MEM_SET( globals->glyph_styles, in af_face_globals_compute_style_coverage()

Completed in 22 milliseconds