Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftbitmap.c219 FT_MEM_ZERO( write, end - write ); in ft_bitmap_assure_buffer()
243 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer()
252 FT_MEM_ZERO( out, delta ); in ft_bitmap_assure_buffer()
273 FT_MEM_ZERO( out, delta ); in ft_bitmap_assure_buffer()
277 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer()
H 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()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/
H A Dftmemory.h235 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
237 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
241 FT_MEM_ZERO( dest, \
/reactos/sdk/lib/3rdparty/freetype/src/smooth/
H A Dftgrays.c296 #ifndef FT_MEM_ZERO
297 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
301 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
1797 FT_MEM_ZERO( ras.ycells, height * sizeof ( PCell ) ); in gray_convert_glyph()
/reactos/sdk/lib/3rdparty/freetype/src/raster/
H A Dftraster.c250 #ifndef FT_MEM_ZERO
251 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro
255 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
/reactos/sdk/lib/3rdparty/freetype/src/autofit/
H A Dafhints.c666 FT_MEM_ZERO( hints, sizeof ( *hints ) - sizeof ( hints->embedded ) ); in af_glyph_hints_init()
/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/
H A Dgxvcommn.c975 FT_MEM_ZERO( nGlyphInClass, 256 ); in gxv_ClassTable_validate()
/reactos/sdk/lib/3rdparty/freetype/src/bdf/
H A Dbdflib.c449 FT_MEM_ZERO( seps, 32 ); in _bdf_list_split()