Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 25 of 140) sorted by relevance

123456

/reactos/sdk/lib/3rdparty/freetype/src/pshinter/
H A Dpshrec.c51 FT_Memory memory ) in ps_hint_table_done()
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()
284 FT_Memory memory, in ps_mask_table_last()
783 FT_Memory memory ) in ps_dimension_end()
806 FT_Memory memory = hints->memory; in ps_hints_done() local
819 FT_Memory memory ) in ps_hints_init()
867 FT_Memory memory = hints->memory; in ps_hints_stem() local
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A 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()
302 FT_Memory memory; in FT_New_Memory() local
324 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
H A Dfthash.c133 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()
H A Dftgloadr.c70 FT_GlyphLoader_New( FT_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 Dftutil.c50 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()
H A Dftobjs.c195 FT_Memory memory; in FT_Stream_New() local
602 FT_Memory memory; in FT_New_GlyphSlot() local
1358 FT_Memory memory; in open_face() local
1553 FT_Memory memory; in new_memory_stream() local
2769 FT_Memory memory; in FT_Done_Face() local
2810 FT_Memory memory; in FT_New_Size() local
2875 FT_Memory memory; in FT_Done_Size() local
3664 FT_Memory memory; in FT_CMap_New() local
4426 FT_Memory memory; in ft_remove_renderer() local
4855 FT_Memory memory; in FT_Add_Module() local
[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
601 FT_Memory memory; in raccess_guess_darwin_hfsplus() local
637 FT_Memory memory; in raccess_guess_darwin_newvfs() local
669 FT_Memory memory; in raccess_guess_vfat() local
696 FT_Memory memory; in raccess_guess_linux_cap() local
723 FT_Memory memory; in raccess_guess_linux_double() local
754 FT_Memory memory; in raccess_guess_linux_netatalk() local
870 raccess_make_file_name( FT_Memory memory, in raccess_make_file_name()
H A Dftdbgmem.c133 FT_Memory memory; member
229 FT_Memory memory = table->memory; in ft_mem_table_alloc() local
245 FT_Memory memory = table->memory; in ft_mem_table_free() local
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()
921 FT_DumpMemory( FT_Memory memory ) in FT_DumpMemory()
H A Dftgxval.c78 FT_Memory memory; in FT_TrueTypeGX_Free() local
129 FT_Memory memory; in FT_ClassicKern_Free() local
H A Dftsnames.c65 FT_Memory memory = face->memory; in FT_Get_Sfnt_Name() local
121 FT_Memory memory = face->memory; in FT_Get_Sfnt_LangTag() local
/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
615 FT_Memory memory; in cff_index_get_name() local
890 FT_Memory memory = stream->memory; in cff_charset_done() local
909 FT_Memory memory = stream->memory; in cff_charset_load() local
1093 FT_Memory memory ) in cff_vstore_done()
1126 FT_Memory memory = stream->memory; in cff_vstore_load() local
2160 cff_subfont_done( FT_Memory memory, in cff_subfont_done()
[all …]
/reactos/sdk/lib/ucrt/string/
H A Dstrdup.cpp47 char* const memory = static_cast<char*>(_malloc_dbg( in _strdup_dbg() local
53 char* const memory = static_cast<char*>(malloc(size)); in _strdup_dbg() local
H A Dwcsdup.cpp45 wchar_t* const memory = static_cast<wchar_t*>(_malloc_dbg( in _wcsdup_dbg() local
51 wchar_t* const memory = static_cast<wchar_t*>(malloc( in _wcsdup_dbg() local
/reactos/sdk/lib/3rdparty/freetype/src/psaux/
H A Dpsarrst.c57 FT_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/pfr/
H A Dpfrload.c460 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_bitmap_info() local
561 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_font_id() local
589 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_stem_snaps() local
633 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_kerning_pairs() local
738 FT_Memory memory, in pfr_aux_name_load()
779 FT_Memory memory ) in pfr_phy_font_done()
828 FT_Memory memory = stream->memory; in pfr_phy_font_load() local
/reactos/sdk/lib/3rdparty/freetype/src/sfnt/
H A Dsfobjs.c58 FT_Memory memory ) in tt_name_ascii_from_utf16()
93 FT_Memory memory ) in tt_name_ascii_from_other()
136 FT_Memory memory = face->root.memory; in tt_face_get_name() local
362 FT_Memory memory = stream->memory; in sfnt_stream_close() local
400 FT_Memory memory = stream->memory; in woff_open_font() local
743 FT_Memory memory = stream->memory; in sfnt_open_font() local
949 FT_Memory memory = face->root.memory; in sfnt_init_face() local
1559 FT_Memory memory = face->root.stream->memory; in sfnt_load_face() local
1746 FT_Memory memory; in sfnt_done_face() local
/reactos/sdk/lib/3rdparty/freetype/src/bdf/
H A Dbdflib.c245 FT_Memory memory; member
274 FT_Memory memory; member
288 FT_Memory memory ) in _bdf_list_init()
298 FT_Memory memory = list->memory; in _bdf_list_done() local
321 FT_Memory memory = list->memory; in _bdf_list_ensure() local
941 FT_Memory memory = font->memory; in _bdf_add_comment() local
972 FT_Memory memory; in _bdf_set_default_spacing() local
1106 FT_Memory memory = font->memory; in _bdf_add_property() local
1302 FT_Memory memory; in _bdf_parse_glyphs() local
1881 FT_Memory memory = NULL; in _bdf_parse_start() local
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/otvalid/
H A Dotvmod.c48 FT_Memory memory = FT_FACE_MEMORY( face ); in otv_load_table() local
219 FT_Memory memory = FT_FACE_MEMORY( face ); in otv_validate() local
230 FT_Memory memory = FT_FACE_MEMORY( face ); in otv_validate() local
/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/
H A Dgxvmod.c57 FT_Memory memory = FT_FACE_MEMORY( face ); in gxv_load_table() local
113 FT_Memory volatile memory = FT_FACE_MEMORY( face ); in gxv_validate() local
195 FT_Memory volatile memory = FT_FACE_MEMORY( face ); in classic_kern_validate() local
/reactos/sdk/lib/3rdparty/freetype/src/type1/
H A Dt1parse.c138 FT_Memory memory, in T1_New_Parser()
246 FT_Memory memory = parser->root.memory; in T1_Finalize_Parser() local
265 FT_Memory memory = parser->root.memory; in T1_Get_Private_Dict() local
/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dftgzip.c125 ft_gzip_alloc( FT_Memory memory, in ft_gzip_alloc()
140 ft_gzip_free( FT_Memory memory, in ft_gzip_free()
181 FT_Memory memory; /* memory allocator */ member
563 FT_Memory memory = stream->memory; in ft_gzip_stream_close() local
623 FT_Memory memory; in FT_Stream_OpenGzip() local
722 FT_Gzip_Uncompress( FT_Memory memory, in FT_Gzip_Uncompress()
794 FT_Gzip_Uncompress( FT_Memory memory, in FT_Gzip_Uncompress()
/reactos/sdk/lib/3rdparty/freetype/src/lzw/
H A Dftzopen.c123 FT_Memory memory = state->memory; in ft_lzwstate_stack_grow() local
160 FT_Memory memory = state->memory; in ft_lzwstate_prefix_grow() local
230 FT_Memory memory = state->memory; in ft_lzwstate_done() local
/reactos/sdk/lib/3rdparty/freetype/src/bzip2/
H A Dftbzip2.c65 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 */ member
428 FT_Memory memory = stream->memory; in ft_bzip2_stream_close() local
461 FT_Memory memory; in FT_Stream_OpenBzip2() local
/reactos/sdk/lib/3rdparty/freetype/src/pcf/
H A Dpcfread.c102 FT_Memory memory = FT_FACE( face )->memory; in pcf_read_TOC() local
488 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_properties() local
683 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_metrics() local
812 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_bitmaps() local
978 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_encodings() local
1302 FT_Memory memory = face->memory; in pcf_interpret_style() local
1414 FT_Memory memory = FT_FACE( face )->memory; in pcf_load_font() local
/reactos/sdk/lib/3rdparty/freetype/src/cache/
H A Dftcsbits.c45 FT_Memory memory ) in ftc_sbit_copy_bitmap()
73 FT_Memory memory = cache->memory; in ftc_snode_free() local
112 FT_Memory memory = manager->memory; in ftc_snode_load() local
214 FT_Memory memory = cache->memory; in FTC_SNode_New() local

123456