Home
last modified time | relevance | path

Searched refs:FT_Memory (Results 1 – 25 of 144) sorted by relevance

123456

/external/freetype/src/base/
Dftsystem.c71 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()
Dfthash.c132 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()
Dftutil.c49 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()
Dftgloadr.c69 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()
Dftrfork.c196 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets()
444 raccess_make_file_name( FT_Memory memory,
567 FT_Memory memory; in raccess_guess_darwin_ufs_export()
600 FT_Memory memory; in raccess_guess_darwin_hfsplus()
636 FT_Memory memory; in raccess_guess_darwin_newvfs()
668 FT_Memory memory; in raccess_guess_vfat()
695 FT_Memory memory; in raccess_guess_linux_cap()
722 FT_Memory memory; in raccess_guess_linux_double()
753 FT_Memory memory; in raccess_guess_linux_netatalk()
869 raccess_make_file_name( FT_Memory memory, in raccess_make_file_name()
Dftdbgmem.c42 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()
680 ft_mem_debug_alloc( FT_Memory memory, in ft_mem_debug_alloc()
716 ft_mem_debug_free( FT_Memory memory, in ft_mem_debug_free()
740 ft_mem_debug_realloc( FT_Memory memory, in ft_mem_debug_realloc()
825 ft_mem_debug_init( FT_Memory memory ) in ft_mem_debug_init()
888 ft_mem_debug_done( FT_Memory memory ) in ft_mem_debug_done()
[all …]
Dftgxval.c77 FT_Memory memory; in FT_TrueTypeGX_Free()
128 FT_Memory memory; in FT_ClassicKern_Free()
/external/freetype/builds/vms/
Dftsystem.c96 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/builds/unix/
Dftsystem.c97 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/
Dftsystem.h64 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;
Dftlist.h250 (*FT_List_Destructor)( FT_Memory memory,
285 FT_Memory memory,
/external/freetype/src/pshinter/
Dpshrec.c50 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 …]
Dpshrec.h128 FT_Memory memory;
141 FT_Memory memory );
/external/freetype/include/freetype/internal/
Dfthash.h96 FT_Memory memory );
100 FT_Memory memory );
104 FT_Memory memory );
112 FT_Memory memory );
118 FT_Memory memory );
Dftmemory.h127 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,
358 ft_mem_strdup( FT_Memory memory,
363 ft_mem_dup( FT_Memory memory,
Dftobjs.h195 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 );
Dpsaux.h92 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;
/external/freetype/builds/amiga/src/base/
Dftsystem.c141 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/src/raster/
Dftmisc.h59 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/
Dftgzip.c124 ft_gzip_alloc( FT_Memory memory, in ft_gzip_alloc()
139 ft_gzip_free( FT_Memory memory, in ft_gzip_free()
153 return ft_gzip_alloc( (FT_Memory)opaque, items, size ); in zcalloc()
160 ft_gzip_free( (FT_Memory)opaque, ptr ); in zcfree()
180 FT_Memory memory; /* memory allocator */
562 FT_Memory memory = stream->memory; in ft_gzip_stream_close()
622 FT_Memory memory; in FT_Stream_OpenGzip()
721 FT_Gzip_Uncompress( FT_Memory memory, in FT_Gzip_Uncompress()
803 FT_Gzip_Uncompress( FT_Memory memory, in FT_Gzip_Uncompress()
/external/freetype/src/psaux/
Dpsarrst.c57 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()
Dpsarrst.h53 FT_Memory memory;
69 FT_Memory memory,
Dpsstack.h64 FT_Memory memory;
74 cf2_stack_init( FT_Memory memory,
/external/freetype/src/autofit/
Dafhints.h342 FT_Memory memory;
423 FT_Memory memory,
431 FT_Memory memory,
436 FT_Memory memory );
/external/freetype/src/bzip2/
Dftbzip2.c64 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 */
427 FT_Memory memory = stream->memory; in ft_bzip2_stream_close()
460 FT_Memory memory; in FT_Stream_OpenBzip2()

123456