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

/external/freetype/src/base/
H A Dftstroke.c990 FT_Fixed length, thcos; local
1032 thcos = FT_Cos( theta );
1034 length = FT_DivFix( stroker->radius, thcos );
1065 FT_Fixed thcos = 0; local
1092 thcos = FT_Cos( theta );
1093 sigma = FT_MulFix( stroker->miter_limit, thcos );
1179 length = FT_DivFix( stroker->radius, thcos );
/external/pdfium/third_party/freetype/src/base/
H A Dftstroke.c1000 FT_Fixed length, thcos; local
1042 thcos = FT_Cos( theta );
1044 length = FT_DivFix( stroker->radius, thcos );
1075 FT_Fixed thcos = 0; local
1102 thcos = FT_Cos( theta );
1103 sigma = FT_MulFix( stroker->miter_limit, thcos );
1189 length = FT_DivFix( stroker->radius, thcos );

Completed in 244 milliseconds