Searched refs:ft_mem_table_alloc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c226 ft_mem_table_alloc( FT_MemTable table, function
268 ft_mem_table_alloc( table,
476 node = (FT_MemSource)ft_mem_table_alloc( table, sizeof ( *node ) );
544 node = (FT_MemNode)ft_mem_table_alloc( table, sizeof ( *node ) );
695 block = (FT_Byte *)ft_mem_table_alloc( table, size );
798 new_block = (FT_Byte *)ft_mem_table_alloc( table, new_size );
942 sources = (FT_MemSource*)ft_mem_table_alloc(
/external/freetype/src/base/
H A Dftdbgmem.c226 ft_mem_table_alloc( FT_MemTable table, function
268 ft_mem_table_alloc( table,
476 node = (FT_MemSource)ft_mem_table_alloc( table, sizeof ( *node ) );
544 node = (FT_MemNode)ft_mem_table_alloc( table, sizeof ( *node ) );
695 block = (FT_Byte *)ft_mem_table_alloc( table, size );
798 new_block = (FT_Byte *)ft_mem_table_alloc( table, new_size );
942 sources = (FT_MemSource*)ft_mem_table_alloc(
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c226 ft_mem_table_alloc( FT_MemTable table, function
268 ft_mem_table_alloc( table,
476 node = (FT_MemSource)ft_mem_table_alloc( table, sizeof ( *node ) );
544 node = (FT_MemNode)ft_mem_table_alloc( table, sizeof ( *node ) );
695 block = (FT_Byte *)ft_mem_table_alloc( table, size );
798 new_block = (FT_Byte *)ft_mem_table_alloc( table, new_size );
942 sources = (FT_MemSource*)ft_mem_table_alloc(

Completed in 215 milliseconds