FT_Stroker         16 extra_lib/include/freetype/freetype/ftstroker.h   typedef struct FT_StrokerRec_*    FT_Stroker;
FT_Stroker         84 extra_lib/include/freetype/freetype/ftstroker.h                   FT_Stroker  *astroker );
FT_Stroker         87 extra_lib/include/freetype/freetype/ftstroker.h   FT_Stroker_Set( FT_Stroker           stroker,
FT_Stroker         95 extra_lib/include/freetype/freetype/ftstroker.h   FT_Stroker_ParseOutline( FT_Stroker   stroker,
FT_Stroker        100 extra_lib/include/freetype/freetype/ftstroker.h   FT_Stroker_BeginSubPath( FT_Stroker  stroker,
FT_Stroker        105 extra_lib/include/freetype/freetype/ftstroker.h   FT_Stroker_EndSubPath( FT_Stroker  stroker );
FT_Stroker        109 extra_lib/include/freetype/freetype/ftstroker.h   FT_Stroker_LineTo( FT_Stroker  stroker,
FT_Stroker        113 extra_lib/include/freetype/freetype/ftstroker.h   FT_Stroker_ConicTo( FT_Stroker  stroker,
FT_Stroker        118 extra_lib/include/freetype/freetype/ftstroker.h   FT_Stroker_CubicTo( FT_Stroker  stroker,
FT_Stroker        125 extra_lib/include/freetype/freetype/ftstroker.h   FT_Stroker_GetCounts( FT_Stroker  stroker,
FT_Stroker        130 extra_lib/include/freetype/freetype/ftstroker.h   FT_Stroker_Export( FT_Stroker   stroker,
FT_Stroker        134 extra_lib/include/freetype/freetype/ftstroker.h   FT_Stroker_Done( FT_Stroker  stroker );
FT_Stroker        473 src/utils/path2d_stroker.c static s32 ft_stroker_arcto( FT_Stroker  *stroker, s32 side )
FT_Stroker        492 src/utils/path2d_stroker.c static s32 ft_stroker_cap(FT_Stroker  *stroker, Fixed angle, s32 side)
FT_Stroker        565 src/utils/path2d_stroker.c static s32 ft_stroker_inside(FT_Stroker *stroker, s32 side)
FT_Stroker        604 src/utils/path2d_stroker.c static s32 ft_stroker_outside( FT_Stroker *stroker, s32 side )
FT_Stroker        726 src/utils/path2d_stroker.c static s32 ft_stroker_process_corner(FT_Stroker *stroker )
FT_Stroker        757 src/utils/path2d_stroker.c static s32 ft_stroker_subpath_start( FT_Stroker *stroker, Fixed start_angle )
FT_Stroker        789 src/utils/path2d_stroker.c static s32 FT_Stroker_LineTo( FT_Stroker *stroker, GF_Point2D*  to, Bool is_last)
FT_Stroker        841 src/utils/path2d_stroker.c static s32 FT_Stroker_ConicTo(FT_Stroker *stroker, GF_Point2D*  control, GF_Point2D * to)
FT_Stroker        925 src/utils/path2d_stroker.c static s32 FT_Stroker_CubicTo(FT_Stroker *stroker,
FT_Stroker       1024 src/utils/path2d_stroker.c static s32 FT_Stroker_BeginSubPath(FT_Stroker *stroker, GF_Point2D*  to)
FT_Stroker       1038 src/utils/path2d_stroker.c static s32 ft_stroker_add_reverse_left( FT_Stroker *stroker, Bool     open )
FT_Stroker       1091 src/utils/path2d_stroker.c static s32 FT_Stroker_EndSubPath( FT_Stroker *stroker, Bool do_close)
FT_Stroker       1155 src/utils/path2d_stroker.c static s32 FT_Stroker_GetCounts( FT_Stroker *stroker, u32 *anum_points, u32 *anum_contours )
FT_Stroker       1178 src/utils/path2d_stroker.c static s32 FT_Stroker_ParseOutline(FT_Stroker *stroker, GF_Path*  outline)
FT_Stroker       1684 src/utils/path2d_stroker.c 	FT_Stroker stroker;