Searched refs:thcos (Results 1 – 1 of 1) sorted by relevance
996 FT_Fixed length, thcos; in ft_stroker_inside() local1038 thcos = FT_Cos( theta ); in ft_stroker_inside()1040 length = FT_DivFix( stroker->radius, thcos ); in ft_stroker_inside()1071 FT_Fixed thcos = 0; in ft_stroker_outside() local1098 thcos = FT_Cos( theta ); in ft_stroker_outside()1099 sigma = FT_MulFix( stroker->miter_limit, thcos ); in ft_stroker_outside()1185 length = FT_DivFix( stroker->radius, thcos ); in ft_stroker_outside()