Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftstroke.c1003 FT_Fixed length, thcos; in ft_stroker_inside() local
1045 thcos = FT_Cos( theta ); in ft_stroker_inside()
1047 length = FT_DivFix( stroker->radius, thcos ); in ft_stroker_inside()
1078 FT_Fixed thcos = 0; in ft_stroker_outside() local
1105 thcos = FT_Cos( theta ); in ft_stroker_outside()
1106 sigma = FT_MulFix( stroker->miter_limit, thcos ); in ft_stroker_outside()
1192 length = FT_DivFix( stroker->radius, thcos ); in ft_stroker_outside()