Home | History | Annotate | Download | only in base

Lines Matching defs:memory

132     FT_Memory  memory;
144 memory = library->memory;
149 stream->memory = memory;
153 /* create a memory-based stream */
185 stream->memory = memory; /* just to be certain */
200 FT_Memory memory = stream->memory;
239 FT_Memory memory = driver->root.memory;
252 error = FT_GlyphLoader_New( memory, &internal->loader );
267 FT_Memory memory = FT_FACE_MEMORY( slot->face );
298 FT_Memory memory = FT_FACE_MEMORY( slot->face );
349 FT_Memory memory = driver->root.memory;
358 /* slot->internal might be NULL in out-of-memory situations */
382 FT_Memory memory;
391 memory = driver->root.memory;
430 FT_Memory memory = driver->root.memory;
829 destroy_size( FT_Memory memory,
852 FT_Memory memory )
877 destroy_face( FT_Memory memory,
896 memory,
905 destroy_charmaps( face, memory );
932 driver->root.memory,
1115 FT_Memory memory;
1123 memory = driver->root.memory;
1135 face->memory = memory;
1179 destroy_charmaps( face, memory );
1265 /* As soon as we get an `sfnt' load it into memory and pass it off to */
1268 /* If we have a (set of) `POST' resources, massage them into a (memory) */
1275 /* Finalizer for a memory stream; gets called by FT_Done_Face(). */
1276 /* It frees the memory it uses. */
1281 FT_Memory memory = stream->memory;
1292 /* Create a new memory stream from a buffer and a size. */
1302 FT_Memory memory;
1313 memory = library->memory;
1341 FT_Memory memory = library->memory;
1474 FT_Memory memory = library->memory;
1544 FT_Memory memory = library->memory;
1686 FT_Memory memory = library->memory;
1753 FT_Memory memory = library->memory;
1864 FT_Memory memory = library->memory;
2001 FT_Memory memory;
2024 memory = library->memory;
2333 FT_Memory memory;
2346 memory = driver->root.memory;
2357 destroy_face( memory, face, driver );
2374 FT_Memory memory;
2395 memory = face->memory;
2435 FT_Memory memory;
2451 memory = driver->root.memory;
2467 destroy_size( memory, size, driver );
3179 FT_Memory memory = FT_FACE_MEMORY(face);
3195 FT_Memory memory = FT_FACE_MEMORY( face );
3243 FT_Memory memory;
3251 memory = FT_FACE_MEMORY( face );
3467 FT_Memory memory = FT_FACE_MEMORY( face );
3470 result = vcmap->clazz->variant_list( vcmap, memory );
3495 FT_Memory memory = FT_FACE_MEMORY( face );
3504 result = vcmap->clazz->charvariant_list( vcmap, memory,
3529 FT_Memory memory = FT_FACE_MEMORY( face );
3538 result = vcmap->clazz->variantchar_list( vcmap, memory,
3859 FT_Memory memory = library->memory;
3879 error = clazz->raster_class->raster_new( memory, &render->raster );
3907 FT_Memory memory = library->memory;
4100 FT_Memory memory = module->memory;
4132 FT_Memory memory;
4167 memory = library->memory;
4182 module->memory = memory;
4209 error = FT_GlyphLoader_New( memory, &driver->glyph_loader );
4412 FT_New_Library( FT_Memory memory,
4419 if ( !memory )
4431 library->memory = memory;
4503 FT_Memory memory;
4513 memory = library->memory;
4517 * some subtle memory leaks.
4524 * destroyed, resulting in a memory leak