/external/freetype/builds/vms/ |
D | ftsystem.c | 96 ft_alloc( FT_Memory memory, in ft_alloc() 126 ft_realloc( FT_Memory memory, in ft_realloc() 152 ft_free( FT_Memory memory, in ft_free() 284 ft_mem_debug_init( FT_Memory memory ); 287 ft_mem_debug_done( FT_Memory memory ); 294 FT_BASE_DEF( FT_Memory ) 297 FT_Memory memory; in FT_New_Memory() 300 memory = (FT_Memory)malloc( sizeof ( *memory ) ); in FT_New_Memory() 319 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
|
/external/freetype/src/base/ |
D | ftsystem.c | 71 ft_alloc( FT_Memory memory, in ft_alloc() 105 ft_realloc( FT_Memory memory, in ft_realloc() 133 ft_free( FT_Memory memory, in ft_free() 289 ft_mem_debug_init( FT_Memory memory ); 292 ft_mem_debug_done( FT_Memory memory ); 299 FT_BASE_DEF( FT_Memory ) 302 FT_Memory memory; in FT_New_Memory() 305 memory = (FT_Memory)ft_smalloc( sizeof ( *memory ) ); in FT_New_Memory() 324 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
|
D | fthash.c | 133 FT_Memory memory ) in hash_rehash() 168 FT_Memory memory ) in hash_init() 197 FT_Memory memory ) in ft_hash_str_init() 205 FT_Memory memory ) in ft_hash_num_init() 213 FT_Memory memory ) in ft_hash_str_free() 237 FT_Memory memory ) in hash_insert() 275 FT_Memory memory ) in ft_hash_str_insert() 290 FT_Memory memory ) in ft_hash_num_insert()
|
D | ftutil.c | 50 ft_mem_alloc( FT_Memory memory, in ft_mem_alloc() 66 ft_mem_qalloc( FT_Memory memory, in ft_mem_qalloc() 92 ft_mem_realloc( FT_Memory memory, in ft_mem_realloc() 114 ft_mem_qrealloc( FT_Memory memory, in ft_mem_qrealloc() 170 ft_mem_free( FT_Memory memory, in ft_mem_free() 179 ft_mem_dup( FT_Memory memory, in ft_mem_dup() 197 ft_mem_strdup( FT_Memory memory, in ft_mem_strdup() 415 FT_Memory memory, in FT_List_Finalize()
|
D | ftdbgmem.c | 42 FT_DumpMemory( FT_Memory memory ); 133 FT_Memory memory; 229 FT_Memory memory = table->memory; in ft_mem_table_alloc() 245 FT_Memory memory = table->memory; in ft_mem_table_free() 306 ft_mem_table_new( FT_Memory memory ) in ft_mem_table_new() 678 ft_mem_debug_alloc( FT_Memory memory, in ft_mem_debug_alloc() 714 ft_mem_debug_free( FT_Memory memory, in ft_mem_debug_free() 738 ft_mem_debug_realloc( FT_Memory memory, in ft_mem_debug_realloc() 823 ft_mem_debug_init( FT_Memory memory ) in ft_mem_debug_init() 886 ft_mem_debug_done( FT_Memory memory ) in ft_mem_debug_done() [all …]
|
D | ftrfork.c | 197 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets() 445 raccess_make_file_name( FT_Memory memory, 568 FT_Memory memory; in raccess_guess_darwin_ufs_export() 601 FT_Memory memory; in raccess_guess_darwin_hfsplus() 637 FT_Memory memory; in raccess_guess_darwin_newvfs() 669 FT_Memory memory; in raccess_guess_vfat() 696 FT_Memory memory; in raccess_guess_linux_cap() 723 FT_Memory memory; in raccess_guess_linux_double() 754 FT_Memory memory; in raccess_guess_linux_netatalk() 870 raccess_make_file_name( FT_Memory memory, in raccess_make_file_name()
|
D | ftgloadr.c | 70 FT_GlyphLoader_New( FT_Memory memory, in FT_GlyphLoader_New() 107 FT_Memory memory = loader->memory; in FT_GlyphLoader_Reset() 132 FT_Memory memory = loader->memory; in FT_GlyphLoader_Done() 169 FT_Memory memory = loader->memory; in FT_GlyphLoader_CreateExtra() 205 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckPoints() 284 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckSubGlyphs()
|
D | ftobjs.c | 195 FT_Memory memory; in FT_Stream_New() 263 FT_Memory memory = stream->memory; in FT_Stream_Free() 302 FT_Memory memory = driver->root.memory; in ft_glyphslot_init() 330 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_free_bitmap() 487 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_alloc_bitmap() 538 FT_Memory memory = driver->root.memory; in ft_glyphslot_done() 571 FT_Memory memory; in FT_New_GlyphSlot() 623 FT_Memory memory = driver->root.memory; in FT_Done_GlyphSlot() 1070 destroy_size( FT_Memory memory, in destroy_size() 1093 FT_Memory memory ) in destroy_charmaps() [all …]
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 51 FT_Memory memory ) in ps_hint_table_done() 63 FT_Memory memory ) in ps_hint_table_ensure() 83 FT_Memory memory, in ps_hint_table_alloc() 125 FT_Memory memory ) in ps_mask_done() 138 FT_Memory memory ) in ps_mask_ensure() 187 FT_Memory memory ) in ps_mask_set_bit() 213 FT_Memory memory ) in ps_mask_table_done() 232 FT_Memory memory ) in ps_mask_table_ensure() 252 FT_Memory memory, in ps_mask_table_alloc() 284 FT_Memory memory, in ps_mask_table_last() [all …]
|
D | pshrec.h | 129 FT_Memory memory; 142 FT_Memory memory );
|
/external/freetype/builds/unix/ |
D | ftsystem.c | 97 ft_alloc( FT_Memory memory, in ft_alloc() 127 ft_realloc( FT_Memory memory, in ft_realloc() 153 ft_free( FT_Memory memory, in ft_free() 376 ft_mem_debug_init( FT_Memory memory ); 379 ft_mem_debug_done( FT_Memory memory ); 386 FT_BASE_DEF( FT_Memory ) 389 FT_Memory memory; in FT_New_Memory() 392 memory = (FT_Memory)malloc( sizeof ( *memory ) ); in FT_New_Memory() 411 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
|
/external/freetype/include/freetype/ |
D | ftsystem.h | 66 typedef struct FT_MemoryRec_* FT_Memory; typedef 89 (*FT_Alloc_Func)( FT_Memory memory, 110 (*FT_Free_Func)( FT_Memory memory, 143 (*FT_Realloc_Func)( FT_Memory memory, 342 FT_Memory memory;
|
D | ftlist.h | 252 (*FT_List_Destructor)( FT_Memory memory, 287 FT_Memory memory,
|
/external/freetype/builds/amiga/src/base/ |
D | ftsystem.c | 141 ft_alloc( FT_Memory memory, in ft_alloc() 173 ft_realloc( FT_Memory memory, in ft_realloc() 213 ft_free( FT_Memory memory, in ft_free() 464 ft_mem_debug_init( FT_Memory memory ); 467 ft_mem_debug_done( FT_Memory memory ); 474 FT_BASE_DEF( FT_Memory ) 477 FT_Memory memory; in FT_New_Memory() 481 memory = (FT_Memory)AllocVec( sizeof ( *memory ), MEMF_SHARED ); in FT_New_Memory() 483 memory = (FT_Memory)AllocVec( sizeof ( *memory ), MEMF_PUBLIC ); in FT_New_Memory() 515 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
|
/external/freetype/include/freetype/internal/ |
D | fthash.h | 97 FT_Memory memory ); 101 FT_Memory memory ); 105 FT_Memory memory ); 113 FT_Memory memory ); 119 FT_Memory memory );
|
D | ftmemory.h | 118 ft_mem_alloc( FT_Memory memory, 123 ft_mem_qalloc( FT_Memory memory, 128 ft_mem_realloc( FT_Memory memory, 136 ft_mem_qrealloc( FT_Memory memory, 144 ft_mem_free( FT_Memory memory, 350 ft_mem_strdup( FT_Memory memory, 355 ft_mem_dup( FT_Memory memory,
|
D | psaux.h | 93 FT_Memory memory ); 167 FT_Memory memory; 383 FT_Memory memory ); 475 FT_Memory memory; 571 FT_Memory memory; 837 FT_Memory memory; 1118 FT_Memory memory; 1271 FT_Memory memory, 1312 FT_Memory memory;
|
D | ftobjs.h | 196 FT_Memory mem ); 200 FT_Memory mem, 205 FT_Memory mem, 513 FT_Memory memory; 922 FT_Memory memory; /* library's memory manager */ 986 FT_BASE( FT_Memory ) 1003 FT_Done_Memory( FT_Memory memory );
|
/external/freetype/src/raster/ |
D | ftmisc.h | 59 typedef struct FT_MemoryRec_* FT_Memory; typedef 61 typedef void* (*FT_Alloc_Func)( FT_Memory memory, 64 typedef void (*FT_Free_Func)( FT_Memory memory, 67 typedef void* (*FT_Realloc_Func)( FT_Memory memory,
|
/external/freetype/src/gzip/ |
D | ftgzip.c | 125 ft_gzip_alloc( FT_Memory memory, in ft_gzip_alloc() 140 ft_gzip_free( FT_Memory memory, in ft_gzip_free() 154 return ft_gzip_alloc( (FT_Memory)opaque, items, size ); in zcalloc() 161 ft_gzip_free( (FT_Memory)opaque, ptr ); in zcfree() 181 FT_Memory memory; /* memory allocator */ 563 FT_Memory memory = stream->memory; in ft_gzip_stream_close() 623 FT_Memory memory; in FT_Stream_OpenGzip() 722 FT_Gzip_Uncompress( FT_Memory memory, in FT_Gzip_Uncompress() 794 FT_Gzip_Uncompress( FT_Memory memory, in FT_Gzip_Uncompress()
|
/external/freetype/src/autofit/ |
D | afhints.h | 336 FT_Memory memory; 417 FT_Memory memory, 425 FT_Memory memory, 430 FT_Memory memory );
|
/external/freetype/src/psaux/ |
D | psarrst.c | 57 FT_Memory memory, in cf2_arrstack_init() 78 FT_Memory memory = arrstack->memory; /* for FT_FREE */ in cf2_arrstack_finalize() 102 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ in cf2_arrstack_setNumElements()
|
D | psarrst.h | 53 FT_Memory memory; 69 FT_Memory memory,
|
D | psstack.h | 63 FT_Memory memory; 73 cf2_stack_init( FT_Memory memory,
|
/external/freetype/src/bzip2/ |
D | ftbzip2.c | 65 ft_bzip2_alloc( FT_Memory memory, in ft_bzip2_alloc() 80 ft_bzip2_free( FT_Memory memory, in ft_bzip2_free() 101 FT_Memory memory; /* memory allocator */ 428 FT_Memory memory = stream->memory; in ft_bzip2_stream_close() 461 FT_Memory memory; in FT_Stream_OpenBzip2()
|