OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ft_realloc
(Results
1 - 5
of
5
) sorted by null
/external/freetype/src/base/
ftsystem.c
81
/*
ft_realloc
*/
99
ft_realloc
( FT_Memory memory,
function
297
memory->realloc =
ft_realloc
;
ftutil.c
464
FT_Realloc
( FT_Memory memory,
472
(void)
FT_REALLOC
( *P, current, size );
ftdbgmem.c
786
ft_mem_debug_panic( "invalid
ft_realloc
request for %p. cur_size is "
/external/freetype/include/freetype/internal/
ftmemory.h
263
#define
FT_REALLOC
( ptr, cursz, newsz ) \
319
FT_Realloc
( FT_Memory memory,
/external/freetype/src/truetype/
ttinterp.c
528
if (
FT_REALLOC
( *pbuff, *size * multiplier, new_max * multiplier ) )
[
all
...]
Completed in 70 milliseconds