Home | History | Annotate | Download | only in base

Lines Matching refs:outline

162     FT_Outline*      source  = &slot->outline;
163 FT_Outline* target = &glyph->outline;
173 /* allocate new outline */
175 &glyph->outline );
192 FT_Outline_Done( FT_GLYPH( glyph )->library, &glyph->outline );
206 error = FT_Outline_New( library, source->outline.n_points,
207 source->outline.n_contours, &target->outline );
209 FT_Outline_Copy( &source->outline, &target->outline );
224 FT_Outline_Transform( &glyph->outline, matrix );
227 FT_Outline_Translate( &glyph->outline, delta->x, delta->y );
238 FT_Outline_Get_CBox( &glyph->outline, bbox );
250 slot->outline = glyph->outline;
251 slot->outline.flags &= ~FT_OUTLINE_OWNER;
375 /* if it is an outline */