Searched refs:FT_MEM_ZERO (Results 1 – 12 of 12) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 235 #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, \
|
/external/freetype/src/base/ |
D | ftbitmap.c | 229 FT_MEM_ZERO( write, end - write ); in ft_bitmap_assure_buffer() 253 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer() 264 FT_MEM_ZERO( out, delta ); in ft_bitmap_assure_buffer() 285 FT_MEM_ZERO( out, delta ); in ft_bitmap_assure_buffer() 289 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer()
|
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()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 294 #ifndef FT_MEM_ZERO 295 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro 299 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) ) 1713 FT_MEM_ZERO( ras.ycells, height * sizeof ( PCell ) ); in gray_convert_glyph()
|
/external/freetype/src/sfnt/ |
D | ttcolr.c | 304 FT_MEM_ZERO( dstSlot->bitmap.buffer, size ); in tt_face_colr_blend_layer()
|
/external/freetype/src/raster/ |
D | ftraster.c | 249 #ifndef FT_MEM_ZERO 250 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) macro 254 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
|
/external/freetype/ |
D | ChangeLog.27 | 1275 s/ft_memset/FT_MEM_ZERO/. 1283 s/FT_MEM_ZERO/FT_ZERO/. 1288 s/FT_MEM_ZERO/FT_ZERO/. 1292 */*: s/FT_MEM_ZERO/FT_ZERO/ where appropriate.
|
D | ChangeLog.21 | 259 (FT_TRACE1, FT_TRACE6, ft_memset, FT_MEM_ZERO): Define 536 (hash_rehash, hash_init): Don't call FT_MEM_ZERO. 6952 (FT_MEM_ZERO): Define. 7487 s/FT_MEM_SET/FT_MEM_ZERO/ where appropriate. 8644 * include/freetype/internal/ftmemory.h (FT_MEM_ZERO, FT_ZERO): New
|
D | ChangeLog | 250 `FT_MEM_ZERO' if we actually have a buffer.
|
/external/freetype/src/gxvalid/ |
D | gxvcommn.c | 975 FT_MEM_ZERO( nGlyphInClass, 256 ); in gxv_ClassTable_validate()
|
/external/freetype/src/autofit/ |
D | afhints.c | 666 FT_MEM_ZERO( hints, sizeof ( *hints ) - sizeof ( hints->embedded ) ); in af_glyph_hints_init()
|
/external/freetype/src/bdf/ |
D | bdflib.c | 449 FT_MEM_ZERO( seps, 32 ); in _bdf_list_split()
|