Home
last modified time | relevance | path

Searched refs:FT_Outline_New (Results 1 – 4 of 4) sorted by relevance

/external/freetype/include/freetype/
Dftoutln.h142 FT_Outline_New( FT_Library library,
/external/freetype/src/base/
Dftglyph.c174 error = FT_Outline_New( library, source->n_points, source->n_contours, in FT_CALLBACK_DEF()
206 error = FT_Outline_New( library, source->outline.n_points, in ft_outline_glyph_copy()
Dftstroke.c1923 error = FT_Outline_New( glyph->library, in FT_Glyph_Stroke()
2008 error = FT_Outline_New( glyph->library, in FT_Glyph_StrokeBorder()
Dftoutln.c329 FT_Outline_New( FT_Library library, in FT_Outline_New() function