HomeSort by relevance Sort by last modified time
    Searched refs:ft_mem_table_alloc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/freetype/src/base/
ftdbgmem.c 226 ft_mem_table_alloc( FT_MemTable table, function
268 ft_mem_table_alloc( table,
481 node = (FT_MemSource)ft_mem_table_alloc( table, sizeof ( *node ) );
549 node = (FT_MemNode)ft_mem_table_alloc( table, sizeof ( *node ) );
700 block = (FT_Byte *)ft_mem_table_alloc( table, size );
803 new_block = (FT_Byte *)ft_mem_table_alloc( table, new_size );
947 sources = (FT_MemSource*)ft_mem_table_alloc(
  /external/freetype/src/base/
ftdbgmem.c 226 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 1716 milliseconds