Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/reactos/sdk/lib/3rdparty/freetype/src/pshinter/
H A Dpshrec.c125 FT_Memory memory ) in ps_mask_done() argument
220 ps_mask_done( mask, memory ); in ps_mask_table_done()
806 FT_Memory memory = hints->memory; in ps_hints_done() local
813 hints->memory = NULL; in ps_hints_done()
822 hints->memory = memory; in ps_hints_init()
867 FT_Memory memory = hints->memory; in ps_hints_stem() local
899 FT_Memory memory = hints->memory; in ps_hints_t1stem3() local
960 FT_Memory memory = hints->memory; in ps_hints_t1reset() local
1002 FT_Memory memory = hints->memory; in ps_hints_t2mask() local
1047 FT_Memory memory = hints->memory; in ps_hints_t2counter() local
[all …]
H A Dpshpic.c37 FT_Memory memory = library->memory; in pshinter_module_class_pic_free() local
54 FT_Memory memory = library->memory; in pshinter_module_class_pic_init() local
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftsystem.c69 ft_alloc( FT_Memory memory, in ft_alloc() argument
72 FT_UNUSED( memory ); in ft_alloc()
104 FT_UNUSED( memory ); in ft_realloc()
125 ft_free( FT_Memory memory, in ft_free() argument
128 FT_UNUSED( memory ); in ft_free()
289 FT_Memory memory; in FT_New_Memory() local
292 memory = (FT_Memory)ft_smalloc( sizeof ( *memory ) ); in FT_New_Memory()
293 if ( memory ) in FT_New_Memory()
295 memory->user = NULL; in FT_New_Memory()
304 return memory; in FT_New_Memory()
[all …]
H A Dftdbgmem.c133 FT_Memory memory; member
229 FT_Memory memory = table->memory; in ft_mem_table_alloc() local
235 memory->user = table; in ft_mem_table_alloc()
245 FT_Memory memory = table->memory; in ft_mem_table_free() local
249 table->free( memory, block ); in ft_mem_table_free()
250 memory->user = table; in ft_mem_table_free()
311 table = (FT_MemTable)memory->alloc( memory, sizeof ( *table ) ); in ft_mem_table_new()
320 table->memory = memory; in ft_mem_table_new()
330 memory, in ft_mem_table_new()
336 memory->free( memory, table ); in ft_mem_table_new()
[all …]
H A Dftutil.c50 ft_mem_alloc( FT_Memory memory, in ft_mem_alloc() argument
66 ft_mem_qalloc( FT_Memory memory, in ft_mem_qalloc() argument
76 block = memory->alloc( memory, size ); in ft_mem_qalloc()
92 ft_mem_realloc( FT_Memory memory, in ft_mem_realloc() argument
135 ft_mem_free( memory, block ); in ft_mem_qrealloc()
146 block = memory->alloc( memory, new_count * item_size ); in ft_mem_qrealloc()
157 block2 = memory->realloc( memory, cur_size, new_size, block ); in ft_mem_qrealloc()
170 ft_mem_free( FT_Memory memory, in ft_mem_free() argument
174 memory->free( memory, (void*)P ); in ft_mem_free()
179 ft_mem_dup( FT_Memory memory, in ft_mem_dup() argument
[all …]
H A Dftinit.c126 FT_Memory memory; in ft_destroy_default_module_classes() local
134 memory = library->memory; in ft_destroy_default_module_classes()
158 FT_Memory memory; in ft_create_default_module_classes() local
165 memory = library->memory; in ft_create_default_module_classes()
323 FT_Memory memory; in FT_Init_FreeType() local
331 memory = FT_New_Memory(); in FT_Init_FreeType()
332 if ( !memory ) in FT_Init_FreeType()
343 FT_Done_Memory( memory ); in FT_Init_FreeType()
358 FT_Memory memory; in FT_Done_FreeType() local
364 memory = library->memory; in FT_Done_FreeType()
[all …]
H A Dftrfork.c197 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets() local
568 FT_Memory memory; in raccess_guess_darwin_ufs_export() local
573 memory = library->memory; in raccess_guess_darwin_ufs_export()
601 FT_Memory memory; in raccess_guess_darwin_hfsplus() local
607 memory = library->memory; in raccess_guess_darwin_hfsplus()
637 FT_Memory memory; in raccess_guess_darwin_newvfs() local
643 memory = library->memory; in raccess_guess_darwin_newvfs()
674 memory = library->memory; in raccess_guess_vfat()
701 memory = library->memory; in raccess_guess_linux_cap()
728 memory = library->memory; in raccess_guess_linux_double()
[all …]
H A Dfthash.c133 FT_Memory memory ) in hash_rehash() argument
168 FT_Memory memory ) in hash_init() argument
197 FT_Memory memory ) in ft_hash_str_init() argument
199 return hash_init( hash, 0, memory ); in ft_hash_str_init()
205 FT_Memory memory ) in ft_hash_num_init() argument
207 return hash_init( hash, 1, memory ); in ft_hash_num_init()
213 FT_Memory memory ) in ft_hash_str_free() argument
237 FT_Memory memory ) in hash_insert() argument
256 error = hash_rehash( hash, memory ); in hash_insert()
275 FT_Memory memory ) in ft_hash_str_insert() argument
[all …]
H A Dftgloadr.c70 FT_GlyphLoader_New( FT_Memory memory, in FT_GlyphLoader_New() argument
79 loader->memory = memory; in FT_GlyphLoader_New()
107 FT_Memory memory = loader->memory; in FT_GlyphLoader_Reset() local
132 FT_Memory memory = loader->memory; in FT_GlyphLoader_Done() local
169 FT_Memory memory = loader->memory; in FT_GlyphLoader_CreateExtra() local
205 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckPoints() local
284 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckSubGlyphs() local
H A Dftobjs.c195 memory = library->memory; in FT_Stream_New()
200 stream->memory = memory; in FT_Stream_New()
577 memory = driver->root.memory; in FT_New_GlyphSlot()
1330 face->memory = memory; in open_face()
1520 memory = library->memory; in new_memory_stream()
2374 memory = library->memory; in ft_open_face_internal()
2789 memory = face->memory; in FT_New_Size()
4391 memory = library->memory; in ft_remove_renderer()
4763 memory = library->memory; in FT_Add_Module()
4778 module->memory = memory; in FT_Add_Module()
[all …]
H A Dbasepic.c53 FT_Memory memory = library->memory; in ft_base_pic_free() local
74 FT_Memory memory = library->memory; in ft_base_pic_init() local
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/
H A Dftmemory.h118 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,
152 FT_ASSIGNP_INNER( ptr, ft_mem_alloc( memory, \
158 ft_mem_free( memory, (ptr) ); \
166 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, \
174 FT_ASSIGNP_INNER( ptr, ft_mem_qalloc( memory, \
350 ft_mem_strdup( FT_Memory memory,
[all …]
H A Dftserv.h367 FT_Memory memory = library->memory; \
380 FT_Memory memory = library->memory; \
403 FT_Memory memory = library->memory; \
416 FT_Memory memory = library->memory; \
442 FT_Memory memory = library->memory; \
455 FT_Memory memory = library->memory; \
484 FT_Memory memory = library->memory; \
497 FT_Memory memory = library->memory; \
529 FT_Memory memory = library->memory; \
542 FT_Memory memory = library->memory; \
[all …]
H A Dfthash.h97 FT_Memory memory );
101 FT_Memory memory );
105 FT_Memory memory );
113 FT_Memory memory );
119 FT_Memory memory );
/reactos/sdk/lib/3rdparty/freetype/src/bzip2/
H A Dftbzip2.c69 ft_bzip2_alloc( FT_Memory memory, in ft_bzip2_alloc() argument
84 ft_bzip2_free( FT_Memory memory, in ft_bzip2_free() argument
105 FT_Memory memory; /* memory allocator */ member
156 zip->memory = stream->memory; in ft_bzip2_file_init()
177 bzstream->opaque = zip->memory; in ft_bzip2_file_init()
208 zip->memory = NULL; in ft_bzip2_file_done()
432 FT_Memory memory = stream->memory; in ft_bzip2_stream_close() local
465 FT_Memory memory; in FT_Stream_OpenBzip2() local
475 memory = source->memory; in FT_Stream_OpenBzip2()
486 stream->memory = memory; in FT_Stream_OpenBzip2()
/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dftgzip.c129 ft_gzip_alloc( FT_Memory memory, in ft_gzip_alloc() argument
144 ft_gzip_free( FT_Memory memory, in ft_gzip_free() argument
294 zip->memory = stream->memory; in ft_gzip_file_init()
314 zstream->opaque = stream->memory; in ft_gzip_file_init()
345 zip->memory = NULL; in ft_gzip_file_done()
567 FT_Memory memory = stream->memory; in ft_gzip_stream_close() local
627 FT_Memory memory; in FT_Stream_OpenGzip() local
637 memory = source->memory; in FT_Stream_OpenGzip()
648 stream->memory = memory; in FT_Stream_OpenGzip()
751 stream.opaque = memory; in FT_Gzip_Uncompress()
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/lzw/
H A Dftlzw.c74 FT_Memory memory; /* memory allocator */ member
118 zip->memory = stream->memory; in ft_lzw_file_init()
143 zip->memory = NULL; in ft_lzw_file_done()
318 FT_Memory memory = stream->memory; in ft_lzw_stream_close() local
351 FT_Memory memory; in FT_Stream_OpenLZW() local
361 memory = source->memory; in FT_Stream_OpenLZW()
375 stream->memory = memory; in FT_Stream_OpenLZW()
/reactos/sdk/lib/3rdparty/freetype/src/bdf/
H A Dbdflib.c294 list->memory = memory; in _bdf_list_init()
301 FT_Memory memory = list->memory; in _bdf_list_done() local
324 FT_Memory memory = list->memory; in _bdf_list_ensure() local
944 FT_Memory memory = font->memory; in _bdf_add_comment() local
987 memory = font->memory; in _bdf_set_default_spacing()
1295 memory = font->memory; in _bdf_parse_glyphs()
1920 memory = p->font->memory; in _bdf_parse_start()
1948 memory = p->memory; in _bdf_parse_start()
1965 font->memory = p->memory; in _bdf_parse_start()
2324 memory = p->font->memory; in bdf_load_font()
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/psaux/
H A Dpsarrst.c57 FT_Memory memory, in cf2_arrstack_init() argument
64 arrstack->memory = memory; in cf2_arrstack_init()
78 FT_Memory memory = arrstack->memory; /* for FT_FREE */ in cf2_arrstack_finalize() local
102 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ in cf2_arrstack_setNumElements() local
/reactos/sdk/lib/3rdparty/freetype/src/cache/
H A Dftcmanag.c364 FT_Memory memory; in FTC_Manager_New() local
374 memory = library->memory; in FTC_Manager_New()
389 manager->memory = memory; in FTC_Manager_New()
399 memory ); in FTC_Manager_New()
405 memory ); in FTC_Manager_New()
419 FT_Memory memory; in FTC_Manager_Done() local
426 memory = manager->memory; in FTC_Manager_Done()
448 manager->memory = NULL; in FTC_Manager_Done()
590 FT_Memory memory = manager->memory; in FTC_Manager_RegisterCache() local
604 cache->memory = memory; in FTC_Manager_RegisterCache()
/reactos/sdk/lib/3rdparty/freetype/src/cff/
H A Dcffload.c241 FT_Memory memory = stream->memory; in cff_index_init() local
329 FT_Memory memory = stream->memory; in cff_index_done() local
346 FT_Memory memory = stream->memory; in cff_index_load_offsets() local
412 FT_Memory memory = idx->stream->memory; in cff_index_get_pointers() local
625 memory = idx->stream->memory; in cff_index_get_name()
890 FT_Memory memory = stream->memory; in cff_charset_done() local
909 FT_Memory memory = stream->memory; in cff_charset_load() local
1126 FT_Memory memory = stream->memory; in cff_vstore_load() local
2172 FT_Memory memory = stream->memory; in cff_font_load() local
2187 font->memory = memory; in cff_font_load()
[all …]
/reactos/sdk/lib/3rdparty/freetype/include/freetype/
H A Dftsystem.h89 (*FT_Alloc_Func)( FT_Memory memory,
110 (*FT_Free_Func)( FT_Memory memory,
143 (*FT_Realloc_Func)( FT_Memory memory,
341 FT_Memory memory; member
/reactos/sdk/lib/3rdparty/freetype/src/raster/
H A Drastpic.c37 FT_Memory memory = library->memory; in ft_raster1_renderer_class_pic_free() local
59 FT_Memory memory = library->memory; in ft_raster1_renderer_class_pic_init() local
/reactos/sdk/lib/3rdparty/freetype/src/psnames/
H A Dpspic.c45 FT_Memory memory = library->memory; in psnames_module_class_pic_free() local
69 FT_Memory memory = library->memory; in psnames_module_class_pic_init() local
/reactos/sdk/lib/3rdparty/freetype/src/smooth/
H A Dftspic.c37 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_free() local
60 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_init() local

12345678910>>...16