/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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 | 132 FT_Memory memory ) in hash_rehash() 167 FT_Memory memory ) in hash_init() 196 FT_Memory memory ) in ft_hash_str_init() 204 FT_Memory memory ) in ft_hash_num_init() 212 FT_Memory memory ) in ft_hash_str_free() 236 FT_Memory memory ) in hash_insert() 274 FT_Memory memory ) in ft_hash_str_insert() 289 FT_Memory memory ) in ft_hash_num_insert()
|
D | ftutil.c | 49 ft_mem_alloc( FT_Memory memory, in ft_mem_alloc() 65 ft_mem_qalloc( FT_Memory memory, in ft_mem_qalloc() 91 ft_mem_realloc( FT_Memory memory, in ft_mem_realloc() 113 ft_mem_qrealloc( FT_Memory memory, in ft_mem_qrealloc() 169 ft_mem_free( FT_Memory memory, in ft_mem_free() 178 ft_mem_dup( FT_Memory memory, in ft_mem_dup() 196 ft_mem_strdup( FT_Memory memory, in ft_mem_strdup() 414 FT_Memory memory, in FT_List_Finalize()
|
D | ftgloadr.c | 69 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() 209 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckPoints() 296 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckSubGlyphs()
|
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() 636 ft_mem_debug_alloc( FT_Memory memory, in ft_mem_debug_alloc() 672 ft_mem_debug_free( FT_Memory memory, in ft_mem_debug_free() 696 ft_mem_debug_realloc( FT_Memory memory, in ft_mem_debug_realloc() 781 ft_mem_debug_init( FT_Memory memory ) in ft_mem_debug_init() 856 ft_mem_debug_done( FT_Memory memory ) in ft_mem_debug_done() 895 FT_DumpMemory( FT_Memory memory ) in FT_DumpMemory()
|
D | ftrfork.c | 191 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets() 438 raccess_make_file_name( FT_Memory memory, 561 FT_Memory memory; in raccess_guess_darwin_ufs_export() 594 FT_Memory memory; in raccess_guess_darwin_hfsplus() 630 FT_Memory memory; in raccess_guess_darwin_newvfs() 662 FT_Memory memory; in raccess_guess_vfat() 689 FT_Memory memory; in raccess_guess_linux_cap() 716 FT_Memory memory; in raccess_guess_linux_double() 747 FT_Memory memory; in raccess_guess_linux_netatalk() 863 raccess_make_file_name( FT_Memory memory, in raccess_make_file_name()
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshrec.c | 50 FT_Memory memory ) in ps_hint_table_done() 62 FT_Memory memory ) in ps_hint_table_ensure() 82 FT_Memory memory, in ps_hint_table_alloc() 124 FT_Memory memory ) in ps_mask_done() 137 FT_Memory memory ) in ps_mask_ensure() 186 FT_Memory memory ) in ps_mask_set_bit() 212 FT_Memory memory ) in ps_mask_table_done() 231 FT_Memory memory ) in ps_mask_table_ensure() 251 FT_Memory memory, in ps_mask_table_alloc() 283 FT_Memory memory, in ps_mask_table_last() [all …]
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
D | ftsystem.c | 108 ft_alloc( FT_Memory memory, in ft_alloc() 142 ft_realloc( FT_Memory memory, in ft_realloc() 170 ft_free( FT_Memory memory, in ft_free() 392 ft_mem_debug_init( FT_Memory memory ); 395 ft_mem_debug_done( FT_Memory memory ); 402 FT_BASE_DEF( FT_Memory ) 405 FT_Memory memory; in FT_New_Memory() 408 memory = (FT_Memory)malloc( sizeof ( *memory ) ); in FT_New_Memory() 427 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftsystem.h | 64 typedef struct FT_MemoryRec_* FT_Memory; typedef 87 (*FT_Alloc_Func)( FT_Memory memory, 108 (*FT_Free_Func)( FT_Memory memory, 141 (*FT_Realloc_Func)( FT_Memory memory, 338 FT_Memory memory;
|
D | ftlist.h | 250 (*FT_List_Destructor)( FT_Memory memory, 285 FT_Memory memory,
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
D | ftsystem.c | 68 ft_alloc( FT_Memory memory, in ft_alloc() 100 ft_realloc( FT_Memory memory, in ft_realloc() 127 ft_free( FT_Memory memory, in ft_free() 388 ft_mem_debug_init( FT_Memory memory ); 391 ft_mem_debug_done( FT_Memory memory ); 398 FT_BASE_DEF( FT_Memory ) 402 FT_Memory memory; in FT_New_Memory() 406 memory = heap ? (FT_Memory)HeapAlloc( heap, 0, sizeof ( *memory ) ) in FT_New_Memory() 427 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | fthash.h | 96 FT_Memory memory ); 100 FT_Memory memory ); 104 FT_Memory memory ); 112 FT_Memory memory ); 118 FT_Memory memory );
|
D | ftmemory.h | 127 ft_mem_alloc( FT_Memory memory, 132 ft_mem_qalloc( FT_Memory memory, 137 ft_mem_realloc( FT_Memory memory, 145 ft_mem_qrealloc( FT_Memory memory, 153 ft_mem_free( FT_Memory memory, 357 ft_mem_strdup( FT_Memory memory, 362 ft_mem_dup( FT_Memory memory,
|
D | psaux.h | 92 FT_Memory memory ); 162 FT_Memory memory; 378 FT_Memory memory ); 470 FT_Memory memory; 565 FT_Memory memory; 829 FT_Memory memory; 1109 FT_Memory memory; 1262 FT_Memory memory, 1301 FT_Memory memory;
|
D | ftobjs.h | 195 FT_Memory mem ); 199 FT_Memory mem, 204 FT_Memory mem, 502 FT_Memory memory; 895 FT_Memory memory; /* library's memory manager */ 959 FT_BASE( FT_Memory ) 976 FT_Done_Memory( FT_Memory memory );
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftmisc.h | 56 typedef struct FT_MemoryRec_* FT_Memory; typedef 58 typedef void* (*FT_Alloc_Func)( FT_Memory memory, 61 typedef void (*FT_Free_Func)( FT_Memory memory, 64 typedef void* (*FT_Realloc_Func)( FT_Memory memory,
|
/third_party/freetype/ |
D | backport-freetype-2.10.0-internal-outline.patch | 26 + FT_Outline_New_Internal( FT_Memory memory, 42 + FT_Outline_Done_Internal( FT_Memory memory, 58 + FT_Outline_New_Internal( FT_Memory memory, 78 + FT_Outline_Done_Internal( FT_Memory memory,
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | ftgzip.c | 128 FT_Memory memory = (FT_Memory)opaque; in ft_gzip_alloc() 144 FT_Memory memory = (FT_Memory)opaque; in ft_gzip_free() 185 FT_Memory memory; /* memory allocator */ 568 FT_Memory memory = stream->memory; in ft_gzip_stream_close() 628 FT_Memory memory; in FT_Stream_OpenGzip() 727 FT_Gzip_Uncompress( FT_Memory memory, in FT_Gzip_Uncompress() 809 FT_Gzip_Uncompress( FT_Memory memory, in FT_Gzip_Uncompress()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.h | 342 FT_Memory memory; 416 FT_Memory memory, 424 FT_Memory memory, 429 FT_Memory memory );
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psarrst.c | 57 FT_Memory memory, in cf2_arrstack_init() 77 FT_Memory memory = arrstack->memory; /* for FT_FREE */ in cf2_arrstack_finalize() 101 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ in cf2_arrstack_setNumElements()
|
D | psarrst.h | 53 FT_Memory memory; 68 FT_Memory memory,
|
D | psstack.h | 64 FT_Memory memory; 74 cf2_stack_init( FT_Memory memory,
|
/third_party/skia/third_party/externals/freetype/src/bzip2/ |
D | ftbzip2.c | 64 ft_bzip2_alloc( FT_Memory memory, in ft_bzip2_alloc() 79 ft_bzip2_free( FT_Memory memory, in ft_bzip2_free() 100 FT_Memory memory; /* memory allocator */ 428 FT_Memory memory = stream->memory; in ft_bzip2_stream_close() 461 FT_Memory memory; in FT_Stream_OpenBzip2()
|