Home | History | Annotate | Download | only in truetype

Lines Matching defs:memory

72     FT_Memory  memory = zone->memory;
75 if ( memory )
85 zone->memory = NULL;
99 /* memory :: A handle to the current memory object. */
112 tt_glyphzone_new( FT_Memory memory,
121 zone->memory = memory;
743 FT_Memory memory;
751 memory = ttface->memory;
980 FT_Memory memory = face->root.memory;
1023 FT_Memory memory = face->root.memory;
1084 error = tt_glyphzone_new( memory, n_twilight, 0, &size->twilight );