Searched refs:thcos (Results 1 – 2 of 2) sorted by relevance
1001 FT_Fixed length, thcos; in ft_stroker_inside() local1043 thcos = FT_Cos( theta ); in ft_stroker_inside()1045 length = FT_DivFix( stroker->radius, thcos ); in ft_stroker_inside()1076 FT_Fixed thcos = 0; in ft_stroker_outside() local1103 thcos = FT_Cos( theta ); in ft_stroker_outside()1104 sigma = FT_MulFix( stroker->miter_limit, thcos ); in ft_stroker_outside()1190 length = FT_DivFix( stroker->radius, thcos ); in ft_stroker_outside()
1000 FT_Fixed length, thcos; in ft_stroker_inside() local1042 thcos = FT_Cos( theta ); in ft_stroker_inside()1044 length = FT_DivFix( stroker->radius, thcos ); in ft_stroker_inside()1075 FT_Fixed thcos = 0; in ft_stroker_outside() local1102 thcos = FT_Cos( theta ); in ft_stroker_outside()1103 sigma = FT_MulFix( stroker->miter_limit, thcos ); in ft_stroker_outside()1189 length = FT_DivFix( stroker->radius, thcos ); in ft_stroker_outside()