Searched refs:FT_Stroker (Results 1 – 2 of 2) sorted by relevance
/external/freetype/include/freetype/ |
D | ftstroke.h | 92 typedef struct FT_StrokerRec_* FT_Stroker; typedef 279 FT_Stroker *astroker ); 315 FT_Stroker_Set( FT_Stroker stroker, 338 FT_Stroker_Rewind( FT_Stroker stroker ); 375 FT_Stroker_ParseOutline( FT_Stroker stroker, 406 FT_Stroker_BeginSubPath( FT_Stroker stroker, 432 FT_Stroker_EndSubPath( FT_Stroker stroker ); 459 FT_Stroker_LineTo( FT_Stroker stroker, 490 FT_Stroker_ConicTo( FT_Stroker stroker, 525 FT_Stroker_CubicTo( FT_Stroker stroker, [all …]
|
/external/freetype/src/base/ |
D | ftstroke.c | 796 FT_Stroker *astroker ) in FT_Stroker_New() 800 FT_Stroker stroker = NULL; in FT_Stroker_New() 828 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set() 857 FT_Stroker_Rewind( FT_Stroker stroker ) in FT_Stroker_Rewind() 870 FT_Stroker_Done( FT_Stroker stroker ) in FT_Stroker_Done() 888 ft_stroker_arcto( FT_Stroker stroker, in ft_stroker_arcto() 915 ft_stroker_cap( FT_Stroker stroker, in ft_stroker_cap() 990 ft_stroker_inside( FT_Stroker stroker, in ft_stroker_inside() 1055 ft_stroker_outside( FT_Stroker stroker, in ft_stroker_outside() 1216 ft_stroker_process_corner( FT_Stroker stroker, in ft_stroker_process_corner() [all …]
|