Searched refs:FT_MEM_SET (Results 1 – 16 of 16) sorted by relevance
/external/freetype/src/base/ |
D | ftpic.c | 34 FT_MEM_SET( pic_container, 0, sizeof(*pic_container) ); in ft_pic_container_init()
|
D | basepic.c | 61 FT_MEM_SET( container, 0, sizeof(*container) ); in ft_base_pic_init()
|
D | ftdbgmem.c | 634 FT_MEM_SET( address, 0xF3, node->size ); in ft_mem_table_remove()
|
/external/freetype/src/pshinter/ |
D | pshpic.c | 54 FT_MEM_SET( container, 0, sizeof ( *container ) ); in pshinter_module_class_pic_init()
|
/external/freetype/src/raster/ |
D | rastpic.c | 65 FT_MEM_SET( container, 0, sizeof(*container) ); in ft_raster1_renderer_class_pic_init()
|
D | ftraster.c | 242 #ifndef FT_MEM_SET 243 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c ) macro 247 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
|
/external/freetype/src/smooth/ |
D | ftspic.c | 65 FT_MEM_SET( container, 0, sizeof(*container) ); in ft_smooth_renderer_class_pic_init()
|
D | ftgrays.c | 225 #ifndef FT_MEM_SET 226 #define FT_MEM_SET( d, s, c ) ft_memset( d, s, c ) macro 230 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) 1190 FT_MEM_SET( p + spans->x, (unsigned char)coverage, spans->len ); in gray_render_span()
|
/external/freetype/src/psnames/ |
D | pspic.c | 60 FT_MEM_SET( container, 0, sizeof(*container) ); in psnames_module_class_pic_init()
|
/external/freetype/src/truetype/ |
D | ttpic.c | 61 FT_MEM_SET( container, 0, sizeof(*container) ); in tt_driver_class_pic_init()
|
D | ttobjs.c | 330 FT_MEM_SET( num_matched_ids, 0, in tt_check_trickyness_sfnt_ids()
|
/external/freetype/src/autofit/ |
D | afpic.c | 65 FT_MEM_SET( container, 0, sizeof ( *container ) ); in autofit_module_class_pic_init()
|
D | afglobal.c | 89 FT_MEM_SET( globals->glyph_scripts, in af_face_globals_compute_script_coverage()
|
/external/freetype/src/sfnt/ |
D | sfntpic.c | 72 FT_MEM_SET( container, 0, sizeof ( *container ) ); in sfnt_module_class_pic_init()
|
/external/freetype/src/cff/ |
D | cffpic.c | 75 FT_MEM_SET( container, 0, sizeof ( *container ) ); in cff_driver_class_pic_init()
|
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 201 #define FT_MEM_SET( dest, byte, count ) ft_memset( dest, byte, count ) macro 208 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
|