Home
last modified time | relevance | path

Searched refs:thcos (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/base/
Dftstroke.c996 FT_Fixed length, thcos; in ft_stroker_inside() local
1038 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() local
1098 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()