Searched refs:FT_Stroker (Results 1 – 2 of 2) sorted by relevance
/external/freetype/include/freetype/ |
D | ftstroke.h | 91 typedef struct FT_StrokerRec_* FT_Stroker; typedef 270 FT_Stroker *astroker ); 310 FT_Stroker_Set( FT_Stroker stroker, 332 FT_Stroker_Rewind( FT_Stroker stroker ); 369 FT_Stroker_ParseOutline( FT_Stroker stroker, 400 FT_Stroker_BeginSubPath( FT_Stroker stroker, 426 FT_Stroker_EndSubPath( FT_Stroker stroker ); 453 FT_Stroker_LineTo( FT_Stroker stroker, 484 FT_Stroker_ConicTo( FT_Stroker stroker, 519 FT_Stroker_CubicTo( FT_Stroker stroker, [all …]
|
/external/freetype/src/base/ |
D | ftstroke.c | 791 FT_Stroker *astroker ) in FT_Stroker_New() 795 FT_Stroker stroker = NULL; in FT_Stroker_New() 823 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set() 852 FT_Stroker_Rewind( FT_Stroker stroker ) in FT_Stroker_Rewind() 865 FT_Stroker_Done( FT_Stroker stroker ) in FT_Stroker_Done() 883 ft_stroker_arcto( FT_Stroker stroker, in ft_stroker_arcto() 910 ft_stroker_cap( FT_Stroker stroker, in ft_stroker_cap() 970 ft_stroker_inside( FT_Stroker stroker, in ft_stroker_inside() 1036 ft_stroker_outside( FT_Stroker stroker, in ft_stroker_outside() 1189 ft_stroker_process_corner( FT_Stroker stroker, in ft_stroker_process_corner() [all …]
|