Home | History | Annotate | Download | only in base

Lines Matching defs:memory

183     FT_Memory  memory;
195 memory = library->memory;
200 stream->memory = memory;
204 /* create a memory-based stream */
236 stream->memory = memory; /* just to be certain */
251 FT_Memory memory = stream->memory;
290 FT_Memory memory = driver->root.memory;
303 error = FT_GlyphLoader_New( memory, &internal->loader );
318 FT_Memory memory = FT_FACE_MEMORY( slot->face );
481 FT_Memory memory = FT_FACE_MEMORY( slot->face );
532 FT_Memory memory = driver->root.memory;
541 /* slot->internal might be NULL in out-of-memory situations */
565 FT_Memory memory;
577 memory = driver->root.memory;
617 FT_Memory memory = driver->root.memory;
1057 destroy_size( FT_Memory memory,
1080 FT_Memory memory )
1105 destroy_face( FT_Memory memory,
1124 memory,
1133 destroy_charmaps( face, memory );
1160 driver->root.memory,
1314 FT_Memory memory;
1323 memory = driver->root.memory;
1330 face->memory = memory;
1386 destroy_charmaps( face, memory );
1472 /* As soon as we get an `sfnt' load it into memory and pass it off to */
1475 /* If we have a (set of) `POST' resources, massage them into a (memory) */
1482 /* Finalizer for a memory stream; gets called by FT_Done_Face(). */
1483 /* It frees the memory it uses. */
1488 FT_Memory memory = stream->memory;
1499 /* Create a new memory stream from a buffer and a size. */
1509 FT_Memory memory;
1520 memory = library->memory;
1548 FT_Memory memory = library->memory;
1682 FT_Memory memory = library->memory;
1773 FT_Memory memory = library->memory;
1994 FT_Memory memory = library->memory;
2066 FT_Memory memory = library->memory;
2181 FT_Memory memory = library->memory;
2335 FT_Memory memory = NULL;
2374 memory = library->memory;
2616 destroy_face( memory, face, driver );
2725 FT_Memory memory;
2738 memory = driver->root.memory;
2749 destroy_face( memory, face, driver );
2766 FT_Memory memory;
2789 memory = face->memory;
2831 FT_Memory memory;
2847 memory = driver->root.memory;
2863 destroy_size( memory, size, driver );
3557 FT_Memory memory = FT_FACE_MEMORY( face );
3573 FT_Memory memory = FT_FACE_MEMORY( face );
3621 FT_Memory memory;
3629 memory = FT_FACE_MEMORY( face );
3936 FT_Memory memory = FT_FACE_MEMORY( face );
3939 result = vcmap->clazz->variant_list( vcmap, memory );
3964 FT_Memory memory = FT_FACE_MEMORY( face );
3973 result = vcmap->clazz->charvariant_list( vcmap, memory,
3998 FT_Memory memory = FT_FACE_MEMORY( face );
4007 result = vcmap->clazz->variantchar_list( vcmap, memory,
4335 FT_Memory memory = library->memory;
4355 error = clazz->raster_class->raster_new( memory, &render->raster );
4383 FT_Memory memory;
4391 memory = library->memory;
4696 FT_Memory memory = module->memory;
4728 FT_Memory memory;
4763 memory = library->memory;
4778 module->memory = memory;
5138 FT_New_Library( FT_Memory memory,
5145 if ( !memory || !alibrary )
5157 library->memory = memory;
5222 FT_Memory memory;
5232 memory = library->memory;
5236 * some subtle memory leaks.
5243 * destroyed, resulting in a memory leak