HomeSort by relevance Sort by last modified time
    Searched refs:FT_Memory (Results 1 - 25 of 311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftsystem.h 59 * FT_Memory
66 typedef struct FT_MemoryRec_* FT_Memory;
89 (*FT_Alloc_Func)( FT_Memory memory,
94 (*FT_AllocDebug_Func)( FT_Memory memory,
116 (*FT_Free_Func)( FT_Memory memory,
149 (*FT_Realloc_Func)( FT_Memory memory,
339 FT_Memory memory;
ftlist.h 234 (*FT_List_Destructor)( FT_Memory memory,
265 FT_Memory memory,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftsystem.h 59 * FT_Memory
66 typedef struct FT_MemoryRec_* FT_Memory;
89 (*FT_Alloc_Func)( FT_Memory memory,
94 (*FT_AllocDebug_Func)( FT_Memory memory,
116 (*FT_Free_Func)( FT_Memory memory,
149 (*FT_Realloc_Func)( FT_Memory memory,
339 FT_Memory memory;
ftlist.h 234 (*FT_List_Destructor)( FT_Memory memory,
265 FT_Memory memory,
  /external/chromium_org/third_party/freetype/include/freetype/
ftsystem.h 59 * FT_Memory
66 typedef struct FT_MemoryRec_* FT_Memory;
89 (*FT_Alloc_Func)( FT_Memory memory,
110 (*FT_Free_Func)( FT_Memory memory,
143 (*FT_Realloc_Func)( FT_Memory memory,
332 FT_Memory memory;
ftlist.h 234 (*FT_List_Destructor)( FT_Memory memory,
265 FT_Memory memory,
  /external/freetype/include/
ftsystem.h 59 * FT_Memory
66 typedef struct FT_MemoryRec_* FT_Memory;
89 (*FT_Alloc_Func)( FT_Memory memory,
110 (*FT_Free_Func)( FT_Memory memory,
143 (*FT_Realloc_Func)( FT_Memory memory,
332 FT_Memory memory;
ftgzip.h 134 FT_Gzip_Uncompress( FT_Memory memory,
ftlist.h 234 (*FT_List_Destructor)( FT_Memory memory,
265 FT_Memory memory,
  /external/chromium_org/third_party/freetype/src/base/
ftsystem.c 69 ft_alloc( FT_Memory memory,
99 ft_realloc( FT_Memory memory,
125 ft_free( FT_Memory memory,
276 ft_mem_debug_init( FT_Memory memory );
279 ft_mem_debug_done( FT_Memory memory );
286 FT_BASE_DEF( FT_Memory )
289 FT_Memory memory;
292 memory = (FT_Memory)ft_smalloc( sizeof ( *memory ) );
311 FT_Done_Memory( FT_Memory memory )
  /external/freetype/src/base/
ftsystem.c 69 ft_alloc( FT_Memory memory,
99 ft_realloc( FT_Memory memory,
125 ft_free( FT_Memory memory,
276 ft_mem_debug_init( FT_Memory memory );
279 ft_mem_debug_done( FT_Memory memory );
286 FT_BASE_DEF( FT_Memory )
289 FT_Memory memory;
292 memory = (FT_Memory)ft_smalloc( sizeof ( *memory ) );
311 FT_Done_Memory( FT_Memory memory )
  /external/chromium_org/third_party/freetype/src/sfnt/
pngshim.h 37 FT_Memory memory,
  /external/freetype/src/sfnt/
pngshim.h 37 FT_Memory memory,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
pngshim.h 37 FT_Memory memory,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
fxft_ftsystem.c 89 ft_alloc( FT_Memory memory,
103 ft_allocdebug( FT_Memory memory,
133 ft_realloc( FT_Memory memory,
163 ft_free( FT_Memory memory,
326 ft_mem_debug_init( FT_Memory memory );
329 ft_mem_debug_done( FT_Memory memory );
336 FT_BASE_DEF( FT_Memory )
339 FT_Memory memory;
342 memory = (FT_Memory)FXMEM_DefaultAlloc( sizeof ( *memory ), 0 );
364 FT_Done_Memory( FT_Memory memory
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2arrst.h 53 FT_Memory memory;
69 FT_Memory memory,
cf2stack.h 63 FT_Memory memory;
72 cf2_stack_init( FT_Memory memory,
  /external/chromium_org/third_party/freetype/src/pshinter/
pshpic.c 37 FT_Memory memory = library->memory;
54 FT_Memory memory = library->memory;
  /external/freetype/src/cff/
cf2arrst.h 53 FT_Memory memory;
69 FT_Memory memory,
cf2stack.h 63 FT_Memory memory;
72 cf2_stack_init( FT_Memory memory,
  /external/freetype/src/pshinter/
pshpic.c 37 FT_Memory memory = library->memory;
54 FT_Memory memory = library->memory;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2arrst.h 53 FT_Memory memory;
69 FT_Memory memory,
cf2stack.h 63 FT_Memory memory;
72 cf2_stack_init( FT_Memory memory,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshpic.c 37 FT_Memory memory = library->memory;
54 FT_Memory memory = library->memory;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
rastpic.c 37 FT_Memory memory = library->memory;
59 FT_Memory memory = library->memory;

Completed in 1004 milliseconds

1 2 3 4 5 6 7 8 91011>>